.home-container10 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}

.home-hero {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-size: cover;
  background-image: url('https://i.imgur.com/KWUbgdl.jpeg');
  background-position: top;
}

.home-header10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-desktop-navigation {
  width: 100%;
  display: flex;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}

.home-centered1 {
  width: 100%;
  height: 107px;
  display: flex;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.68);
}

.home-left1 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}

.home-logo1 {
  width: 105px;
  margin-left: var(--dl-layout-space-halfunit);
}

.home-links {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}

.home-link {
  color: #ff8201;
  transition: 0.3s;
  text-decoration: none;
}

.home-link:hover {
  color: #ffffff;
}

.home-right1 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-sign-in1 {
  color: rgb(255, 130, 1);
  transition: 0.3s;
  margin-right: 20px;
}

.home-sign-in1:hover {
  color: #ffffff;
}

.home-sign-in2 {
  color: rgb(255, 130, 1);
  transition: 0.3s;
  margin-right: 20px;
}

.home-sign-in2:hover {
  color: #ffffff;
}

.home-get-started1 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #ff8201;
}

.home-get-started1:hover {
  background-color: #fdfdfd;
}

.home-text100 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

.home-container12 {
  display: contents;
}

.home-logo2 {
  width: 100%;
  height: auto;
  display: flex;
  min-width: auto;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: column;
}

.home-container13 {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-text101 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  text-align: center;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text102 {
  color: #ffffff;
  letter-spacing: 8px;
}

.home-text104 {
  font-size: 90px;
}

.home-text105 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  text-align: center;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text106 {
  color: #ffffff;
  letter-spacing: 8px;
}

.home-text107 {
  color: #f96f0d;
  font-size: 90px;
}

.home-text108 {
  font-size: 90px;
}

.home-image10 {
  width: 500px;
  height: 300px;
  object-fit: cover;
}

.home-packs {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text109 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  text-align: center;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text110 {
  color: #ffffff;
  letter-spacing: 8px;
}

.home-text111 {
  font-size: 90px;
}

.home-packyellow {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header11 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container14 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-image11 {
  width: auto;
  align-self: center;
  object-fit: cover;
}

.home-container15 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-bonus-price1 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
}

.home-bonus1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 22px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 6px;
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 12px;
  background-color: #1d160f;
}

.home-image12 {
  width: 75px;
  object-fit: cover;
}

.home-text112 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text113 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text118 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-container16 {
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: absolute;
  align-items: center;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 16PX;
  padding-right: 2px;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #f96f0d;
}

.home-text119 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.home-container17 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text120 {
  color: rgb(0, 0, 0);
  font-size: 84px;
  font-family: "TheWildBreathofZelda";
}

.home-text121 {
  color: #ffffff;
  font-size: 40px;
}

.home-text122 {
  color: #f96f0d;
  font-size: 84px;
}

.home-text123 {
  color: #ffffff;
  font-size: 40px;
}

.home-get-started2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ff8201;
}

.home-get-started2:hover {
  background-color: #fdfdfd;
}

.home-text124 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

.home-itens1 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
}

.home-diasvip1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image13 {
  width: 50px;
  object-fit: cover;
}

.home-text125 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text126 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text127 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-diasvip2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image14 {
  width: 50px;
  object-fit: cover;
}

.home-text128 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text129 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text130 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-varinha1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image15 {
  width: 50px;
  object-fit: cover;
}

.home-text131 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text132 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text133 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-stamina1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image16 {
  width: 50px;
  object-fit: cover;
}

.home-text134 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text135 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text136 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-infinitefood1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image17 {
  width: 50px;
  object-fit: cover;
}

.home-text137 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text138 {
  color: rgb(249, 111, 13);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text139 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-packgreen {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #1ed94f;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header12 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container18 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  justify-content: space-between;
}

.home-image18 {
  width: auto;
  align-self: center;
  object-fit: cover;
}

.home-container19 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
}

.home-bonus-price2 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
}

.home-bonus2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 22px;
  border-color: #1ED94F;
  border-width: 1px;
  padding-left: 6px;
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 12px;
  background-color: #1d160f;
}

.home-image19 {
  width: 75px;
  object-fit: cover;
}

.home-text140 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text141 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text146 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-container20 {
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: absolute;
  align-items: center;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 16PX;
  padding-right: 2px;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #1ED94F;
}

.home-text147 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.home-container21 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text148 {
  color: rgb(0, 0, 0);
  font-size: 84px;
  font-family: "TheWildBreathofZelda";
}

.home-text149 {
  color: #ffffff;
  font-size: 40px;
}

.home-text150 {
  color: #1ed94f;
  font-size: 84px;
}

.home-text151 {
  color: #ffffff;
  font-size: 40px;
}

.home-get-started3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #1ED94F;
}

.home-get-started3:hover {
  background-color: #fdfdfd;
}

.home-text152 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

.home-itens3 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
  justify-content: flex-start;
}

.home-diasvip3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image20 {
  width: 50px;
  object-fit: cover;
}

.home-text153 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text154 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text155 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-diasvip4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image21 {
  width: 50px;
  object-fit: cover;
}

.home-text156 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text157 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text158 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-varinha2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image22 {
  width: 50px;
  object-fit: cover;
}

.home-text159 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text160 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text161 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-stamina2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image23 {
  width: 50px;
  object-fit: cover;
}

.home-text162 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text163 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text164 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-infinitefood2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image24 {
  width: 50px;
  object-fit: cover;
}

.home-text165 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text166 {
  fill: #1ED94F;
  color: #1ED94F;
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text167 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-itens21 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
}

.home-portableforge1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image25 {
  width: 50px;
  object-fit: cover;
}

.home-text168 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text169 {
  fill: #1ED94F;
  color: rgb(30, 217, 79);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text170 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-packpurple {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #EF0A6A;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header13 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container22 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  justify-content: space-between;
}

.home-image26 {
  width: auto;
  align-self: center;
  object-fit: cover;
}

.home-container23 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}

.home-bonus-price3 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
}

.home-bonus3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 22px;
  border-color: #EF0A6A;
  border-width: 1px;
  padding-left: 6px;
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 12px;
  background-color: #1d160f;
}

.home-image27 {
  width: 75px;
  object-fit: cover;
}

.home-text171 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text172 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text177 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-container24 {
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: absolute;
  align-items: center;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 16PX;
  padding-right: 2px;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #EF0A6A;
}

.home-text178 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.home-container25 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text179 {
  color: rgb(0, 0, 0);
  font-size: 84px;
  font-family: "TheWildBreathofZelda";
}

.home-text180 {
  color: #ffffff;
  font-size: 40px;
}

.home-text181 {
  color: #ef0a6a;
  font-size: 84px;
}

.home-text182 {
  color: #ffffff;
  font-size: 40px;
}

.home-get-started4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #EF0A6A;
}

.home-get-started4:hover {
  background-color: #fdfdfd;
}

.home-text183 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

.home-itens4 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
  justify-content: flex-start;
}

.home-diasvip5 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image28 {
  width: 50px;
  object-fit: cover;
}

.home-text184 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text185 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text186 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-diasvip6 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image29 {
  width: 50px;
  object-fit: cover;
}

.home-text187 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text188 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text189 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-varinha3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image30 {
  width: 50px;
  object-fit: cover;
}

.home-text190 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text191 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text192 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-stamina3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image31 {
  width: 50px;
  object-fit: cover;
}

.home-text193 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text194 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text195 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-infinitefood3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image32 {
  width: 50px;
  object-fit: cover;
}

.home-text196 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text197 {
  fill: #EF0A6A;
  color: #EF0A6A;
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text198 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-itens22 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
  align-items: stretch;
}

.home-portableforge2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image33 {
  width: 50px;
  object-fit: cover;
}

.home-text199 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text200 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text201 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-portableimbui1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image34 {
  width: 50px;
  object-fit: cover;
}

.home-text202 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text203 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text204 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-arcanebag1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image35 {
  width: 50px;
  object-fit: cover;
}

.home-text205 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text206 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text207 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-celetial-dummy1 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image36 {
  width: 50px;
  object-fit: cover;
}

.home-text208 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text209 {
  fill: #EF0A6A;
  color: rgb(239, 10, 106);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text210 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-packblue {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #2E84F6;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header14 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container26 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  justify-content: space-between;
}

.home-image37 {
  width: auto;
  align-self: center;
  object-fit: cover;
}

.home-container27 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
}

.home-bonus-price4 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
}

.home-bonus4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 22px;
  border-color: #2E84F6;
  border-width: 1px;
  padding-left: 6px;
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 12px;
  background-color: #1d160f;
}

.home-image38 {
  width: 75px;
  object-fit: cover;
}

.home-text211 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text212 {
  fill: #2E84F6;
  color: #2E84F6;
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text217 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-container28 {
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: absolute;
  align-items: center;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 16PX;
  padding-right: 2px;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #2E84F6;
}

.home-text218 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.home-container29 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text219 {
  color: rgb(0, 0, 0);
  font-size: 84px;
  font-family: "TheWildBreathofZelda";
}

.home-text220 {
  color: #ffffff;
  font-size: 40px;
}

.home-text221 {
  color: #2e84f6;
  font-size: 84px;
}

.home-text222 {
  color: #ffffff;
  font-size: 40px;
}

.home-get-started5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #2E84F6;
}

.home-get-started5:hover {
  background-color: #fdfdfd;
}

.home-text223 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

.home-itens5 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-self: flex-start;
  justify-content: flex-start;
}

.home-diasvip7 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image39 {
  width: 50px;
  object-fit: cover;
}

.home-text224 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text225 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text226 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-diasvip8 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image40 {
  width: 50px;
  object-fit: cover;
}

.home-text227 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text228 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text229 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-varinha4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image41 {
  width: 50px;
  object-fit: cover;
}

.home-text230 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text231 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text232 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-stamina4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image42 {
  width: 50px;
  object-fit: cover;
}

.home-text233 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text234 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text235 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-infinitefood4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image43 {
  width: 50px;
  object-fit: cover;
}

.home-text236 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text237 {
  fill: #2E84F6;
  color: #2E84F6;
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text238 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-itens23 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: auto;
  align-self: flex-start;
  justify-content: flex-start;
}

.home-portableforge3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image44 {
  width: 50px;
  object-fit: cover;
}

.home-text239 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text240 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text241 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-portableimbui2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image45 {
  width: 50px;
  object-fit: cover;
}

.home-text242 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text243 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text244 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-portableimbui3 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image46 {
  width: 50px;
  object-fit: cover;
}

.home-text245 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text246 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text247 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-arcanebag2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image47 {
  width: 50px;
  object-fit: cover;
}

.home-text248 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text249 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text250 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-celetial-dummy2 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.home-image48 {
  width: 50px;
  object-fit: cover;
}

.home-text251 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text252 {
  fill: #2E84F6;
  color: rgb(46, 132, 246);
  font-size: 28px;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text253 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.home-sistemas {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-layout-space-threeunits);
  align-items: center;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}

.home-text254 {
  color: rgb(249, 111, 13);
  font-size: 68px;
  text-align: center;
  font-family: "TheWildBreathofZelda";
  text-transform: uppercase;
}

.home-text255 {
  color: #ffffff;
  letter-spacing: 8px;
}

.home-container30 {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-reset {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image49 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header15 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container31 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container32 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container33 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text257 {
  color: rgb(255, 255, 255);
  width: auto;
  font-size: 18px;
  text-align: left;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.home-text259 {
  font-weight: 800;
}

.home-text260 {
  font-style: normal;
  font-weight: 700;
}

.home-hunt {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image50 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header16 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container34 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container35 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container36 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text262 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text264 {
  font-style: normal;
  font-weight: 800;
}

.home-boss {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image51 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header17 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container37 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container38 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container39 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text265 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text267 {
  font-style: normal;
  font-weight: 800;
}

.home-text269 {
  font-style: normal;
  font-weight: 800;
}

.home-mob {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image52 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header18 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container40 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container41 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container42 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text270 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-top {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image53 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header19 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container43 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container44 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container45 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text271 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text274 {
  font-style: normal;
  font-weight: 800;
}

.home-text276 {
  font-style: normal;
  font-weight: 800;
}

.home-craft6 {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image54 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft7 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header20 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container46 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container47 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container48 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text277 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text279 {
  font-style: normal;
  font-weight: 800;
}

.home-mount {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image55 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft8 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header21 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container49 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container50 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container51 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text281 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text282 {
  font-weight: 800;
}

.home-text283 {
  font-style: normal;
  font-weight: 800;
}

.home-text285 {
  font-style: normal;
  font-weight: 800;
}

.home-addon {
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-image56 {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.home-craft9 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: 32px;
  border-color: #f96f0d;
  border-width: 1px;
  padding-left: 32px;
  border-radius: 32px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
  background-color: rgba(36, 23, 10, 0.6);
}

.home-header22 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-container52 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  justify-content: space-between;
}

.home-container53 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-self: center;
}

.home-container54 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-text287 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Fira Sans";
}

.home-text288 {
  font-style: normal;
  font-weight: 800;
}

.home-text290 {
  font-style: normal;
  font-weight: 800;
}

.home-centered2 {
  width: 100%;
  height: 107px;
  display: flex;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.68);
}

.home-left2 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}

.home-logo3 {
  width: 105px;
  margin-left: var(--dl-layout-space-halfunit);
}

.home-right2 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-sign-in3 {
  color: rgb(255, 130, 1);
  transition: 0.3s;
  margin-right: 20px;
}

.home-sign-in3:hover {
  color: #ffffff;
}

.home-get-started6 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #ff8201;
}

.home-get-started6:hover {
  background-color: #fdfdfd;
}

.home-text292 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 600;
}

@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }

  .home-desktop-navigation {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }

  .home-centered1 {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-left1 {
    margin-left: var(--dl-layout-space-halfunit);
  }

  .home-logo1 {
    width: 64px;
  }

  .home-logo2 {
    width: 100%;
    max-width: 1200px;
  }

  .home-itens1 {
    width: 100%;
    flex-wrap: wrap;
    max-height: 100%;
  }

  .home-centered2 {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-left2 {
    margin-left: var(--dl-layout-space-halfunit);
  }

  .home-logo3 {
    width: 64px;
  }
}

@media(max-width: 767px) {
  .home-hero {
    height: 100%;
    position: relative;
    padding-bottom: 180px;
    background-color: #909090ff;
  }

  .home-desktop-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-centered1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-left1 {
    margin-left: var(--dl-layout-space-unit);
  }

  .home-right1 {
    margin-right: var(--dl-layout-space-unit);
  }

  .home-sign-in1 {
    display: flex;
  }

  .home-sign-in2 {
    display: flex;
  }

  .home-get-started1 {
    display: flex;
  }

  .home-logo2 {
    height: 100%;
    margin-top: var(--dl-layout-space-fourunits);
    justify-content: center;
  }

  .home-packyellow {
    flex-direction: column;
  }

  .home-container14 {
    width: 100%;
    flex-direction: column;
  }

  .home-container15 {
    width: 100%;
    flex-direction: column;
  }

  .home-bonus-price1 {
    width: 100%;
    justify-content: center;
  }

  .home-bonus1 {
    width: 100%;
    justify-content: center;
  }

  .home-text120 {
    width: 100%;
    text-align: center;
  }

  .home-get-started2 {
    display: flex;
  }

  .home-itens1 {
    flex-direction: column;
  }

  .home-container18 {
    width: 100%;
    flex-direction: column;
  }

  .home-container19 {
    width: 100%;
    flex-direction: column;
  }

  .home-bonus-price2 {
    width: 100%;
    justify-content: center;
  }

  .home-bonus2 {
    width: 100%;
    justify-content: center;
  }

  .home-container21 {
    width: 100%;
  }

  .home-text148 {
    width: 100%;
    text-align: center;
  }

  .home-get-started3 {
    display: flex;
  }

  .home-itens3 {
    flex-direction: column;
  }

  .home-itens21 {
    flex-direction: column;
  }

  .home-container22 {
    width: 100%;
    flex-direction: column;
  }

  .home-container23 {
    width: 100%;
    flex-direction: column;
  }

  .home-bonus-price3 {
    width: 100%;
    justify-content: center;
  }

  .home-bonus3 {
    width: 100%;
    justify-content: center;
  }

  .home-container25 {
    width: 100%;
  }

  .home-text179 {
    width: 100%;
    text-align: center;
  }

  .home-get-started4 {
    display: flex;
  }

  .home-itens4 {
    flex-direction: column;
  }

  .home-itens22 {
    flex-direction: column;
  }

  .home-container26 {
    width: 100%;
    flex-direction: column;
  }

  .home-container27 {
    width: 100%;
    flex-direction: column;
  }

  .home-bonus-price4 {
    width: 100%;
    justify-content: center;
  }

  .home-bonus4 {
    width: 100%;
    justify-content: center;
  }

  .home-container29 {
    width: 100%;
  }

  .home-text219 {
    width: 100%;
    text-align: center;
  }

  .home-get-started5 {
    display: flex;
  }

  .home-itens5 {
    flex-direction: column;
  }

  .home-itens23 {
    flex-direction: column;
  }

  .home-reset {
    flex-direction: column;
  }

  .home-craft1 {
    flex-direction: column;
  }

  .home-container31 {
    width: 100%;
    flex-direction: column;
  }

  .home-container32 {
    width: 100%;
    flex-direction: column;
  }

  .home-text257 {
    width: 100%;
    text-align: center;
  }

  .home-hunt {
    flex-direction: column;
  }

  .home-craft2 {
    flex-direction: column;
  }

  .home-container34 {
    width: 100%;
    flex-direction: column;
  }

  .home-container35 {
    width: 100%;
    flex-direction: column;
  }

  .home-text262 {
    width: 100%;
    text-align: center;
  }

  .home-boss {
    flex-direction: column;
  }

  .home-craft3 {
    flex-direction: column;
  }

  .home-container37 {
    width: 100%;
    flex-direction: column;
  }

  .home-container38 {
    width: 100%;
    flex-direction: column;
  }

  .home-text265 {
    width: 100%;
    text-align: center;
  }

  .home-mob {
    flex-direction: column;
  }

  .home-craft4 {
    flex-direction: column;
  }

  .home-container40 {
    width: 100%;
    flex-direction: column;
  }

  .home-container41 {
    width: 100%;
    flex-direction: column;
  }

  .home-text270 {
    width: 100%;
    text-align: center;
  }

  .home-top {
    flex-direction: column;
  }

  .home-craft5 {
    flex-direction: column;
  }

  .home-container43 {
    width: 100%;
    flex-direction: column;
  }

  .home-container44 {
    width: 100%;
    flex-direction: column;
  }

  .home-text271 {
    width: 100%;
    text-align: center;
  }

  .home-craft6 {
    flex-direction: column;
  }

  .home-craft7 {
    flex-direction: column;
  }

  .home-container46 {
    width: 100%;
    flex-direction: column;
  }

  .home-container47 {
    width: 100%;
    flex-direction: column;
  }

  .home-text277 {
    width: 100%;
    text-align: center;
  }

  .home-mount {
    flex-direction: column;
  }

  .home-craft8 {
    flex-direction: column;
  }

  .home-container49 {
    width: 100%;
    flex-direction: column;
  }

  .home-container50 {
    width: 100%;
    flex-direction: column;
  }

  .home-text281 {
    width: 100%;
    text-align: center;
  }

  .home-addon {
    flex-direction: column;
  }

  .home-craft9 {
    flex-direction: column;
  }

  .home-container52 {
    width: 100%;
    flex-direction: column;
  }

  .home-container53 {
    width: 100%;
    flex-direction: column;
  }

  .home-text287 {
    width: 100%;
    text-align: center;
  }

  .home-centered2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-left2 {
    margin-left: var(--dl-layout-space-unit);
  }

  .home-right2 {
    margin-right: var(--dl-layout-space-unit);
  }

  .home-sign-in3 {
    display: flex;
  }

  .home-get-started6 {
    display: flex;
  }
}

@media(max-width: 479px) {
  .home-hero {
    height: auto;
    padding-bottom: 160px;
  }

  .home-sign-in1 {
    display: flex;
  }

  .home-sign-in2 {
    display: flex;
  }

  .home-get-started1 {
    display: flex;
  }

  .home-container13 {
    flex-direction: column;
  }

  .home-image10 {
    width: 350px;
  }

  .home-container14 {
    flex-direction: column;
  }

  .home-container15 {
    flex-direction: column;
  }

  .home-bonus-price1 {
    width: 100%;
    flex-direction: column;
  }

  .home-bonus1 {
    width: 100%;
    align-self: flex-end;
    justify-content: center;
  }

  .home-container17 {
    width: 100%;
  }

  .home-text120 {
    width: 100%;
    text-align: center;
  }

  .home-get-started2 {
    display: flex;
  }

  .home-itens1 {
    align-items: center;
    flex-direction: column;
  }

  .home-diasvip1 {
    width: 100%;
  }

  .home-diasvip2 {
    width: 100%;
  }

  .home-varinha1 {
    width: 100%;
  }

  .home-stamina1 {
    width: 100%;
  }

  .home-infinitefood1 {
    width: 100%;
  }

  .home-container18 {
    flex-direction: column;
  }

  .home-bonus-price2 {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .home-bonus2 {
    width: 100%;
    align-self: flex-end;
    justify-content: center;
  }

  .home-container21 {
    width: 100%;
  }

  .home-text148 {
    width: 100%;
    align-self: center;
    text-align: center;
  }

  .home-get-started3 {
    display: flex;
  }

  .home-itens3 {
    align-items: center;
    flex-direction: column;
  }

  .home-diasvip3 {
    width: 100%;
  }

  .home-diasvip4 {
    width: 100%;
  }

  .home-varinha2 {
    width: 100%;
  }

  .home-stamina2 {
    width: 100%;
  }

  .home-infinitefood2 {
    width: 100%;
  }

  .home-itens21 {
    justify-content: center;
  }

  .home-portableforge1 {
    width: 100%;
  }

  .home-container22 {
    flex-direction: column;
  }

  .home-bonus-price3 {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .home-bonus3 {
    width: 100%;
    justify-content: center;
  }

  .home-container25 {
    width: 100%;
  }

  .home-text179 {
    width: 100%;
    text-align: center;
  }

  .home-get-started4 {
    display: flex;
  }

  .home-itens4 {
    align-items: center;
    flex-direction: column;
  }

  .home-diasvip5 {
    width: 100%;
  }

  .home-diasvip6 {
    width: 100%;
  }

  .home-varinha3 {
    width: 100%;
  }

  .home-stamina3 {
    width: 100%;
  }

  .home-infinitefood3 {
    width: 100%;
  }

  .home-itens22 {
    align-items: center;
    flex-direction: column;
  }

  .home-portableforge2 {
    width: 100%;
  }

  .home-portableimbui1 {
    width: 100%;
  }

  .home-arcanebag1 {
    width: 100%;
  }

  .home-celetial-dummy1 {
    width: 100%;
  }

  .home-container26 {
    flex-direction: column;
  }

  .home-bonus-price4 {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }

  .home-bonus4 {
    width: 100%;
    justify-content: center;
  }

  .home-container29 {
    width: 100%;
  }

  .home-text219 {
    width: 100%;
    text-align: center;
  }

  .home-get-started5 {
    display: flex;
  }

  .home-itens5 {
    flex-direction: column;
  }

  .home-itens23 {
    flex-direction: column;
  }

  .home-container31 {
    flex-direction: column;
  }

  .home-container32 {
    flex-direction: column;
  }

  .home-container33 {
    width: 100%;
  }

  .home-text257 {
    width: 100%;
    text-align: center;
  }

  .home-container34 {
    flex-direction: column;
  }

  .home-container35 {
    flex-direction: column;
  }

  .home-container36 {
    width: 100%;
  }

  .home-text262 {
    width: 100%;
    text-align: center;
  }

  .home-container37 {
    flex-direction: column;
  }

  .home-container38 {
    flex-direction: column;
  }

  .home-container39 {
    width: 100%;
  }

  .home-text265 {
    width: 100%;
    text-align: center;
  }

  .home-container40 {
    flex-direction: column;
  }

  .home-container41 {
    flex-direction: column;
  }

  .home-container42 {
    width: 100%;
  }

  .home-text270 {
    width: 100%;
    text-align: center;
  }

  .home-container43 {
    flex-direction: column;
  }

  .home-container44 {
    flex-direction: column;
  }

  .home-container45 {
    width: 100%;
  }

  .home-text271 {
    width: 100%;
    text-align: center;
  }

  .home-container46 {
    flex-direction: column;
  }

  .home-container47 {
    flex-direction: column;
  }

  .home-container48 {
    width: 100%;
  }

  .home-text277 {
    width: 100%;
    text-align: center;
  }

  .home-container49 {
    flex-direction: column;
  }

  .home-container50 {
    flex-direction: column;
  }

  .home-container51 {
    width: 100%;
  }

  .home-text281 {
    width: 100%;
    text-align: center;
  }

  .home-container52 {
    flex-direction: column;
  }

  .home-container53 {
    flex-direction: column;
  }

  .home-container54 {
    width: 100%;
  }

  .home-text287 {
    width: 100%;
    text-align: center;
  }
}