#rd_tmgr {
  display: none;
}
html,
body,
cocoatouch {
  font-family: "Mundial", sans-serif;
  font-weight: normal;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: var(--view-background-color);
  display: initial;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
}
input,
textarea {
  font-family: "Mundial", sans-serif;
}
page {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  page {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    margin: unset;
  }
}
@media (max-width: 768px) {
  page {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    margin: unset;
  }
}
@media (min-width: 2000px) {
  page {
    padding-left: 30%;
    padding-right: 30%;
  }
}
space {
  display: flex;
  margin-bottom: 16px;
  margin-left: 16px;
}
line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--line-color);
}
.page {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-left: 2.08333%;
  padding-right: 2.08333%;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .page {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .page {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }
}
@media (min-width: 2000px) {
  .page {
    padding-left: 30%;
    padding-right: 30%;
  }
}
.flex-row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .flex-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flex-row-reverse {
    flex-direction: column-reverse;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column-50 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .flex-column-50 {
    width: 100%;
  }
}
.flex-image-right {
  width: auto;
  height: 400px;
  padding: 0 0 0 20%;
}
@media (max-width: 768px) {
  .flex-image-right {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
  }
}
.flex-image-left {
  width: auto;
  height: 400px;
  padding: 0 20% 0 0;
}
@media (max-width: 768px) {
  .flex-image-left {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
  }
}
.flex-align-center {
  margin: auto;
}
.flex-align-left {
  margin-right: auto;
}
.flex-align-right {
  margin-left: auto;
}
.flex-align-vertically {
  margin-bottom: auto;
  margin-top: auto;
}
.flex-align-horizontally {
  margin-right: auto;
  margin-left: auto;
}
.flex-container {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.flex-container-4-item {
  border: 1px solid var(--line-color);
  width: calc(25% - 16px);
}
@media (max-width: 768px) {
  .flex-container-4-item {
    width: 50%;
  }
}
.flex-container-3-item {
  border: 1px solid var(--line-color);
  width: calc(33% - 16px);
}
@media (max-width: 768px) {
  .flex-container-3-item {
    width: 100%;
  }
}
.flex-container-2-item {
  border: 1px solid var(--line-color);
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .flex-container-2-item {
    width: 100%;
  }
}
.flex-container-1-item {
  border: 1px solid var(--line-color);
  width: 100%;
}
.flex-image-top {
  float: left;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 32px 32px 0 0;
  border-bottom: 1px solid var(--line-color);
}
@media (max-width: 1440px) {
  .flex-image-top {
    height: 270px;
  }
}
@media (max-width: 1100px) {
  .flex-image-top {
    height: 400px;
  }
}
@media (max-width: 670px) {
  .flex-image-top {
    height: 300px;
  }
}
.primary-background {
  background-color: var(--view-background-color);
}
.secondary-background {
  background-color: var(--menu-background-color);
}
.tertiary-background {
  background-color: #020108;
}
.black-background {
  background-color: #000;
}
.white-background {
  background-color: #fff;
}
.black-transparent-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.5);
}
.round-border {
  border-radius: 32px;
}
.no-border {
  border: none !important;
}
@media (max-width: 768px) {
  .no-colapse {
    width: 100%;
  }
}
.padding-medium {
  padding: 32px !important;
}
@media (max-width: 768px) {
  .padding-medium {
    padding: 32px 8px;
  }
}
.padding-medium-horizontally {
  padding: 0px 32px !important;
}
@media (max-width: 768px) {
  .padding-medium-horizontally {
    padding: 0px 8px;
  }
}
.icon {
  width: 32px;
  height: 32px;
}
.button {
  height: 44px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 22px;
  color: var(--view-background-color);
  background-color: var(--action-or-selection-color);
  border: 1px solid var(--action-or-selection-color);
  text-align: center;
  font-weight: 600;
  line-height: 44px;
  padding: 0 16px;
  text-decoration: inherit;
  white-space: nowrap;
}
.button-border {
  height: 44px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 22px;
  color: var(--action-or-selection-color);
  border: 1px solid var(--action-or-selection-color);
  text-align: center;
  font-weight: 600;
  line-height: 44px;
  padding: 0 16px;
  text-decoration: inherit;
}
.button-borderless {
  width: fit-content;
  height: 44px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 22px;
  color: var(--action-or-selection-color);
  text-align: center;
  font-weight: 600;
  line-height: 44px;
  padding: 0 16px;
  text-decoration: inherit;
}
.button-fit {
  white-space: nowrap;
  width: fit-content;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .button-fit {
    padding: 0 16px;
  }
}
.button-left {
  text-align: left;
  padding-left: 0px;
}
.input {
  color: var(--input-color);
  background-color: var(--view-background-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin: 2px 0 5px;
  min-height: 44px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 10px;
  margin-top: 5px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
}
.input:focus {
  outline: none;
  border: 2px solid var(--action-or-selection-color);
}
.link {
  color: var(--action-or-selection-color);
}
.hidden {
  display: none;
}
.text-title-color {
  color: var(--title-color);
}
.text-default-color {
  color: var(--text-color);
}
.text-white-color {
  color: #fff;
}
.text-title-extra-large-size {
  font-size: 64px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .text-title-extra-large-size {
    font-size: 48px;
  }
}
.text-title-large-size {
  font-size: 54px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .text-title-large-size {
    font-size: 48px;
  }
}
.text-title-medium-size {
  font-size: 32px;
  font-weight: 600;
}
.text-title-small-size {
  font-size: 24px;
  font-weight: 500;
}
.text-title-extra-small-size {
  font-size: 22px;
  font-weight: 400;
}
.text-large-size {
  font-size: 18px;
  font-weight: 400;
}
.text-medium-size {
  font-size: 16px;
  font-weight: 400;
}
.text-small-size {
  font-size: 14px;
  font-weight: 200;
}
.text-x-small-size {
  font-size: 12px;
  font-weight: 200;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  margin-top: 60px;
}
::placeholder {
  color: var(--border-color);
}
::-webkit-input-placeholder {
  color: var(--border-color);
}
::-moz-placeholder {
  color: var(--border-color);
}
::-ms-input-placeholder {
  color: var(--border-color);
}
button,
a {
  cursor: pointer;
  text-decoration: inherit;
  background: none;
  border: none;
  padding: 0;
  outline: inherit;
  font: inherit;
  color: inherit;
}

@font-face {
  font-family: "Atlas Grotesk";
  src: url("font/atlas-grotesk-light.woff");
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-regular-ads143.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-hair-ads143.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-thin-ads143.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-light-ads143.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-demibold-ads143.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-bold-ads143.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("font/mundial-black-ads143.otf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend-Tera";
  src: url("font/lexend-tera-bold.html");
}

:root {
  --action-or-selection-color: #0070e0;
  --title-color: #1b2733;
  --text-color: #637282;
  --line-color: #e6e8eb;
  --border-color: #bdc4c9;
  --view-background-color: #fff;
  --menu-background-color: #f7f9fa;
  --error-border-color: #d46d6d;
  --delete-or-cancel-color: #ed3d5d;
  --success-text-color: #157f3c;
  --success-background-color: #e8f7ed;
  --success-border-color: #30b661;
  --fail-text-color: #d46d6d;
  --fail-background-color: #fef1f1;
  --fail-border-color: #e2a8a8;
  --dark-green: #17dd8c;
  --light-green: #6effba;
  --light-blue: #63b1ff;
  --dark-pink: #ff7592;
  --light-pink: #ff92b1;
  --dark-yellow: #ffb828;
  --light-yellow: #ffcc5e;
}

:root {
  --page-border: 9px solid transparent;
  --page-margin: 1px auto -8px;
}
#viewerContainer {
  overflow: auto;
  width: 100%;
  inset: 5rem 0 4rem;
  height: 800px;
  background-color: var(--border-color);
}
canvas {
  margin: auto;
  display: block;
}
.pdfViewer {
  max-height: 100%;
}
.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: var(--page-margin);
  position: relative;
  overflow: visible;
  border: var(--page-border);
  background-clip: content-box;
  background-color: #fff;
}
.pdfViewer .page .loadingIcon {
  width: 2.9rem;
  height: 2.9rem;
/* background: url("images/spinner.png") no-repeat left top / 38rem; */
  border: medium none;
  animation: 1s steps(10, end) 0s normal none infinite moveDefault;
  display: block;
  position: absolute;
  top: calc((100% - 2.9rem) / 2);
  left: calc((100% - 2.9rem) / 2);
}
#loadingBar {
  --progressBar-percent: 0%;
  position: relative;
  height: 0.6rem;
  background-color: #333;
  border-bottom: 1px solid #333;
}
#loadingBar .progress {
  position: absolute;
  left: 0;
  width: 100%;
  transform: scaleX(var(--progressBar-percent));
  transform-origin: 0 0;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  transition: transform 200ms;
}
#loadingBar.indeterminate .progress {
  transform: none;
  background-color: #999;
  transition: none;
}
#loadingBar.indeterminate .progress .glimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5rem;
  background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: progressIndeterminate 2s linear infinite;
}
@-moz-keyframes moveDefault {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -39rem top;
  }
}
@-webkit-keyframes moveDefault {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -39rem top;
  }
}
@-o-keyframes moveDefault {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -39rem top;
  }
}
@keyframes moveDefault {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -39rem top;
  }
}
@-moz-keyframes progressIndeterminate {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes progressIndeterminate {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-o-keyframes progressIndeterminate {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes progressIndeterminate {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pagination-bullet {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-in-out 0.3s;
}
.pagination-bullet:hover {
  background-color: #fff;
}
.pagination-bullet-active {
  background-color: #fff;
  width: 30px;
  transition: all ease-in-out 0.3s;
}
.page-content-container {
  display: none;
}
.pagination-content-active {
  display: block;
}

.loading-ring {
  display: none;
  width: 44px;
  height: 44px;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 6px;
  border: 3px solid var(--action-or-selection-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--action-or-selection-color) transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@-moz-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
.shimmer.checkbox {
  padding: 5px 28px 6px 0px;
  border-radius: 4px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.checkbox {
  z-index: 10;
}
.checkbox spam {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
}
.checkbox svg {
  position: absolute;
  margin: 2px;
  display: none;
}
.checkbox input {
  display: none;
}
.checkbox spam:hover {
  border: 2px solid var(--action-or-selection-color);
}
.checkbox input:checked ~ spam {
  border: 2px solid var(--action-or-selection-color);
  background-color: var(--action-or-selection-color);
}
.checkbox input:checked ~ svg {
  display: block;
  cursor: pointer;
}

.alert-container {
  width: 100%;
  height: 0px;
  left: 0;
  top: 0;
  text-align: center;
  position: fixed;
  z-index: 1001;
}
.alert-success {
  background-color: var(--success-background-color);
  border: 1px solid var(--success-border-color);
  color: var(--success-text-color);
}
.alert-failed {
  background-color: var(--fail-background-color);
  border: 1px solid var(--fail-border-color);
  color: var(--fail-text-color);
}
.alert {
  border-radius: 3px;
  margin: 9px;
  padding: 8px 18px;
  font-size: 14px;
  display: inline-block;
}

.not-found-image {
  width: 300px;
  height: 300px;
  margin: auto;
}
@media (max-width: 700px) {
  .not-found-image {
    width: 60%;
    height: auto;
  }
}
.not-found-icon {
  width: auto;
  height: 32px;
  margin: auto;
}

#header-icon {
  width: auto;
  height: 28px;
}
#header-container-floating {
  flex-direction: column;
  padding: 20px 124px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header-container-up {
  display: flex;
  height: fit-content;
  align-items: center;
}
@media (max-width: 1140px) {
  #header-container-up {
    flex-wrap: wrap;
  }
}
#header-menu {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}
@media (min-width: 1140px) {
  #header-menu {
    display: none;
  }
}
#header-options {
  display: flex;
  align-items: baseline;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 1140px) {
  #header-options {
    flex-direction: column;
    align-items: start;
    width: 95%;
    margin-left: 0px;
    position: absolute;
    transition: all 0s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    margin-top: 16px;
    margin-right: 0px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    order: 3;
    z-index: 10;
    top: 64px;
    right: 10px;
    background-color: var(--menu-background-color);
  }
}
@media (max-width: 1140px) {
  #header-options div:first-child {
    margin-top: 32px;
  }
}
#header-options.animate {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header-options .dropdown-container {
  margin-left: 20px;
}
#header-options button:hover,
#header-options a:hover {
  color: var(--action-or-selection-color);
}
#header-action-container {
  display: flex;
  margin-left: auto;
  gap: 16px;
}
@media (max-width: 1140px) {
  #header-action-container {
    order: 2;
  }
}
@media (max-width: 1140px) {
  #header-signup,
  #header-signin {
    display: none;
  }
}
@media (min-width: 1140px) {
  #header-sign-in,
  #header-sign-up {
    display: none;
  }
}
.barUp,
.barDown {
  width: 35px;
  height: 2px;
  margin: 6px 0;
  transition: 0.4s;
}
.barNone {
  width: 35px;
  height: 2px;
  margin: 6px 0;
}
.animate .barUp {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
.animate .barDown {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

@media (max-width: 900px) {
  #home-main-container {
    margin-top: 24px;
  }
}
.home-image {
  width: 140%;
  height: auto;
  border-radius: 32px 0 0 32px;
}
@media (min-width: 1650px) {
  .home-image {
    width: 100%;
  }
}
.home-image-borderless {
  width: 140%;
  height: auto;
}
#home-all-in-one-container {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.home-all-in-one-item {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid var(--line-color);
  max-width: calc(33% - 80px);
}
@media (max-width: 768px) {
  .home-all-in-one-item {
    max-width: 100%;
  }
}
.home-solution-image {
  padding: 0px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  flex-shrink: 0;
  min-width: 100%;
  height: auto;
  margin-top: auto;
}
#home-media-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.home-media-item {
  max-width: calc(20% - 16px);
}
@media (max-width: 768px) {
  .home-media-item {
    max-width: calc(50% - 16px);
  }
}
.home-media-image {
  padding: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
#home-numbers-container {
  padding: 32px;
  border-radius: 8px;
  background-color: var(--menu-background-color);
  border: 1px solid var(--line-color);
}
.border-box-spacing {
  padding: 32px;
  width: calc(100% - 64px);
  margin: auto;
}
.border-box-image {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 768px) {
  .border-box-image {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.home-regulation-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-regulation-container {
    gap: 16px;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.home-regulation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 16px);
  border-radius: 32px;
  border: 1px solid var(--line-color);
}
@media (max-width: 768px) {
  .home-regulation-item {
    width: calc(50% - 16px);
  }
}
.home-promotion-highlight-container {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url("static/promotion/monaco/images/monaco-homepage-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 530px 124px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1315px) {
  .home-promotion-highlight-container {
    padding: 480px 124px 40px;
  }
}
@media (max-width: 900px) {
  .home-promotion-highlight-container {
    background-position: bottom;
    padding: 290px 124px 60px;
  }
}
@media (max-width: 790px) {
  .home-promotion-highlight-container {
    padding: 380px 62px 30px;
  }
}
@media (max-width: 500px) {
  .home-promotion-highlight-container {
    padding: 380px 31px 30px;
  }
}
@media (max-width: 480px) {
  .home-promotion-highlight-container {
    padding: 380px 16px 30px;
  }
}

.code-container {
  width: 100%;
  background: var(--menu-background-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 20px;
}
#code-title {
  padding: 10px;
  font-weight: 500;
  color: var(--title-color);
  font-size: 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--view-background-color);
}
#code-languages {
  background-color: var(--view-background-color);
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.code-content .tab ul li svg {
  height: 24px;
  width: 24px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 8px;
}
.code-content .tab ul li span {
  font-size: 14px;
}
div.tab-content {
  padding: 10px 10px 10px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: calc(100vh - 232px);
  overflow: auto;
}
#code-separator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--line-color);
}
pre {
  float: unset;
  margin: 0;
}
pre.prettyprint {
  border: unset !important;
  overflow: auto !important;
  width: 100%;
}

.tab input[type="radio"] {
  display: none;
}
.tab .tab-content section h2,
.tab ul li label {
  font-weight: bold;
  font-size: 18px;
  color: var(--action-or-selection-color);
}
.tab ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.tab ul li {
  width: fit-content;
  padding: 0 6px;
}
.tab ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tab ul li label:hover,
.tab ul li label:focus,
.tab ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tab ul li label:hover svg,
.tab ul li label:focus svg,
.tab ul li label:active svg {
  fill: #bec5cf;
}
.tab .tab-content div {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tab .tab-content div h2 {
  color: var(--action-or-selection-color);
  display: none;
}
.tab .tab-content div h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: var(--action-or-selection-color);
  margin-top: 5px;
  left: 1px;
}
/* TAB 1 */
.tab input:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(1):checked~.tab-content>div:nth-child(1) {
  display: block;
}
/* TAB 2 */
.tab input:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(2):checked~.tab-content>div:nth-child(2) {
  display: block;
}
/* TAB 3 */
.tab input:nth-of-type(3):checked~ul>li:nth-child(3)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(3):checked~.tab-content>div:nth-child(3) {
  display: block;
}
/* TAB 4 */
.tab input:nth-of-type(4):checked~ul>li:nth-child(4)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(4):checked~.tab-content>div:nth-child(4) {
  display: block;
}
/* TAB 5 */
.tab input:nth-of-type(5):checked~ul>li:nth-child(5)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(5):checked~.tab-content>div:nth-child(5) {
  display: block;
}
/* TAB 6 */
.tab input:nth-of-type(6):checked~ul>li:nth-child(6)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(6):checked~ul>li:nth-child(6)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(6):checked~ul>li:nth-child(6)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(6):checked~.tab-content>div:nth-child(6) {
  display: block;
}
/* TAB 7 */
.tab input:nth-of-type(7):checked~ul>li:nth-child(7)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(7):checked~ul>li:nth-child(7)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(7):checked~ul>li:nth-child(7)>label {
    background: rgba(0,0,0,0.08);
  }
}
.tab input:nth-of-type(7):checked~.tab-content>div:nth-child(7) {
  display: block;
}
/* TAB 8 */
.tab input:nth-of-type(8):checked~ul>li:nth-child(8)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(8):checked~ul>li:nth-child(8)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(8):checked~ul>li:nth-child(8)>label {
    background: rgba(0,0,0,0.08);
    width: fit-content;
  }
}
.tab input:nth-of-type(8):checked~.tab-content>div:nth-child(8) {
  display: block;
}
/* TAB 9 */
.tab input:nth-of-type(9):checked~ul>li:nth-child(9)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(9):checked~ul>li:nth-child(9)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(9):checked~ul>li:nth-child(9)>label {
    background: rgba(0,0,0,0.08);
    width: fit-content;
  }
}
.tab input:nth-of-type(9):checked~.tab-content>div:nth-child(9) {
  display: block;
}
@media (max-width: 1000px) {
  .tab ul li label {
    white-space: initial;
  }
  .tab ul li label br {
    display: initial;
  }
  .tab ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tab ul li label {
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
  }
  .tab ul li label span {
    display: none;
  }
  .tab .tab-content div h2 {
    display: none;
  }
}
/* TAB 10 */
.tab input:nth-of-type(10):checked~ul>li:nth-child(10)>label {
  cursor: default;
  color: var(--action-or-selection-color);
}
.tab input:nth-of-type(10):checked~ul>li:nth-child(10)>label svg {
  fill: var(--action-or-selection-color);
}
@media (max-width: 600px) {
  .tab input:nth-of-type(10):checked~ul>li:nth-child(10)>label {
    background: rgba(0,0,0,0.08);
    width: fit-content;
  }
}
.tab input:nth-of-type(10):checked~.tab-content>div:nth-child(10) {
  display: block;
}
@media (max-width: 1000px) {
  .tab ul li label {
    white-space: initial;
  }
  .tab ul li label br {
    display: initial;
  }
  .tab ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tab ul li label {
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
  }
  .tab ul li label span {
    display: none;
  }
  .tab .tab-content div h2 {
    display: none;
  }
}

#footer-container {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
#footer-options {
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
#footer-icon {
  height: 28px;
  width: auto;
}
.footer-title-size {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
#footer-container button:hover,
#footer-container a:hover {
  color: var(--action-or-selection-color);
}

.dropdown-container .dropdown-list {
  display: none;
  padding: 16px;
  gap: 16px;
}
@media (max-width: 1140px) {
  .dropdown-container {
    height: 50px;
    width: fit-content;
  }
}
.dropdown-container:hover .dropdown-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: auto;
  height: fit-content;
  overflow: auto;
  z-index: 1;
  color: var(--title-color);
  background-color: var(--menu-background-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.dropdown-list a {
  cursor: pointer;
  text-decoration: inherit;
  color: inherit;
}
.dropdown-list a:hover * {
  color: var(--action-or-selection-color) !important;
}

.docs-content-container {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: calc(100% - 220px - 2 * 67px);
  margin-left: calc(220px + 67px);
  padding-top: 120px;
  background-color: var(--view-background-color);
}
@media (max-width: 700px) {
  .docs-content-container {
    width: calc(100% - 60px);
    padding-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
.docs-content-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
}
.docs-content-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 0px;
}
.docs-content-text {
  font-size: 20px;
  color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 20px;
}
.docs-content-subtext {
  font-size: 18px;
  color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 0px;
}
.docs-content-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .docs-content-section {
    width: 100% !important;
  }
}
@media (max-width: 700px) {
  .docs-content-section {
    display: block;
  }
}
.docs-content-section-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 70px;
}
.docs-content-section-item-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 40px;
}
@media (max-width: 1160px) {
  .docs-content-section-item-left {
    width: 100%;
  }
}
.docs-content-section-item-right {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1160px) {
  .docs-content-section-item-right {
    width: 100%;
    margin-top: 40px;
  }
}
.docs-code-container {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--menu-background-color);
  margin-bottom: 20px;
}
.docs-code-title {
  padding: 10px;
  font-weight: 500;
  color: var(--title-color);
  font-size: 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--view-background-color);
}
.docs-code-separator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--line-color);
}
.docs-code-content {
  padding: 10px;
  font-size: 14px;
  font-family: "Menlo", "Consolas", monospace;
  color: var(--title-color);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.docs-content-separator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--line-color);
  margin-bottom: 40px;
}
.github-icon {
  width: 20px !important;
  height: 20px;
  color: var(--action-or-selection-color);
  cursor: pointer;
}
blue {
  color: #76b0f9;
  font-weight: 700;
  font-size: 16px;
}
green {
  color: #67dd93;
  font-weight: 700;
  font-size: 16px;
}
red {
  color: #ef7d93;
  font-weight: 700;
  font-size: 16px;
}
yellow {
  color: #f5c152;
  font-weight: 700;
  font-size: 16px;
}
purple {
  color: #8a3ffc;
  font-weight: 700;
  font-size: 16px;
}

.menu-container {
  display: flex;
  flex-direction: column;
  width: 205px;
  height: 100vh;
  padding-left: 15px;
  left: 0px;
  background-color: var(--menu-background-color);
  box-shadow: -1px 0 0 0 var(--line-color) inset;
  overflow-y: overlay;
  overflow-x: auto;
  position: fixed;
  z-index: 2;
}
@media (min-width: 700px) {
  .menu-container {
    padding-left: 15px !important;
    left: 0px !important;
  }
}
@media (max-width: 700px) {
  .menu-container {
    padding-left: 0px;
    left: -205px;
    margin-top: 48px;
  }
}
#docs-menu-logo {
  width: 32px;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.docs-menu-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--title-color);
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs-menu-subtitle {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 100;
  margin-right: 24px;
}
.docs-menu-item {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 100;
  margin-right: 24px;
}
.docs-menu-item:hover,
.selected {
  color: var(--action-or-selection-color);
}
.sidebar-header {
  padding-left: 15px;
  display: none;
  background-color: var(--menu-background-color);
  border-bottom: 1px solid var(--line-color);
  position: fixed;
  align-items: center;
  z-index: 10;
}
@media (max-width: 700px) {
  .sidebar-header {
    width: 100%;
    height: 50px;
    position: fixed;
    display: flex;
  }
}
.sidebar-header-button {
  margin-left: 15px;
  font-size: 24px;
  min-width: 24px;
  color: var(--action-or-selection-color);
}
.sidebar-header label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 15px;
  padding: 12px 6px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
}
.sidebar-header .header-icon {
  margin-top: 2px;
  color: var(--title-color);
}
.dropdown-container-list {
  margin-left: 20px;
  display: none;
}
.dropdown-container-title {
  display: flex;
  margin-bottom: 10px;
}
.dropdown-icon {
  margin-right: 12px;
  margin-left: 2px;
  height: 16px;
}
.dropdown-title {
  cursor: pointer;
  font-weight: 100;
  user-select: none;
}
.dropdown-title:hover {
  color: var(--action-or-selection-color);
}
.rotate-minus-90-degrees {
  animation: spin 420ms forwards;
}
.postman-run-button {
  background: url("static/postman-button.svg") !important;
}
@-moz-keyframes rotate-minus-90-degrees {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate-minus-90-degrees {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-o-keyframes rotate-minus-90-degrees {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes rotate-minus-90-degrees {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

.img-docs-api {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}











#contact-sales-subtitle {
  max-width: 720px;
}
.contact-sales-item {
  align-items: baseline;
  width: 450px;
}
@media (max-width: 900px) {
  .contact-sales-item {
    width: 100%;
  }
}
.contact-sales-label {
  width: 160px;
}
@media (max-width: 900px) {
  .contact-sales-label {
    width: 80%;
  }
}
.contact-sales-input {
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media (max-width: 900px) {
  .contact-sales-input {
    width: 100%;
    max-width: 100%;
  }
}
.contact-sales-area {
  width: calc(100% - 200px);
  height: 100px;
  max-width: calc(100% - 200px);
}
@media (max-width: 900px) {
  .contact-sales-area {
    width: 100%;
    max-width: 100%;
  }
}

select {
  color: var(--input-color);
  background-color: var(--view-background-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
  width: 100%;
  margin: 2px 0 5px;
  line-height: normal;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 10px;
  border-radius: 4px;
  height: 44px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 100% 50%;
}
select:active,
select:hover {
  outline: solid;
  outline-color: var(--action-or-selection-color);
  border: 1px solid transparent;
  outline-width: 2px;
}

#developer-subtitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 720px;
}
#developer-code-sample {
  margin: auto;
  margin-top: 50px;
  max-width: 600px !important;
}
@media (max-width: 900px) {
  #developer-code-sample {
    width: 100%;
  }
}
#developer-api-button {
  margin-left: auto;
  margin-right: auto;
}

#sandbox-title {
  text-align: center;
}
#sandbox-subtitle {
  margin-top: 40px;
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
}
.sandbox-action {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .sandbox-action {
    flex-direction: column-reverse;
  }
}
.sandbox-action > spam:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .sandbox-action > spam:nth-child(1) {
    margin-right: 0px;
    margin-top: 20px;
  }
}

.corporate-card-banner {
  width: 80%;
  height: auto;
  margin: auto;
}
.corporate-card-image {
  padding: 0px;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-top: auto;
}

#bill-payment-title {
  max-width: 50%;
}
@media (max-width: 768px) {
  #bill-payment-title {
    max-width: 90%;
  }
}
#bill-payment-subtitle {
  max-width: 70%;
}
@media (max-width: 768px) {
  #bill-payment-subtitle {
    max-width: 90%;
  }
}
.bill-payment-image {
  padding-left: 32px;
  width: calc(100% - 32px);
}

.receivables-icon {
  width: 30px;
  height: 30px;
}
#receivables-title {
  max-width: 50%;
}
@media (max-width: 768px) {
  #receivables-title {
    max-width: 90%;
  }
}
#receivables-subtitle {
  max-width: 70%;
}
@media (max-width: 768px) {
  #receivables-subtitle {
    max-width: 90%;
  }
}
.table-container {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.column-title {
  height: 20px;
  margin-bottom: 10px;
}
.table-column {
  margin-bottom: 50px;
}

#fixed-income-title {
  max-width: 600px;
}
@media (max-width: 768px) {
  #fixed-income-title {
    max-width: 90%;
  }
}
#fixed-income-subtitle {
  max-width: 600px;
}
@media (max-width: 768px) {
  #fixed-income-subtitle {
    max-width: 90%;
  }
}
.fixed-income-banner {
  width: 70%;
  height: auto;
}

#business-account-title {
  max-width: 50%;
}
@media (max-width: 768px) {
  #business-account-title {
    max-width: 90%;
  }
}
#business-account-subtitle {
  max-width: 70%;
}
@media (max-width: 768px) {
  #business-account-subtitle {
    max-width: 90%;
  }
}

#credit-limit-title {
  max-width: 50%;
}
@media (max-width: 768px) {
  #credit-limit-title {
    max-width: 90%;
  }
}


.wordpress-image {
  width: 300px;
  height: auto;
}

.pricing-container {
  border: 1px solid var(--line-color);
}
.pricing-table {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
}
.pricing-table-row {
  display: flex;
  width: 100%;
  padding: 8px 0px;
}
.pricing-table-paint {
  background-color: var(--menu-background-color);
}
.pricing-table-row-key {
  width: 50%;
  margin: 0px;
  color: var(--text-color);
  font-size: 20px;
}
.pricing-table-row-value {
  width: 50%;
  margin: 0px;
  color: var(--title-color);
  font-size: 22px;
}

.about-us-investors-list a:hover {
  color: var(--action-or-selection-color);
}
.about-us-principles-container {
  margin: 0 20%;
}
@media (max-width: 768px) {
  .about-us-principles-container {
    margin: 0;
  }
}




.tab-container {
  position: relative;
}
.tab-container .options-button {
  display: none;
  margin: 20px 0px;
  color: var(--action-or-selection-color);
  cursor: pointer;
  width: fit-content;
}
@media (max-width: 595px) {
  .tab-container .options-button {
    display: flex;
    gap: 8px;
  }
}
.tab-bar {
  width: 100%;
  overflow: hidden;
  margin: 29px 0px;
  border-bottom: 1px solid var(--line-color);
}
@media (max-width: 595px) {
  .tab-bar {
    display: none;
    flex-direction: column;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    width: fit-content;
    background-color: var(--view-background-color);
    position: absolute;
    z-index: 1;
    top: 18px;
  }
}
.tab-bar-item {
  float: left;
  cursor: pointer;
  color: var(--title-color);
  line-height: 1.5;
  padding: 13px 10px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 560px) {
  .tab-bar-item {
    border-bottom: 0;
  }
}
.tab-bar-item .badge {
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  margin-left: 8px;
  color: var(--text-color);
  white-space: nowrap;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: var(--menu-background-color);
  display: none;
}
.tab-bar-item.active {
  font-weight: bold;
  color: var(--action-or-selection-color);
  border-color: var(--action-or-selection-color);
}
.tab-bar-item.active .badge {
  color: var(--view-background-color);
  background-color: var(--action-or-selection-color);
}
.tab-options-open {
  display: flex;
}

.faq-code-openssl {
  padding-top: 10px;
  overflow: scroll;
}

#event-container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-color);
  max-width: 700px;
  margin: auto;
}
@media (max-width: 768px) {
  #event-container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #event-form {
    width: 90%;
  }
}

#event-registered-body {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f7f9fa;
}
#event-registered-container {
  width: 500px;
  height: fit-content;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
  border: 1px solid #e6e8eb;
}
#event-registered-loading {
  margin-top: 50px;
}
#event-registered-title {
  margin-top: 0px;
  text-align: center;
  opacity: 0;
}
#event-registered-subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  opacity: 0;
}
.circle-loader {
  margin-top: 16px;
  margin-bottom: 2em;
  border: 4px solid rgba(0,0,0,0.2);
  border-left-color: var(--success-border-color);
  animation: circle-loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.circle-loader-completed {
  -webkit-animation: none;
  animation: none;
  border-color: var(--success-border-color);
  transition: border 500ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 4px solid var(--success-text-color);
  border-top: 4px solid var(--success-text-color);
  content: '';
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
@-moz-keyframes circle-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes circle-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
@-o-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

.get-started-container {
  width: 550px;
  margin: auto;
}
@media (max-width: 700px) {
  .get-started-container {
    width: 100%;
  }
}
.get-started-item {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid var(--line-color);
  width: calc(100% - 64px);
}

.marker {
  padding: 10px;
  border: 1px solid #f00;
}
.promotion-flex {
  display: flex;
  flex-direction: column;
}
.promotion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
  padding: 16px 124px;
}
.promotion-header-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.promo-text-uppercase {
  text-transform: uppercase;
}
.promo-text-default {
  color: #1d1d1f;
}
.promo-text-inverse {
  color: #fff;
}
.promo-text-center {
  text-align: center;
}
.promo-text-regular {
  font-weight: 200;
}
.promo-text-regular {
  font-weight: 400;
}
.promo-text-bold {
  font-weight: 600;
}
.promo-text-xsmall {
  font-size: 14px;
}
.promo-text-small {
  font-size: 16px;
}
.promo-text-medium {
  font-size: 20px;
}
@media (max-width: 500px) {
  .promo-text-medium {
    font-size: 14px;
  }
}
.promo-text-large {
  font-size: 24px;
}
@media (max-width: 500px) {
  .promo-text-large {
    font-size: 18px;
  }
}
.promo-text-xlarge {
  font-size: 40px;
}
@media (max-width: 500px) {
  .promo-text-xlarge {
    font-size: 28px;
  }
}
.promo-text-xxlarge {
  font-size: 75px;
}
@media (max-width: 500px) {
  .promo-text-xxlarge {
    font-size: 43px;
  }
}
.promo-disable-text-select {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.promo-card-container {
  width: calc(100% / 4);
  padding: 32px 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 1225px) {
  .promo-card-container {
    width: 100%;
    box-sizing: border-box;
  }
}
.promo-card-icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.promo-card-container-setup-clip {
  height: 480px;
  justify-content: space-between !important;
}
@media (max-width: 870px) {
  .promo-card-container-setup-clip {
    height: 550px;
  }
}
@media (max-width: 765px) {
  .promo-card-container-setup-clip {
    height: 460px;
  }
}
@media (max-width: 400px) {
  .promo-card-container-setup-clip {
    height: 390px;
  }
}
.promo-card-inverse {
  border: 1px solid #fff;
}
.promo-card-default {
  border: 1px solid #dcdbde;
}
.promo-card-bottom-image > img {
  width: 100%;
}
.promo-card-bottom-image-noclip > img {
  width: 100%;
}
@media (max-width: 1225px) {
  .promo-card-bottom-image-noclip > img {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .promo-card-bottom-image-noclip > img {
    width: 80%;
  }
}
.promo-card-bottom-image-noclip {
  width: 100%;
  display: flex;
  justify-content: center;
}
.promo-card-bottom-image {
  position: absolute;
  right: 0px;
  bottom: 32px;
  width: 100%;
  box-sizing: border-box;
}
.promo-image-clip-left {
  right: 0;
  width: 80%;
}
@media (max-width: 1225px) {
  .promo-image-clip-left {
    width: 40%;
    bottom: 5%;
  }
}
@media (max-width: 870px) {
  .promo-image-clip-left {
    width: 70%;
    bottom: 5%;
  }
}
@media (max-width: 765px) {
  .promo-image-clip-left {
    width: 80%;
  }
}
.promo-image-clip-bottom {
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.promo-image-clip-bottom > img {
  width: 60%;
}
@media (max-width: 1225px) {
  .promo-image-clip-bottom > img {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .promo-image-clip-bottom > img {
    width: 50%;
  }
}
.promo-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
@media (max-width: 1225px) {
  .promo-cards-container {
    flex-direction: column;
  }
}

.promo-header-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #1b2733;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  padding: var(--space-xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .promo-header-container {
    padding: var(--space-xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .promo-header-container {
    height: auto;
    padding: var(--space-xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .promo-header-container {
    padding: var(--space-xl) var(--space-xl);
  }
}
#promo-header-open-menu-button {
  cursor: pointer;
}
.promo-header-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.promo-header-logo-container {
  display: flex;
  cursor: pointer;
}
.promo-header-logo {
  width: 220px;
}
@media (max-width: 500px) {
  .promo-header-logo {
    width: 180px;
  }
}
.promo-header-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .promo-header-button-container {
    display: none;
  }
}
.promo-header-options {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 1350px) {
  .promo-header-options {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .promo-header-options {
    display: none;
  }
}
.promo-header-link {
  cursor: pointer;
  height: 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.promo-header-link:hover {
  border-bottom: 2px solid #fff;
}
.promo-header-signin-button,
.promo-header-register-button {
  border-radius: 100px;
  white-space: nowrap;
}
.promo-header-signin-button,
.promo-header-signin-mobile-button {
  background-color: var(--line-color);
  color: var(--action-or-selection-color);
}
.promo-header-menu-icon {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1300px) {
  .promo-header-menu-icon {
    display: block;
  }
}
.promo-header-mobile-menu {
  background-color: #1b2733;
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.7s;
  text-align: end;
}
.promo-header-mobile-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 30px 25px;
  padding-top: 100px;
}
.promo-header-mobile-link {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.promo-header-mobile-link:hover {
  border-bottom: 2px solid #fff;
}
.promo-header-mobile-button-container {
  padding: 25px;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.promo-header-signin-mobile-button,
.promo-header-register-mobile-button {
  width: fit-content;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 765px) {
  .promo-header-signin-mobile-button,
  .promo-header-register-mobile-button {
    width: 50%;
  }
}
.promo-header-mobile-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 8%;
  background-color: rgba(27,39,51,0.871);
  z-index: 1;
}
.promo-promotion-menu-active {
  border-bottom: 2px solid #fff;
}
.promo-regulation-description-details-topic-container {
  list-style-type: none;
  padding: 0;
}

.contact-form-promotion-card {
  border: 2px solid var(--line-color);
  background-color: var(--view-background-color);
  width: 60%;
  border-radius: 10px;
  padding: 90px 30px;
  padding-bottom: 45px;
}
@media (max-width: 1150px) {
  .contact-form-promotion-card {
    width: auto;
  }
}
@media (max-width: 500px) {
  .contact-form-promotion-card {
    width: 100%;
    border: none;
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .contact-form-promotion-card {
    border-radius: 0;
  }
}
.contact-card-container {
  width: 100%;
  display: flex;
  justify-content: start;
}
@media (max-width: 1150px) {
  .contact-card-container {
    justify-content: center;
  }
}
.promo-accordion-container {
  width: 100%;
  gap: 1rem;
  min-height: 402px;
  display: flex;
  justify-content: center;
}
#promo-pagination-view {
  margin-top: 45px;
}
.promo-accordion {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid var(--line-color);
}
.promo-accordion-header {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 430px) {
  .promo-accordion-header {
    padding: 20px 0;
  }
}
.promo-accordion-header::-webkit-details-marker {
  display: none;
}
.promo-accordion-header::after {
  background: url("static/chevron-down-2kas12.svg") no-repeat;
  background-size: cover;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.promo-accordion-content {
  padding: 20px;
}
@media (max-width: 430px) {
  .promo-accordion-content {
    padding: 20px 0;
  }
}
.promo-accordion-title {
  color: var(--title-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
  max-width: 95%;
}
.promo-accordion-description {
  color: var(--text-color);
  font-size: 15px;
  line-height: 18px;
}
.promo-accordion-description-link {
  color: var(--action-or-selection-color);
  white-space: nowrap;
  font-size: 15px;
}

:root {
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-s: 8px;
  --space-m: 12px;
  --space-l: 16px;
  --space-xl: 24px;
  --space-2xl: 32px;
  --space-3xl: 40px;
  --space-4xl: 48px;
  --space-5xl: 56px;
  --space-6xl: 64px;
  --space-7xl: 72px;
  --space-8xl: 80px;
  --space-9xl: 88px;
  --space-10xl: 96px;
  --space-11xl: 104px;
  --space-12xl: 108px;
  --space-13xl: 112px;
  --space-14xl: 116px;
  --space-15xl: 124px;
  --space-16xl: 132px;
  --space-17xl: 140px;
  --space-18xl: 148px;
}

.header-promotion-pix-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 124px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.5);
}
@media (max-width: 1270px) {
  .header-promotion-pix-container {
    height: auto;
    padding: 30px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-container {
    padding: 30px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-container {
    padding: 30px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-container {
    padding: 30px 24px;
  }
}
#header-promotion-pix-open-menu-button {
  cursor: pointer;
}
.header-promotion-pix-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header-promotion-pix-logo-container {
  display: flex;
  cursor: pointer;
}
.header-promotion-pix-logo {
  width: 220px;
}
@media (max-width: 500px) {
  .header-promotion-pix-logo {
    width: 180px;
  }
}
.header-promotion-pix-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .header-promotion-pix-button-container {
    display: none;
  }
}
.header-promotion-pix-options {
  display: flex;
  justify-content: space-evenly;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 1350px) {
  .header-promotion-pix-options {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .header-promotion-pix-options {
    display: none;
  }
}
.header-promotion-pix-link {
  cursor: pointer;
  height: 20px;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-family: "Mundial";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header-promotion-pix-link:hover {
  border-bottom: 2px solid #fff;
}
.header-promotion-pix-register-button {
  width: 130px;
}
.header-promotion-pix-menu-icon {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1300px) {
  .header-promotion-pix-menu-icon {
    display: block;
  }
}
.header-promotion-pix-mobile-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.7s;
  text-align: end;
}
.header-promotion-pix-mobile-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 30px 124px;
  padding-top: 100px;
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-link-container {
    padding: 70px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-link-container {
    padding: 90px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-link-container {
    padding: 80px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-link-container {
    padding: 60px 24px;
  }
}
.header-promotion-pix-mobile-link {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header-promotion-pix-mobile-link:hover {
  border-bottom: 2px solid #fff;
}
.header-promotion-pix-mobile-button-container {
  padding: 25px 100px;
  display: flex;
  justify-content: end;
  -webkit-justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-button-container {
    height: auto;
    padding: 25px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 24px;
  }
}
.header-promotion-pix-signin-mobile-button,
.header-promotion-pix-register-mobile-button {
  width: 50%;
  border-radius: 100px;
}
.header-promotion-pix-mobile-close-button {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 65px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 24px;
  }
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 8%;
  background-color: rgba(27,39,51,0.871);
  z-index: 1;
}
.promotion-menu-active {
  border-bottom: 2px solid #fff;
}
.regulation-description-details-topic-container {
  list-style-type: none;
  padding: 0;
}

.promotion-footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 80px 124px 30px;
  background-color: var(--menu-background-color);
  border-top: 1px solid var(--line-color);
}
@media (max-width: 1270px) {
  .promotion-footer {
    height: auto;
    padding: 80px 62px;
  }
}
@media (max-width: 750px) {
  .promotion-footer {
    padding: 80px 31px;
  }
}
@media (max-width: 580px) {
  .promotion-footer {
    padding: 80px 8px;
  }
}
@media (max-width: 400px) {
  .promotion-footer {
    padding: 80px 24px;
  }
}
.promotion-footer-top-section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .promotion-footer-top-section {
    gap: 40px;
    flex-direction: column;
  }
}
.footer-link:hover {
  color: var(--action-or-selection-color);
}

.pix-page-container {
  padding: 80px 124px;
  background-color: #f9f9fc;
}
@media (max-width: 1270px) {
  .pix-page-container {
    padding: 80px 62px;
  }
}
@media (max-width: 750px) {
  .pix-page-container {
    padding: 80px 31px;
  }
}
@media (max-width: 580px) {
  .pix-page-container {
    padding: 80px 8px;
  }
}
@media (max-width: 400px) {
  .pix-page-container {
    padding: 80px 24px;
  }
}
.pix-top-section {
  background: url("static/pix/main-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 1090px;
}
@media (max-width: 700px) {
  .pix-top-section {
    height: 850px;
  }
}
@media (max-width: 480px) {
  .pix-top-section {
    height: 680px;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
}
.pix-top-section-information {
  padding: 0 40px;
  gap: 24px;
  max-width: 660px;
  color: #fff;
}
.performance-status-phone-image {
  height: 100%;
}
.performance-status-section {
  padding-top: 124px;
  padding-bottom: 40px;
}
.performance-status-section-container {
  gap: 56px;
}
.performance-status-section-header-container {
  width: 100%;
}
.performance-status-section-card-container {
  gap: 24px;
  width: 100%;
}
@media (max-width: 1410px) {
  .performance-status-section-card-container {
    flex-direction: column;
  }
}
.performance-status-section-left-card {
  background-color: #fff;
  border-radius: 32px;
  height: 512px;
  display: flex;
  justify-content: center;
  padding: 30px 150px;
}
.pix-page-container-section {
  background-color: #fff;
}
.performance-status-section-right-card-container {
  gap: 16px;
}
.performance-status-section-right-card:first-child {
  height: 100%;
  justify-content: center;
}
.performance-status-section-right-card {
  background: #2692ff;
  color: #fff;
  border-radius: 32px;
  padding: 40px 56px;
  gap: 8px;
}
@media (max-width: 500px) {
  .performance-status-section-right-card {
    padding: 40px;
  }
}
.pix-promotion-card-container {
  gap: 10px;
  min-width: 200px;
}
@media (max-width: 1000px) {
  .pix-promotion-card-container {
    flex-wrap: wrap;
  }
}
.pix-promotion-card {
  width: calc(100% / 4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 600px;
  padding: 32px;
  border-radius: 32px;
  color: #fff;
}
@media (max-width: 1650px) {
  .pix-promotion-card {
    height: 470px;
  }
}
@media (max-width: 1430px) {
  .pix-promotion-card {
    height: 450px;
  }
}
@media (max-width: 1000px) {
  .pix-promotion-card {
    width: calc(100% / 3);
  }
}
@media (max-width: 600px) {
  .pix-promotion-card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .pix-promotion-card {
    height: 630px;
  }
}
#pix-promotion-card-first {
  background-image: linear-gradient(360deg, rgba(27,39,51,0) 0%, #1b2733 100%), url("static/pix/user.png");
}
#pix-promotion-card-second {
  background-image: linear-gradient(360deg, rgba(27,39,51,0) 0%, #1b2733 100%), url("static/pix/collegues.png");
}
#pix-promotion-card-third {
  background-image: linear-gradient(360deg, rgba(27,39,51,0) 0%, #1b2733 100%), url("static/pix/internet-banking.png");
}
#pix-promotion-card-fourth {
  background-image: linear-gradient(360deg, rgba(27,39,51,0) 0%, #1b2733 100%), url("static/pix/qrcode-phone.png");
}
.pix-features-section-title {
  width: 100%;
}
.pix-features-section-card-container {
  gap: 16px;
}
@media (max-width: 1220px) {
  .pix-features-section-card-container {
    flex-direction: column;
  }
}
.pix-content-spacing {
  gap: 48px;
}
.pix-features-section-card {
  width: calc(100% / 3);
  padding: 32px 40px;
  background: #fff;
  border-radius: 24px;
  gap: 24px;
}
@media (max-width: 1220px) {
  .pix-features-section-card {
    width: auto;
  }
}
.fact-section-banner {
  padding: 100px 0;
  color: #fff;
  width: 100%;
  justify-content: end;
  border-radius: 32px;
  background: url("static/pix/background.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 1180px) {
  .fact-section-banner {
    justify-content: center;
    background-position: left;
  }
}
@media (max-width: 480px) {
  .fact-section-banner {
    padding: 150px 0 25px;
  }
}
.fact-section-banner-content {
  width: 50%;
}
@media (max-width: 1180px) {
  .fact-section-banner-content {
    width: auto;
  }
}
.fact-section-banner-safe-area {
  max-width: 470px;
  gap: 24px;
}
@media (max-width: 1180px) {
  .fact-section-banner-safe-area {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .fact-section-banner-safe-area {
    margin: 0 25px;
  }
}
.starkbank-pix-card {
  border-radius: 24px;
  background: #f9f9fc;
  padding: 40px;
  gap: 80px;
}
@media (max-width: 1220px) {
  .starkbank-pix-card {
    flex-direction: column;
    align-items: center;
  }
}
.pix-default-title {
  color: #1b2733;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  width: 60%;
}
@media (max-width: 750px) {
  .pix-default-title {
    font-size: 32px;
    line-height: 32px;
    width: 100%;
  }
}
.pix-main-title {
  color: #fff;
  text-align: center;
  font-family: "Mundial";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
@media (max-width: 750px) {
  .pix-main-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.pix-main-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Mundial";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 750px) {
  .pix-main-subtitle {
    font-size: 20px;
    line-height: 38px;
  }
}
.pix-banner-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 750px) {
  .pix-banner-title {
    font-size: 32px;
  }
}
.pix-banner-subtitle {
  color: #f9f9fc;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.pix-banner-add-info {
  color: #f9f9fc;
  font-family: "Mundial";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}
.starkbank-pix-card-title-container {
  gap: 16px;
}
@media (max-width: 1220px) {
  .starkbank-pix-card-title-container {
    align-items: center;
  }
}
.starkbank-pix-card-title {
  max-width: 600px;
  color: #1b2733;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 750px) {
  .starkbank-pix-card-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.pix-features-section-card-icon {
  width: 32px;
  height: 32px;
}
.pix-features-section-card-title {
  color: #1b2733;
  font-family: "Mundial";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.pix-features-section-card-subtitle {
  color: #707072;
  font-family: "Mundial";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pix-promotion-card-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}
@media (max-width: 850px) {
  .pix-promotion-card-title {
    font-size: 16px;
    line-height: 25px;
  }
}
.pix-promotion-card-subtitle {
  color: #fff;
  font-family: "Mundial";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .pix-promotion-card-subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 850px) {
  .pix-promotion-card-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.performance-status-section-right-card-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 750px) {
  .performance-status-section-right-card-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.performance-status-section-right-card-subtitle {
  color: #fff;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}
.performance-status-section-right-card-text {
  color: #fff;
  font-family: "Mundial";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.performance-status-section-right-card-text > span {
  font-weight: 400;
}
.pix-performance-status-source-title {
  color: #707072;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}
.button-to-fit {
  width: fit-content;
}
.starkbank-pix-car-image-container > img {
  width: 340px;
}
.starkbank-pix-card-subtitle {
  color: #1b2733;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.monaco-headline-container {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url("static/promotion/monaco/images/monaco-headline-background.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 600px var(--space-15xl) var(--space-18xl);
}
@media (max-width: 1255px) {
  .monaco-headline-container {
    background-position: left;
    padding: 600px var(--space-8xl) var(--space-18xl);
  }
}
@media (max-width: 870px) {
  .monaco-headline-container {
    background-position: center;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url("static/promotion/monaco/images/monaco-headline-background-mobile.jpg");
    padding: 400px var(--space-3xl) var(--space-18xl);
  }
}
@media (max-width: 430px) {
  .monaco-headline-container {
    padding: 400px var(--space-xl) var(--space-18xl);
  }
}
@media (max-width: 375px) {
  .monaco-headline-container {
    padding: 280px var(--space-xl) var(--space-18xl);
  }
}
.monaco-how-participate-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.monaco-how-participate-container {
  display: flex;
  justify-content: space-between;
}
.monaco-prize-banner-container {
  display: flex;
  justify-content: flex-end;
  padding: 120px 100px;
  background-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%), url("static/promotion/monaco/images/prize-banner-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (max-width: 765px) {
  .monaco-prize-banner-container {
    padding: 120px 25px;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%), url("static/promotion/monaco/images/prize-banner-background.jpg");
  }
}
.monaco-prize-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1100px) {
  .monaco-prize-banner-content {
    width: 50%;
  }
}
.monaco-get-started-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.monaco-calendar-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1060px) {
  .monaco-calendar-container {
    flex-direction: column;
    align-items: center;
    gap: var(--space-3xl);
  }
}
.monaco-calendar-item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1060px) {
  .monaco-calendar-item {
    width: auto;
  }
}
.monaco-headline-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.monaco-message-container {
  display: grid;
  place-items: center;
  isolation: isolate;
}
.monaco-message-container * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.monaco-background-video {
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
}
.monaco-message-content-container {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.361);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-message-content-container {
    padding: 0 var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-message-content-container {
    padding: 0 var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-message-content-container {
    padding: 0 var(--space-xl);
  }
}
.monaco-how-participate-section {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: var(--space-6xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-how-participate-section {
    padding: var(--space-6xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-how-participate-section {
    padding: var(--space-6xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-how-participate-section {
    padding: var(--space-6xl) var(--space-xl);
  }
}
.monaco-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
}
.monaco-prize-section {
  padding: var(--space-10xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-prize-section {
    padding: var(--space-10xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-prize-section {
    padding: var(--space-10xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-prize-section {
    padding: var(--space-10xl) var(--space-xl);
  }
}
.monaco-products-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: var(--space-10xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-products-section {
    padding: var(--space-10xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-products-section {
    padding: var(--space-10xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-products-section {
    padding: var(--space-10xl) var(--space-xl);
  }
}
.monaco-get-started-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #f5f5f7;
  padding: var(--space-15xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-get-started-section {
    padding: var(--space-15xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-get-started-section {
    padding: var(--space-15xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-get-started-section {
    padding: var(--space-15xl) var(--space-xl);
  }
}
.monaco-get-started-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.monaco-image-grid-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.monaco-image-grid-title {
  padding: var(--space-15xl) var(--space-15xl) 0;
}
@media (max-width: 1255px) {
  .monaco-image-grid-title {
    padding: var(--space-15xl) var(--space-8xl) 0;
  }
}
@media (max-width: 870px) {
  .monaco-image-grid-title {
    padding: var(--space-15xl) var(--space-3xl) 0;
  }
}
@media (max-width: 430px) {
  .monaco-image-grid-title {
    padding: var(--space-15xl) var(--space-xl) 0;
  }
}
.monaco-image-grid-desktop {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1225px) {
  .monaco-image-grid-desktop {
    display: none;
  }
}
.monaco-image-grid-desktop > img {
  width: 100%;
}
.monaco-image-grid-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1225px) {
  .monaco-image-grid-mobile {
    display: block;
  }
}
.monaco-image-grid-mobile > img {
  width: 100%;
}
.monaco-calendar-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: var(--space-15xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-calendar-section {
    padding: var(--space-15xl) var(--space-8xl);
  }
}
@media (max-width: 1060px) {
  .monaco-calendar-section {
    align-items: center;
  }
}
@media (max-width: 870px) {
  .monaco-calendar-section {
    padding: var(--space-15xl) var(--space-3xl);
  }
}
@media (max-width: 430px) {
  .monaco-calendar-section {
    padding: var(--space-15xl) var(--space-xl);
  }
}
.monaco-faq-section {
  padding: var(--space-15xl) var(--space-15xl);
}
@media (max-width: 1255px) {
  .monaco-faq-section {
    padding: var(--space-15xl) var(--space-8xl);
  }
}
@media (max-width: 870px) {
  .monaco-faq-section {
    padding: var(--space-15xl) var(--space-3xl);
  }
}
@media (max-width: 765px) {
  .monaco-faq-section {
    padding: var(--space-15xl) 0 0;
  }
}
@media (max-width: 480px) {
  .monaco-faq-section {
    padding: 0;
  }
}
.monaco-faq-banner {
  background-image: url("static/promotion/monaco/images/monaco-faq-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 48px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 765px) {
  .monaco-faq-banner {
    border-radius: 0;
    padding: var(--space-xl) var(--space-xl);
  }
}
@media (max-width: 480px) {
  .monaco-faq-banner {
    background: #fff;
    border-radius: 0;
    padding: var(--space-xl) 0;
  }
}
@media (max-width: 500px) {
  .monaco-faq-title {
    margin-left: 24px;
  }
}
@media (max-width: 480px) {
  .monaco-faq-title {
    color: #000;
  }
}






.header-hackathon-promotion-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #03245f;
  padding: 40px 80px;
}
@media (max-width: 500px) {
  .header-hackathon-promotion-container {
    height: auto;
    padding: 30px 20px;
  }
}
#header-hackathon-promotion-open-menu-button {
  cursor: pointer;
}
.header-hackathon-promotion-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header-hackathon-promotion-logo-container {
  display: flex;
  cursor: pointer;
}
.header-hackathon-promotion-logo {
  width: 220px;
}
@media (max-width: 500px) {
  .header-hackathon-promotion-logo {
    width: 180px;
  }
}
.header-hackathon-promotion-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .header-hackathon-promotion-button-container {
    display: none;
  }
}
.header-hackathon-options {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 1350px) {
  .header-hackathon-options {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .header-hackathon-options {
    display: none;
  }
}
.header-hackathon-promotion-link {
  cursor: pointer;
  height: 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.header-hackathon-promotion-link:hover {
  border-bottom: 2px solid #fff;
}
.header-hackathon-signin-button,
.header-hackathon-register-button {
  width: 100px;
  border-radius: 100px;
}
.header-hackathon-signin-button,
.header-hackathon-signin-mobile-button {
  background-color: var(--line-color);
  color: var(--action-or-selection-color);
}
.header-hackathon-promotion-menu-icon {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1300px) {
  .header-hackathon-promotion-menu-icon {
    display: block;
  }
}
.header-hackathon-promotion-mobile-menu {
  background-color: #03245f;
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.7s;
  text-align: end;
}
.header-hackathon-promotion-mobile-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 30px 25px;
  padding-top: 100px;
}
.header-hackathon-promotion-mobile-link {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header-hackathon-promotion-mobile-link:hover {
  border-bottom: 2px solid #fff;
}
.header-hackathon-promotion-mobile-button-container {
  padding: 25px;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.header-hackathon-signin-mobile-button,
.header-hackathon-register-mobile-button {
  width: 50%;
  border-radius: 100px;
}
.header-hackathon-promotion-mobile-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 8%;
  background-color: rgba(27,39,51,0.871);
  z-index: 1;
}
.promotion-menu-active {
  border-bottom: 2px solid #fff;
}
.regulation-description-details-topic-container {
  list-style-type: none;
  padding: 0;
}

.footer-hackathon-promotion-section-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  background: #1d1d1f;
  padding: 100px;
}
@media (max-width: 750px) {
  .footer-hackathon-promotion-section-container {
    padding: 20px;
    height: fit-content;
  }
}
.footer-hackathon-promotion-title {
  color: var(--view-background-color);
}
.footer-hackathon-promotion-link-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 5rem;
}
@media (max-width: 750px) {
  .footer-hackathon-promotion-link-container {
    flex-direction: column;
    align-items: flex-end;
    gap: 3rem;
  }
}
.footer-hackathon-promotion-link {
  color: var(--view-background-color);
  font-weight: 100;
}
.footer-hackathon-promotion-copyright {
  color: var(--view-background-color);
  width: 100%;
  display: flex;
  justify-content: start;
}
.footer-hackathon-promotion-information-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-hackathon-promotion-information-info {
  color: var(--view-background-color);
  width: 100%;
}

.promotion-button {
  border-radius: 100px;
}
#anchor-top {
  background: url("static/promotion/hackathon-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 1050px;
  margin-bottom: 124px;
}
@media (max-width: 1440px) {
  #anchor-top {
    height: 790px;
  }
}
@media (max-width: 1300px) {
  #anchor-top {
    height: 700px;
  }
}
@media (max-width: 850px) {
  #anchor-top {
    height: 680px;
    background: url("static/promotion/hackathon-background-responsive.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
@media (max-width: 850px) {
  #anchor-top {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  #anchor-top {
    height: 480px;
  }
}
@media (max-width: 500px) {
  #anchor-top {
    height: 430px;
  }
}
@media (max-width: 430px) {
  #anchor-top {
    height: 380px;
  }
}
@media (max-width: 375px) {
  #anchor-top {
    height: 320px;
  }
}
#anchor-partners {
  padding: 124px;
}
@media (max-width: 850px) {
  #anchor-partners {
    padding: 62px 30px;
  }
}
#anchor-participate {
  padding: 124px;
}
@media (max-width: 850px) {
  #anchor-participate {
    padding: 62px 30px;
  }
}
#anchor-qa {
  padding: 124px 240px;
}
@media (max-width: 1100px) {
  #anchor-qa {
    padding: 124px;
  }
}
@media (max-width: 850px) {
  #anchor-qa {
    padding: 62px 30px;
  }
}
.promotion-content {
  background: #000;
  color: #fff;
}
.promotion-large-title {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-family: "Mundial";
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 870px) {
  .promotion-large-title {
    font-size: 40px;
    line-height: 100%;
  }
}
.promotion-medium-title {
  color: #f9f9fc;
  text-align: center;
  font-family: "Mundial";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .promotion-medium-title {
    font-size: 32px;
    line-height: 100%;
  }
}
.promotion-small-title {
  color: #f9f9fc;
  text-align: center;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .promotion-small-title {
    font-size: 32px;
    line-height: 100%;
  }
}
.promotion-xsmall-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 870px) {
  .promotion-xsmall-title {
    font-size: 20px;
    line-height: 32px;
  }
}
.promotion-xxsmall-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.promotion-default-text {
  color: #fff;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}
@media (max-width: 870px) {
  .promotion-default-text {
    font-size: 16px;
    line-height: 170%;
  }
}
.promotion-small-text {
  color: #fff;
  text-align: center;
  font-family: "Mundial";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}
.promotion-text-highlight {
  font-weight: 700;
}
.promotion-large-subtitle {
  color: #bdc4c9;
  text-align: center;
  font-family: "Mundial";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .promotion-large-subtitle {
    font-size: 20px;
    line-height: 150%;
  }
}
.promotion-title-highlight {
  color: #63b1ff;
  text-align: center;
  font-family: "Mundial";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  .promotion-title-highlight {
    font-size: 20px;
    line-height: 150%;
  }
}
.promotion-dark-text {
  color: #1d1d1f;
  font-family: "Mundial";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
}
.promotion-title-large {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 870px) {
  .promotion-title-large {
    font-size: 20px;
    line-height: normal;
  }
}
.promotion-text-large {
  font-size: 100px;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 870px) {
  .promotion-text-large {
    font-size: 64px;
    line-height: normal;
  }
}
.promotion-text-small {
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 870px) {
  .promotion-text-small {
    font-size: 24px;
    line-height: normal;
  }
}
.promotion-dark-text-small {
  color: var(--text-text-primary, #1d1d1f);
  text-align: center;
  font-family: "Muldial";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -10px;
}
.promotion-presenter-card-filter {
  background: linear-gradient(0deg, rgba(27,39,51,0.8) 18.82%, rgba(27,39,51,0) 100%);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 32px;
}
.promotion-text-align-center {
  text-align: center;
}
.partner-logo-item {
  display: flex;
  width: 240px;
  justify-content: center;
}
.partner-logo-item > .partner-logo-item-image {
  width: inherit;
}
.vertical-flex {
  display: flex;
  flex-direction: column;
}
.horizontal-flex {
  display: flex;
}
.vertical-center {
  align-items: center;
}
.horizontal-center {
  justify-content: center;
}
.promotion-dark-card {
  border-radius: 32px;
  background: #1d1d1f;
}
.seventh-section-card-container {
  width: 70%;
}
@media (max-width: 1690px) {
  .seventh-section-card-container {
    width: 80%;
  }
}
@media (max-width: 1515px) {
  .seventh-section-card-container {
    width: 90%;
  }
}
@media (max-width: 1380px) {
  .seventh-section-card-container {
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .seventh-section-card-container {
    flex-direction: column;
  }
}
.promotion-light-card {
  width: calc(100% / 3);
  border-radius: 32px;
  background: #f9f9fc;
  padding: 80px 60px;
  gap: 20px;
}
@media (max-width: 1130px) {
  .promotion-light-card {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 40px 30px;
  }
}
.accordion-container {
  padding: 40px 30px;
  width: 100%;
}
.accordion-content {
  gap: 1rem;
  min-height: 402px;
}
.accordion {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(249,249,252,0.2);
}
.accordion-header::after {
  background: url("static/promotion/plus.svg") no-repeat;
  background-size: cover;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion-header {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 430px) {
  .accordion-header {
    padding: 20px 0;
  }
}
.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-title {
  color: #fff;
  font-family: "Mundial";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  width: 85%;
}
@media (max-width: 700px) {
  .accordion-title {
    font-size: 16px;
  }
}
.accordion-description-container {
  padding: 20px;
}
@media (max-width: 430px) {
  .accordion-description-container {
    padding: 20px 0;
  }
}
.accordion-description {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
details[open] > .accordion-header::after {
  transform: rotate(45deg);
}
.second-section-container {
  gap: 124px;
  max-width: 760px;
}
.second-section-info-container {
  padding: 124px 0;
  gap: 24px;
}
@media (max-width: 850px) {
  .second-section-info-container {
    padding: 62px 0;
  }
}
.third-section-container {
  padding: 124px;
  gap: 80px;
}
@media (max-width: 850px) {
  .third-section-container {
    padding: 62px 30px;
  }
}
@media (max-width: 500px) {
  .third-section-container {
    padding: 62px 0;
  }
}
.flex-small-spacing {
  gap: 16px;
}
.flex-xsmall-spacing {
  gap: 10px;
}
.grid-card-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1050px) {
  .grid-card-container {
    align-items: center;
    flex-direction: column;
  }
}
.grid-card-item-container {
  flex-basis: calc(50% - 200px);
  padding: 32px 24px;
}
@media (max-width: 1350px) {
  .grid-card-item-container {
    flex-basis: calc(50% - 70px);
  }
}
@media (max-width: 1050px) {
  .grid-card-item-container {
    text-align: center;
  }
}
.fourth-section-container {
  padding: 124px 80px;
  gap: 64px;
}
@media (max-width: 850px) {
  .fourth-section-container {
    padding: 62px 30px;
  }
}
@media (max-width: 500px) {
  .fourth-section-container {
    padding: 62px 0;
  }
}
@media (max-width: 1150px) {
  .fourth-section-card-container {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .fourth-section-card-container {
    text-align: center;
  }
}
.fourth-section-card {
  padding: 40px 32px;
  width: calc(100% / 3);
}
@media (max-width: 1150px) {
  .fourth-section-card {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.fifth-section-container {
  padding: 124px;
  gap: 56px;
}
@media (max-width: 1000px) {
  .fifth-section-container {
    padding: 124px 60px;
  }
}
@media (max-width: 850px) {
  .fifth-section-container {
    padding: 124px 0;
  }
}
@media (max-width: 500px) {
  .fifth-section-container {
    padding: 62px 0;
  }
}
.fifth-section-promotion-presenter-card-container {
  width: -webkit-fill-available;
  width: -moz-available;
}
@media (max-width: 1350px) {
  .fifth-section-promotion-presenter-card-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.promotion-presenter-card {
  width: calc(100% / 5);
  position: relative;
}
@media (max-width: 1000px) {
  .promotion-presenter-card {
    flex-basis: calc(50% - 40px);
  }
}
.promotion-presenter-card-img > img {
  width: 100%;
}
.promotion-presenter-card-titles {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media (max-width: 1200px) {
  .promotion-presenter-card-titles {
    left: 20px;
  }
}
@media (max-width: 560px) {
  .promotion-presenter-card-titles {
    left: 5px;
  }
}
.promotion-presenter-card-text-large {
  color: #f9f9fc;
  font-family: "Mundial";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .promotion-presenter-card-text-large {
    font-size: 16px;
    line-height: 16px;
  }
}
.promotion-presenter-card-text-small {
  color: #f9f9fc;
  font-family: "Mundial";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .promotion-presenter-card-text-small {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
  }
}
.sixth-section-container {
  gap: 64px;
  padding: 40px 32px;
}
.partners-logo-container {
  gap: 60px;
}
@media (max-width: 1420px) {
  .partners-logo-container {
    flex-direction: column;
    gap: 30px;
  }
}
.seventh-section-container {
  padding: 124px;
  gap: 64px;
}
@media (max-width: 1260px) {
  .seventh-section-container {
    padding: 124px 60px;
  }
}
@media (max-width: 1130px) {
  .seventh-section-container {
    padding: 124px;
  }
}
@media (max-width: 850px) {
  .seventh-section-container {
    padding: 62px 30px;
  }
}
@media (max-width: 500px) {
  .seventh-section-container {
    padding: 62px 0;
  }
}
.eighth-section-container {
  padding: 64px 40px;
  gap: 24px;
}
@media (max-width: 850px) {
  .eighth-section-container {
    padding: 62px 30px;
  }
}
@media (max-width: 500px) {
  .eighth-section-container {
    padding: 62px 0;
  }
}

.regulation-hackathon-content {
  padding: 30px 8%;
}

.promotion-top-section-container {
  padding-top: 3rem;
  padding-left: 8%;
  padding-right: 8%;
}
.promotion-section-title {
  font-size: 58px;
  line-height: 72px;
  font-weight: 100;
}
.promotion-top-section-container {
  background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 86%, #061625 99%), url("static/promotion/monaco.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 1200px) {
  .promotion-top-section-container {
    background-position: center;
  }
}
@media (max-width: 850px) {
  .promotion-top-section-container {
    background-size: contain;
    background-position: top;
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 39%, #061625 41%), url("static/promotion/monaco.png");
  }
}
@media (max-width: 750px) {
  .promotion-top-section-container {
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 31%, #061625 34%), url("static/promotion/monaco.png");
  }
}
@media (max-width: 700px) {
  .promotion-top-section-container {
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 31%, #061625 36%), url("static/promotion/monaco.png");
  }
}
@media (max-width: 640px) {
  .promotion-top-section-container {
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 23%, #061625 33%), url("static/promotion/monaco.png");
  }
}
@media (max-width: 600px) {
  .promotion-top-section-container {
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 23%, #061625 27%), url("static/promotion/monaco.png");
  }
}
@media (max-width: 500px) {
  .promotion-top-section-container {
    padding: 0;
    background: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 29%, #061625 31%), url("static/promotion/monaco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media (max-width: 460px) {
  .promotion-top-section-container {
    padding: 0;
    background-image: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 20%, #061625 25%), url("static/promotion/monaco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media (max-width: 390px) {
  .promotion-top-section-container {
    background: linear-gradient(to right, #051524, rgba(255,255,255,0)), linear-gradient(180deg, rgba(27,39,51,0) 21%, #061625 22%), url("static/promotion/monaco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.hero-promotion-tiny-description {
  color: #bdc4c9;
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
}
@media (max-width: 430px) {
  .hero-promotion-tiny-description {
    padding-right: 20px;
  }
}
.summary-promotion-section {
  background: linear-gradient(180deg, rgba(27,39,51,0) 85%, #061625 90%), url("static/promotion/premio.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .summary-promotion-section {
    background: linear-gradient(180deg, rgba(27,39,51,0) 89%, #061625 92%), linear-gradient(90deg, rgba(27,39,51,0) 32%, #061625 60%), url("static/promotion/premio.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 850px) {
  .summary-promotion-section {
    padding: 0;
    background: linear-gradient(90deg, rgba(27,39,51,0) 32%, #061625 60%), url("static/promotion/premio.png");
    background-size: contain;
  }
}
@media (max-width: 750px) {
  .summary-promotion-section {
    padding: 0;
    background: linear-gradient(180deg, rgba(27,39,51,0) 40%, #061625 55%), linear-gradient(0deg, rgba(27,39,51,0) 96%, #061625 99%), linear-gradient(90deg, rgba(27,39,51,0) 74%, #061625 75%), linear-gradient(270deg, rgba(27,39,51,0) 74%, #061625 75%);
  }
}
@media (max-width: 600px) {
  .summary-promotion-section {
    background: linear-gradient(180deg, rgba(27,39,51,0) 40%, #061625 50%), linear-gradient(0deg, rgba(27,39,51,0) 96%, #061625 99%), linear-gradient(90deg, rgba(27,39,51,0) 76%, #061625 100%), linear-gradient(270deg, rgba(27,39,51,0) 77%, #061625 100%);
  }
}
@media (max-width: 500px) {
  .summary-promotion-section {
    background: linear-gradient(180deg, rgba(27,39,51,0) 40%, #061625 50%), linear-gradient(0deg, rgba(27,39,51,0) 90%, #061625 99%);
  }
}
@media (max-width: 390px) {
  .summary-promotion-section {
    background: linear-gradient(180deg, rgba(27,39,51,0) 38%, #061625 43%), linear-gradient(0deg, rgba(27,39,51,0) 90%, #061625 96%);
  }
}
.summary-promotion-mobile-image {
  background-image: url("static/promotion/premio-mobile.png");
  display: none;
}
@media (max-width: 750px) {
  .summary-promotion-mobile-image {
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 450px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 600px) {
  .summary-promotion-mobile-image {
    background-size: cover;
  }
}
.contact-form-promotion-section {
  background-image: url("static/promotion/piloto.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1360px) {
  .contact-form-promotion-section {
    background-size: contain;
    background-position: bottom;
  }
}
.instructions-promotion-section {
  background: linear-gradient(0deg, rgba(27,39,51,0) 40%, #061625 40%), var(--menu-background-color);
}
@media (max-width: 1200px) {
  .instructions-promotion-section {
    background: linear-gradient(0deg, rgba(27,39,51,0) 17%, #061625 17%), var(--menu-background-color);
  }
}
.hero-promotion-section-container {
  align-items: flex-start;
  gap: 2rem;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media (max-width: 500px) {
  .hero-promotion-section-container {
    padding-top: 240px;
    padding-bottom: 50px;
  }
}
@media (max-width: 430px) {
  .hero-promotion-section-container {
    padding-top: 150px;
  }
}
.summary-promotion-tiny-description {
  color: #bdc4c9;
  font-size: 10px;
  line-height: 12px;
}
.headline-content-container {
  display: flex;
  gap: 1rem;
  max-width: 35%;
}
@media (max-width: 1250px) {
  .headline-content-container {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  .headline-content-container {
    max-width: 60%;
  }
}
@media (max-width: 850px) {
  .headline-content-container {
    max-width: 75%;
  }
}
@media (max-width: 650px) {
  .headline-content-container {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .headline-content-container {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .headline-content-container {
    padding: 0 20px;
  }
}
@media (max-width: 430px) {
  .headline-content-container {
    gap: 10px;
  }
}
.headline-fast-forward-icon-container {
  padding-top: 65px;
}
@media (max-width: 430px) {
  .headline-fast-forward-icon-container {
    padding-top: 97px;
  }
}
@media (max-width: 430px) {
  .headline-fast-forward-icon {
    width: 30px;
  }
}
.hero-promotion-headline {
  font-size: 96px;
  line-height: 91px;
  font-weight: 100;
  color: var(--view-background-color);
}
@media (max-width: 430px) {
  .hero-promotion-headline {
    font-size: 40px;
    line-height: 48px;
    padding-right: 20px;
    width: 60%;
  }
}
.hero-promotion-upper-label {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
}
@media (max-width: 430px) {
  .hero-promotion-upper-label {
    padding-right: 20px;
  }
}
.hero-promotion-bottom {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 430px) {
  .hero-promotion-bottom {
    padding-right: 20px;
  }
}
.hero-promotion-subheadline {
  color: var(--view-background-color);
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 430px) {
  .hero-promotion-subheadline {
    padding-right: 20px;
  }
}
#hero-promotion-description-label {
  white-space: nowrap;
}
.hero-promotion-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 430px) {
  .hero-promotion-button-container {
    padding-right: 20px;
    width: 100%;
  }
}
.hero-primary-button,
.hero-secondary-button {
  width: 100px;
}
@media (max-width: 430px) {
  .hero-primary-button,
  .hero-secondary-button {
    width: 35%;
  }
}
*
.here-promotion-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 500px) {
  .here-promotion-content {
    padding: 0 20px;
  }
}
.hero-secondary-button {
  background-color: #fff;
  color: var(--action-or-selection-color);
}
.summary-promotion-section-container {
  display: flex;
  justify-content: flex-end;
  padding: 90px;
}
@media (max-width: 750px) {
  .summary-promotion-section-container {
    padding: 0 20px;
    padding-bottom: 65px;
    justify-content: center;
  }
}
.summary-promotion-content {
  gap: 2rem;
  align-items: flex-start;
  padding: 120px 0;
  padding-right: 330px;
  padding-top: 600px;
  width: 20%;
}
@media (max-width: 1600px) {
  .summary-promotion-content {
    width: 35%;
    padding-right: 190px;
  }
}
@media (max-width: 1440px) {
  .summary-promotion-content {
    padding-right: 100px;
  }
}
@media (max-width: 1300px) {
  .summary-promotion-content {
    padding-right: 200px;
    padding-bottom: 0;
    padding-top: 290px;
  }
}
@media (max-width: 1140px) {
  .summary-promotion-content {
    padding-right: 65px;
    padding-bottom: 0;
    padding-top: 210px;
  }
}
@media (max-width: 1000px) {
  .summary-promotion-content {
    padding-right: 0px;
    padding-bottom: 0;
    padding-top: 170px;
    width: 50%;
  }
}
@media (max-width: 960px) {
  .summary-promotion-content {
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 0px;
    width: 50%;
  }
}
@media (max-width: 750px) {
  .summary-promotion-content {
    width: auto;
  }
}
.summary-promotion-headline {
  color: var(--view-background-color);
}
.summary-promotion-subheadline {
  color: var(--view-background-color);
  font-size: 26px;
  line-height: 48px;
  font-weight: 100;
}
.summary-promotion-description {
  color: #bdc4c9;
  font-size: 20px;
  line-height: 24px;
}
.instructions-promotion-section-container {
  align-items: center;
  gap: 5rem;
  padding: 50px 100px;
}
@media (max-width: 1200px) {
  .instructions-promotion-section-container {
    align-items: flex-start;
    padding: 100px 0;
  }
}
.instructions-promotion-title {
  color: var(--view-background-color);
  white-space: nowrap;
}
@media (max-width: 430px) {
  .instructions-promotion-title {
    font-size: 45px;
  }
}
.instructions-promotion-cards-container {
  display: flex;
  flex-direction: column;
  width: 55%;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1700px) {
  .instructions-promotion-cards-container {
    width: 80%;
  }
}
@media (max-width: 1250px) {
  .instructions-promotion-cards-container {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .instructions-promotion-cards-container {
    gap: 4rem;
  }
}
@media (max-width: 430px) {
  .instructions-promotion-cards-container {
    gap: 2rem;
  }
}
.instructions-promotion-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.instruction-button {
  position: absolute;
  right: 35px;
  top: 32px;
}
@media (max-width: 850px) {
  .instruction-button {
    display: none;
  }
}
.instructions-link {
  font-size: 18px;
  line-height: 21px;
  color: var(--action-or-selection-color);
  font-weight: 600;
}
.instructions-promotion-card-tiny-description {
  font-size: 10px;
  line-height: 12px;
}
.instructions-promotion-card-question {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.instructions-promotion-card {
  border: 1px solid var(--line-color);
  padding: 35px;
  background-color: var(--view-background-color);
  border-radius: 10px;
  text-align: left;
  gap: 1rem;
  display: flex;
  flex-direction: row;
}
.instructions-promotion-card-title {
  color: var(--title-color);
  font-size: 35px;
  font-weight: 100;
}
.instructions-promotion-card-subtitle {
  color: var(--title-color);
  font-size: 25px;
  font-weight: 100;
}
.instructions-promotion-card-description {
  color: var(--text-color);
  font-size: 15px;
}
.additional-content-promotion-section-container {
  align-items: center;
  gap: 6rem;
  padding: 40px 180px;
}
@media (max-width: 1170px) {
  .additional-content-promotion-section-container {
    padding: 60px 0px;
  }
}
.additional-content-promotion-title {
  color: var(--title-color);
  font-size: 40px;
  line-height: 48px;
  font-weight: 100;
}
.addtional-content-promotion-info-element-link {
  color: var(--action-or-selection-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}
.addtional-content-promotion-mobile-tiny-description {
  display: none;
  text-align: center;
  color: var(--title-color);
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1170px) {
  .addtional-content-promotion-mobile-tiny-description {
    display: block;
  }
}
.addtional-content-promotion-tiny-description {
  color: var(--title-color);
  font-size: 10px;
}
.instructions-promotion-tiny-description {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .instructions-promotion-tiny-description {
    text-align: start;
  }
}
.request-card-primary-button {
  width: fit-content;
}
.addtional-content-promotion-button {
  padding: 5px 100px;
}
.addtional-content-promotion-bottom-container {
  align-items: center;
  gap: 2rem;
}
.request-card-promotion-section-container {
  gap: 3rem;
  align-items: center;
  background-color: var(--menu-background-color);
  padding: 180px 2% 0 2%;
}
@media (max-width: 430px) {
  .request-card-promotion-section-container {
    gap: 4rem;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.request-card-promotion-title {
  color: var(--title-color);
  text-align: center;
  width: 65%;
}
@media (max-width: 1200px) {
  .request-card-promotion-title {
    width: 95%;
  }
}
@media (max-width: 430px) {
  .request-card-promotion-title {
    font-size: 40px;
    line-height: normal;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.addtional-content-promotion-info-container {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1100px) {
  .addtional-content-promotion-info-container {
    align-items: center;
    flex-direction: column;
  }
}
.addtional-content-promotion-info-image {
  padding: 40px;
  width: 50%;
}
@media (max-width: 1400px) {
  .addtional-content-promotion-info-image {
    width: 90%;
  }
}
.addtional-content-promotion-info-elements-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 50%;
}
@media (max-width: 1400px) {
  .addtional-content-promotion-info-elements-container {
    width: 90%;
  }
}
.addtional-content-promotion-description-container {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.addtional-content-promotion-info-element {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: 1px solid var(--line-color);
  background-color: var(--view-background-color);
  border-radius: 10px;
  min-height: 600px;
  width: 33.33%;
}
@media (max-width: 1100px) {
  .addtional-content-promotion-info-element {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .addtional-content-promotion-info-element {
    width: 90%;
  }
}
.addtional-content-promotion-info-element-title {
  color: var(--title-color);
  font-size: 35px;
  font-weight: 500;
}
.addtional-content-promotion-info-element-description {
  color: var(--text-color);
  font-size: 18px;
  line-height: 20px;
  font-weight: 100;
}
.request-card-promotion-bottom-container {
  align-items: center;
  padding-bottom: 250px;
  gap: 6rem;
}
@media (max-width: 500px) {
  .request-card-promotion-bottom-container {
    padding-bottom: 200px;
  }
}
.request-card-promotion-link {
  color: var(--action-or-selection-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}
.request-card-promotion-image {
  width: 100%;
}
.calendar-promotion-section-container {
  gap: 5rem;
  align-items: center;
  padding: 150px 80px;
}
@media (max-width: 1080px) {
  .calendar-promotion-section-container {
    padding: 100px 0;
    align-items: flex-start;
    gap: 3rem;
  }
}
.calendar-promotion-title {
  color: var(--title-color);
  text-align: center;
}
.calendar-promotion {
  display: flex;
  justify-content: center;
  width: 80%;
}
@media (max-width: 1080px) {
  .calendar-promotion {
    width: 100%;
    flex-direction: column;
  }
}
.calendar-promotion-item {
  border-right: 2px solid var(--line-color);
}
@media (max-width: 1080px) {
  .calendar-promotion-item {
    border-right: none;
    border-bottom: 2px solid var(--line-color);
  }
}
.calendar-promotion-item:last-child {
  border-right: none;
}
.calendar-promotion-item-title {
  color: var(--title-color);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  padding: 20px 50px;
  border-bottom: 2px solid var(--line-color);
}
@media (max-width: 1080px) {
  .calendar-promotion-item-title {
    text-align: start;
    border: none;
    font-size: 18px;
    padding-left: 10px;
  }
}
#first-calendar-additional-date-tiny-label {
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}
.calendar-promotion-item-date {
  color: var(--title-color);
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  text-align: center;
  padding: 20px 50px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 1080px) {
  .calendar-promotion-item-date {
    justify-content: flex-start;
    text-align: start;
    font-size: 18px;
    padding-left: 10px;
    height: auto;
  }
}
.calendar-promotion-item-date-double {
  width: 165px;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .calendar-promotion-item-date-double {
    width: auto;
    align-items: start;
  }
}
.faq-promotion-section-container {
  gap: 4rem;
  align-items: center;
  padding: 100px;
}
@media (max-width: 1080px) {
  .faq-promotion-section-container {
    padding: 100px 0;
  }
}
.faq-promotion-section-title {
  color: var(--title-color);
  text-align: center;
}
@media (max-width: 1080px) {
  .faq-promotion-section-title {
    text-align: start;
  }
}
.contact-form-promotion-section-container {
  gap: 5rem;
  align-items: center;
  padding-top: 275px;
  padding-bottom: 275px;
}
@media (max-width: 1150px) {
  .contact-form-promotion-section-container {
    padding: 200px 20px;
    padding-bottom: 650px;
  }
}
@media (max-width: 800px) {
  .contact-form-promotion-section-container {
    padding: 200px 20px;
    padding-bottom: 450px;
  }
}
@media (max-width: 600px) {
  .contact-form-promotion-section-container {
    padding: 100px 0px 350px 0px;
  }
}
.contact-form-promotion-title {
  color: var(--title-color);
  text-align: center;
}
.contact-form-promotion-description {
  color: var(--title-color);
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.contact-form-promotion-group-container {
  gap: 10px;
}
.contact-form-promotion-double-group {
  display: flex;
  gap: 2rem;
}
.contact-form-promotion-double-group > .contact-form-promotion-group-container {
  width: 50%;
}
.contact-form-promotion-label {
  color: var(--title-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}
.contact-submit-button {
  width: 100px;
}
details[open] > summary::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-promotion {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  animation: fadein 0.7s;
}
.modal-promotion-container {
  background-color: #fff;
  margin: 10% auto;
  border: 1px solid #e6e8eb;
  width: 528px;
  border-radius: 16px;
}
@media (max-width: 550px) {
  .modal-promotion-container {
    margin: 15% auto;
    width: 90%;
  }
}
.modal-promotion-header {
  padding: 32px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e8eb;
}
.modal-promotion-body {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal-promotion-small-text-body {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1b2733;
}
.modal-promotion-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.modal-promotion-form-single {
  width: 60%;
}
@media (max-width: 500px) {
  .modal-promotion-form-single {
    width: 90%;
  }
}
.modal-promotion-form-group {
  width: 100%;
}
.modal-promotion-group-split {
  width: 50%;
}
.modal-promotion-side-input {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.modal-promotion-footer {
  border-top: 1px solid #e6e8eb;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.modal-promotion-logo {
  width: 150px;
}
.modal-promotion-close-btn {
  font-size: 26px;
  cursor: pointer;
  color: var(--action-or-selection-color);
}
.modal-participate-button-container {
  width: 60%;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .modal-participate-button-container {
    width: 90%;
  }
}
.modal-regulation-link {
  color: var(--action-or-selection-color);
}
.modal-participate-button {
  width: 100%;
}
.modal-promotion-description {
  text-align: center;
}
.request-now-link {
  font-weight: 100;
  color: var(--action-or-selection-color);
}
.modal-promotion-input-label {
  font-weight: 100;
}
.modal-promotion-footer-description {
  text-align: center;
}
.modal-promotion-checkbox-group {
  display: flex;
  gap: 1rem;
}
.modal-promotion-body-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #1b2733;
}
.resent-token-text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1b2733;
}
.resend-token-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 40px;
}
.resend-token-button {
  font-weight: 600;
  font-size: 16px;
  color: var(--action-or-selection-color);
}
.modal-information-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin-bottom: 40px;
}
.modal-information-container-last {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin: 40px 0;
}
.promotion-modal-checkbox-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.promotion-checkbox-container {
  display: flex;
}
.checkbox-label {
  margin-left: 38px;
  line-height: 1.8;
}
.modal-promotion-small-link {
  cursor: pointer;
  color: var(--action-or-selection-color);
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-promotion-container {
  display: flex;
  flex-direction: column;
  height: 130px;
  gap: 40px;
}
@media (max-width: 500px) {
  .header-promotion-container {
    height: auto;
    padding: 30px 20px;
  }
}
#header-promotion-open-menu-button {
  cursor: pointer;
}
.header-promotion-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-promotion-logo-container {
  display: flex;
  cursor: pointer;
}
.header-promotion-logo {
  width: 220px;
}
@media (max-width: 500px) {
  .header-promotion-logo {
    width: 180px;
  }
}
.header-promotion-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .header-promotion-button-container {
    display: none;
  }
}
.header-promotion-bottom-section {
  display: flex;
  justify-content: space-between;
  height: 20px;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .header-promotion-bottom-section {
    display: none;
  }
}
.header-promotion-link {
  cursor: pointer;
  height: 20px;
  color: #fff;
}
.header-promotion-link:hover {
  border-bottom: 2px solid #fff;
}
.header-signin-button,
.header-register-button {
  width: 100px;
}
.header-signin-button,
.header-signin-mobile-button {
  background-color: var(--line-color);
  color: var(--action-or-selection-color);
}
.header-promotion-menu-icon {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1200px) {
  .header-promotion-menu-icon {
    display: block;
  }
}
.header-promotion-mobile-menu {
  background-color: #1b2733;
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.7s;
  text-align: end;
}
.header-promotion-mobile-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 30px 25px;
  padding-top: 100px;
}
.header-promotion-mobile-link {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header-promotion-mobile-link:hover {
  border-bottom: 2px solid #fff;
}
.header-promotion-mobile-button-container {
  padding: 25px;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
.header-signin-mobile-button,
.header-register-mobile-button {
  width: 50%;
}
.header-promotion-mobile-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 8%;
  background-color: rgba(27,39,51,0.871);
  z-index: 1;
}
.promotion-menu-active {
  border-bottom: 2px solid #fff;
}

.footer-promotion-section-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  background-color: #1b2733;
  padding: 100px;
}
@media (max-width: 750px) {
  .footer-promotion-section-container {
    padding: 20px;
    height: fit-content;
  }
}
.footer-promotion-title {
  color: var(--view-background-color);
}
.footer-promotion-link-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 5rem;
}
@media (max-width: 750px) {
  .footer-promotion-link-container {
    flex-direction: column;
    align-items: flex-end;
    gap: 3rem;
  }
}
.footer-promotion-link {
  color: var(--view-background-color);
  font-weight: 100;
}
.footer-promotion-copyright {
  color: var(--view-background-color);
  width: 100%;
  display: flex;
  justify-content: start;
}
.footer-promotion-information-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-promotion-information-info {
  color: var(--view-background-color);
  width: 100%;
}

.winners-container {
  padding: 120px 8%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.winners-main-title {
  color: #fff;
  text-align: center;
  font-size: 58px;
  line-height: 72px;
  font-weight: 100;
}
.winners-main-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
}
.winners-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #1b2733;
}
.winners-calendar-link {
  color: var(--action-or-selection-color);
}
.winners-calendar-link:hover {
  border-bottom: 1px solid var(--action-or-selection-color);
}
.winners-item-container {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 670px) {
  .winners-item-container {
    flex-direction: column;
    gap: 20px;
  }
}
.winners-item {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e6e8eb;
  text-align: center;
}
.winner-item-name {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.winner-item-taxid {
  color: #bdc4c9;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}

.regulation-header {
  padding-top: 3rem;
  padding-left: 8%;
  padding-right: 8%;
  background-color: #1b2733;
}
.regulation-content {
  padding: 100px 8%;
}

.header-promotion-pix-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 124px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.5);
}
@media (max-width: 1270px) {
  .header-promotion-pix-container {
    height: auto;
    padding: 30px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-container {
    padding: 30px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-container {
    padding: 30px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-container {
    padding: 30px 24px;
  }
}
#header-promotion-pix-open-menu-button {
  cursor: pointer;
}
.header-promotion-pix-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header-promotion-pix-logo-container {
  display: flex;
  cursor: pointer;
}
.header-promotion-pix-logo {
  width: 220px;
}
@media (max-width: 500px) {
  .header-promotion-pix-logo {
    width: 180px;
  }
}
.header-promotion-pix-button-container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 1300px) {
  .header-promotion-pix-button-container {
    display: none;
  }
}
.header-promotion-pix-options {
  display: flex;
  justify-content: space-evenly;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 1350px) {
  .header-promotion-pix-options {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .header-promotion-pix-options {
    display: none;
  }
}
.header-promotion-pix-link {
  cursor: pointer;
  height: 20px;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-family: "Mundial";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header-promotion-pix-link:hover {
  border-bottom: 2px solid #fff;
}
.header-promotion-pix-register-button {
  width: 130px;
}
.header-promotion-pix-menu-icon {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1300px) {
  .header-promotion-pix-menu-icon {
    display: block;
  }
}
.header-promotion-pix-mobile-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.7s;
  text-align: end;
}
.header-promotion-pix-mobile-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  padding: 30px 124px;
  padding-top: 100px;
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-link-container {
    padding: 70px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-link-container {
    padding: 90px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-link-container {
    padding: 80px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-link-container {
    padding: 60px 24px;
  }
}
.header-promotion-pix-mobile-link {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.header-promotion-pix-mobile-link:hover {
  border-bottom: 2px solid #fff;
}
.header-promotion-pix-mobile-button-container {
  padding: 25px 100px;
  display: flex;
  justify-content: end;
  -webkit-justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-button-container {
    height: auto;
    padding: 25px 62px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-button-container {
    padding: 25px 24px;
  }
}
.header-promotion-pix-signin-mobile-button,
.header-promotion-pix-register-mobile-button {
  width: 50%;
  border-radius: 100px;
}
.header-promotion-pix-mobile-close-button {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 1270px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 65px;
  }
}
@media (max-width: 750px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 31px;
  }
}
@media (max-width: 580px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 8px;
  }
}
@media (max-width: 400px) {
  .header-promotion-pix-mobile-close-button {
    top: 25px;
    right: 24px;
  }
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 8%;
  background-color: rgba(27,39,51,0.871);
  z-index: 1;
}
.promotion-menu-active {
  border-bottom: 2px solid #fff;
}
.regulation-description-details-topic-container {
  list-style-type: none;
  padding: 0;
}

#promote-comparative-yield {
  border: none;
}
@media (min-width: 768px) {
  #promote-comparative-yield {
    width: calc(2 * 100% / 3 - 16px);
  }
}
#corporate-card-promotion-subtitle {
  width: 40%;
}
@media (max-width: 768px) {
  #corporate-card-promotion-subtitle {
    width: 90%;
  }
}
#promote-comparative-statement {
  background-color: #e8f5e9;
}
@media (min-width: 768px) {
  #promote-comparative-statement {
    width: calc(1 * 100% / 3 - 16px);
  }
}
.promotion-corporate-card-bottom-banner {
  width: 100%;
  height: 730px;
  background-image: url("static/promotion/corporate-card-peace-in-mind-ak8u25.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.corporate-card-promotion-title {
  text-align: center;
}




