@import url("https://fonts.googleapis.com/css2?family=Tac+One&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ded7ce;
  color: #35373f;
}

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-r-header.is-open .o-r-header-background {
  left: 0;
}
.o-r-header-button-wrapper {
  margin-left: auto;
}
.o-r-header-icon {
  display: none;
}

.o-r-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.o-r-navigation-list.is-open {
  right: 0;
}
.o-r-header-icon-menu {
  display: block;
}

.o-r-header-icon-button.is-open .o-r-header-icon-menu {
  display: none;
}

.o-r-header-icon-button.is-open .o-r-header-icon-close {
  display: block;
}

.o-r-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #35373f;
}

.o-r-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #35373f;
}
.o-r-header.is-open .o-r-header-background {
  left: 0;
}
.o-r-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-r-header-icon-menu {
  display: block;
}

.o-r-header-icon-button.is-open .o-r-header-icon-menu {
  display: none;
}

.o-r-header-icon-button.is-open .o-r-header-icon-close {
  display: block;
}

.o-r-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: 12px 24px;
  position: relative;
}

.o-r-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: fit-content;
  transition: 0.3s;
  z-index: 999;
  padding: 32px 0px;

  gap: 16px;
  background: #35373f;
  border-bottom: 1px solid #505359;
}

.o-r-navigation-list.is-open {
  right: 0;
}

.o-r-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Tomorrow;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 8px;
  width: 343px;
  text-align: center;
}

.o-r-navigation-link:hover,
.o-r-navigatioт-link:focus {
  color: #ded7ce;
  border-bottom: 1px solid #f4bf00;
}
.o-r-navigation-item-two {
  display: flex;

  gap: 2px;
  padding-top: 92px;
}
.o-r-navigation-item-desk {
  width: fit-content;
  font-family: Tomorrow;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  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;
}
.o-r-header.is-open {
  background-color: transparent;
}

.o-r-navigation-img {
  display: none;
}
.o-r-header-terms {
  background-color: transparent;
}
.o-r-header-terms-img {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #35373f;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1208px) {
  .o-r-navigation-img {
    display: block;
    margin-right: 401px;
  }
  .o-r-header-terms {
    background-color: transparent;
  }
  .o-r-header-terms-img {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 56px;
    margin-left: 120px;
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #35373f;
    text-decoration: none;
    text-align: center;
  }
  .o-r-policy-terms-header-icon-menu {
    display: none;
  }
  .o-r-navigation-item-two {
    display: none;
  }
  .o-r-header-button-wrapper {
    display: none;
  }
  .o-r-header {
    width: 100%;
    height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-bottom: 1px solid none;
  }

  .o-r-header-icon-button {
    display: none;
  }
  .o-r-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 16 120px;
    margin: auto;
    border-bottom: 1px solid none;
  }

  .o-r-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
  }

  .o-r-navigation-link {
    width: fit-content;
    font-family: Tomorrow;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .o-r-navigation-link:hover,
  .o-r-navigation-link:focus {
  }

  .o-r-navigation-item-desk {
    display: none;
  }
}

.o-r-home {
  background: #35373f;
}
.o-r-home-container {
  width: 375px;
  height: 765px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1.\ HOME.png");
  margin: auto;
  padding: 314px 16px 0px;
  margin: auto;
}

.o-r-home-title {
  font-family: Tac One;
  font-weight: 400;
  font-style: Regular;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
  color: #ededed;
  text-shadow: 3px 2px 2px black;
}

.o-r-home-text {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 40px 0;
  color: #ededed;
}
.o-r-home-link {
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 1px 0px #a4851580;
  background: #f4bf00;
  width: 220px;
  margin: auto;
  border-radius: 8px;
  border-width: 1px;
}

.o-r-home-link:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 1px 0px #a4851580;
  background: linear-gradient(180deg, #f4bf00 0%, #dfca7c 100%);
}

@media screen and (min-width: 1208px) {
  .o-r-home-container {
    width: 1440px;
    height: 800px;
    background-image: url("/img/1.\ HOME.png");
    margin: auto;
    padding: 290px 365px 0px;
    margin: auto;
  }

  .o-r-home-title {
    font-family: Tac One;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
  }

  .o-r-home-text {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .o-r-home-link {
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 1px 0px #a4851580;
    background: #f4bf00;
    width: 220px;
    margin: auto;
    border-radius: 8px;
    border-width: 1px;
  }
}
.o-r-about {
  margin: auto;
  background: #505359;
}
.o-r-about-container {
  padding: 64px 36px;
  width: 375px;
  margin: auto;
  height: 702px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/2.\ Gameplay\ Overview\ mob.png");
}
.o-r-about-title {
  color: #ededed;

  -webkit-text-stroke: 1px #505359;
  font-family: Tac One;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
}
.o-r-about-text-bold {
  font-family: Tomorrow;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ededed;
  padding: 40px 15px 32px;
}

.o-r-about-text {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 26px;
}

@media screen and (min-width: 1208px) {
  .o-r-about-container {
    padding: 80px;
    width: 1440px;

    height: 534px;

    background-image: url("/img/2.\ Gameplay\ Overview.png");
  }
  .o-r-about-title {
    font-family: Tac One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
  }
  .o-r-about-text-bold {
    font-family: Tomorrow;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 48px 15px 48px;
  }

  .o-r-about-text {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 214px;
    padding: 43px 26px;
    width: 804px;
    margin: auto;
  }
}
.o-r-why {
  margin: auto;
  background: #ded7ce;
}

.o-r-why-container {
  margin: auto;
  padding: 64px 16px;
  width: 375px;
  height: 962px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/3.\ Key\ Gameplay\ Systems\ mob.png");
}
.o-r-about-text-bold-why {
  color: #505359;
  padding: 40px 20px 32px;
}
.o-r-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.o-r-why-item {
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 2px 3px 2px 0px #50535966;
  background: #505359;
  border-radius: 8px;
  padding: 16px;
}
.o-r-why-img {
  width: 32px;
}
.o-r-why-text {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ededed;
  width: 263px;
}

@media screen and (min-width: 1208px) {
  .o-r-why-container {
    margin: auto;
    padding: 80px 156px;
    width: 1440px;
    height: 1339px;

    background-image: url("/img/why/3.\ Key\ Gameplay\ Systems.png");
  }
  .o-r-about-text-bold-why {
    color: #505359;
    padding: 48px 20px;
  }
  .o-r-why-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .o-r-why-item {
    width: 200px;
    height: 200px;
    gap: 16px;
    border-radius: 8px;
    padding: 32px;
    flex-direction: column;
  }
  .o-r-why-img {
    width: 48px;
  }
  .o-r-why-text {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    width: auto;
  }
}

.o-r-uniqueness {
  margin: auto;
  background: #737379;
}
.o-r-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 747px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/4.\ Game\ Features\ mob.png");
  padding: 64px 16px 0;
}
.o-r-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.o-r-uniqueness-item {
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  box-shadow: 2px 3px 2px 0px #50535966;
  background: #ded7ce;
  display: flex;
  align-items: center;
  gap: 10px;
}
.o-r-uniqueness-img {
  width: 32px;
}

.o-r-uniqueness-text {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  width: 293px;
}

@media screen and (min-width: 1208px) {
  .o-r-uniqueness-container {
    margin: auto;
    width: 1440px;
    height: 868px;

    background-image: url("/img/uniqueness/4.\ Game\ Features.png");
    padding: 80px 156px 0;
  }
  .o-r-uniqueness-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .o-r-uniqueness-item {
    width: 200px;
    height: 200px;
    flex-direction: column;
    border-radius: 8px;
    padding: 32px;
    align-items: center;
    justify-content: center;
  }
  .o-r-uniqueness-img {
    width: 48px;
  }

  .o-r-uniqueness-text {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    width: fit-content;
  }
}
.o-r-how {
  background: #35373f;
}
.o-r-how-container {
  margin: auto;
  background: #35373f;

  width: 375px;
  padding: 64px;
}
.o-r-how-div {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  padding-top: 40px;
}
.o-r-how-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.o-r-how-text-bold {
  color: #ded7ce;
  text-decoration: none;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1208px) {
  .o-r-how {
    background: #737379;
  }
  .o-r-how-container {
    margin: auto;
    background: #737379;

    width: 1440px;
    padding: 80px;
  }
  .o-r-how-div {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
  .o-r-how-text {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .o-r-how-text-bold {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.o-r-faq {
  background: #ded7ce;
}
.o-r-faq-container {
  background: #ded7ce;

  padding: 64px 16px;
  width: 375px;
  margin: auto;
}
.o-r-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.o-r-faq-item {
  padding: 8px 0;
}

.o-r-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  border-bottom: 1px solid #737379;
  padding-bottom: 8px;
  gap: 24px;
}

.o-r-faq-answer {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.o-r-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.o-r-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.o-r-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.o-r-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.o-r-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1208px) {
  .o-r-faq-container {
    background: #ded7ce;

    padding: 80px 223px;
    width: 1440px;
    margin: auto;
  }
  .o-r-faq-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .o-r-faq-item {
    padding: 8px 0;
  }

  .o-r-faq-question {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .o-r-faq-answer {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.o-r-gallery {
  background: #737379;
}
.o-r-gallery-container {
  width: 375px;
  background: #737379;

  margin: auto;
  padding: 64px 16px;
}
.o-r-gallery-list {
  width: auto;
  padding-top: 40px;
  margin: auto;
}

.o-r-gallery-item {
  width: 303px;
  height: 255px;

  border-radius: 16px;

  overflow: hidden;
  position: relative;
  margin: 0 4px;
}

.o-r-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.o-r-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1208px) {
  .o-r-gallery-button-container {
    display: block;
  }
  .o-r-gallery-list-left {
  }
  .o-r-gallery-list-right {
  }
  .o-r-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .o-r-gallery-button-icon {
    width: 64px;
  }
  .o-r-gallery-button:hover {
    scale: 120%;
  }
  .o-r-gallery {
    background: #b8b7ba;
  }
  .o-r-gallery-container {
    background: #b8b7ba;

    width: 1440px;
    margin: auto;
    padding: 80px 170px;
    position: relative;
  }
  .o-r-gallery-list-left {
    position: absolute;
    top: 271px;
    left: 103px;
  }
  .o-r-gallery-list-right {
    position: absolute;
    top: 271px;
    right: 103px;
  }
  .o-r-gallery-item {
    width: 482px;
    height: 270px;
    border-radius: 16px;

    margin: 0 16px;
  }

  .o-r-gallery-list {
    padding-top: 48px;
  }
}

.o-r-policy-terms-container {
  padding: 104px 16px 48px;
  width: 375px;
  margin: auto;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.o-r-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Tac One;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #505359;
}
.o-r-policy-terms-container h2 {
  margin: 24px 0 16px;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.o-r-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom:;
}
.o-r-policy-terms-container p {
  margin-bottom:;
}
.o-r-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1208px) {
  .o-r-policy-terms-container {
    padding: 128px 223px 48px;
    width: 1440px;
  }
  .o-r-policy-terms-container h1 {
    font-family: Tac One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
  }
}

.o-r-footer-container {
  width: 375px;
  background: #35373f;

  padding: 64px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.o-r-footer-img {
  width: 220px;
  background: #f4bf00;
  box-shadow: 2px 2px 1px 0px #a4851580;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.o-r-footer-img:hover {
  transform: scale(1.1);

  box-shadow: 2px 2px 1px 0px #a4851580;
  background: linear-gradient(180deg, #f4bf00 0%, #dfca7c 100%);
}

.o-r-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.o-r-footer-text {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #ded7ce;
}

.o-r-footer-copyright {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ded7ce;
}
.o-r-footer-copyright-two {
  display: none;
}
@media screen and (min-width: 1208px) {
  .o-r-footer-container {
    width: 1440px;
    padding: 64px 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 102px;
  }

  .o-r-footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .o-r-footer-text {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .o-r-footer-copyright {
    display: none;
  }
  .o-r-footer-copyright-two {
    display: block;
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ded7ce;
  }
}

.o-r-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 64px 41px;
  background: #35373f;

  z-index: 1000;
  display: none;
}

.o-r-cookie-popup-text-two {
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #ededed;
}

.o-r-cookie-button-container {
  padding: 32px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.o-r-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #b8b7ba;

  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Tomorrow;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ededed;
  text-transform: uppercase;
}

#accept-cookies {
  box-shadow: 1px 2px 1px 0px #6b6f6a4d;
  background: #b8b7ba;
  color: #35373f;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}

.o-r-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1208px) {
  .o-r-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
  }

  .o-r-cookie-popup-text-two {
    font-family: Tomorrow;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    width: 780px;
  }

  .o-r-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .o-r-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 80px 158px;
    display: none;
  }
}
