/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/atoms/button/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
.button.primary,
.button.secondary {
  cursor: pointer;
  background: #224267;
  font-family: "Mali", Arial, sans-serif;
  font-size: 1rem;
  outline: none;
  padding: 10px 15px;
  letter-spacing: 0.18em;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  display: inline-block;
}

.button.primary {
  position: relative;
  color: #ffffff;
}
.loading.button.primary {
  color: #224267;
  background: #224267;
}
.button.primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  transition: all 0.3s ease;
}

.button.secondary {
  color: #9db4df;
  background: #224267;
  font-weight: 700;
  border: 0;
  transition: all 0.3s ease;
}
.button.secondary:hover {
  background: #9db4df;
}

.button.tertiary {
  cursor: pointer;
  font-family: "Mali", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: #224267;
  border: 1px solid #224267;
  transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 0;
  height: 55px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.loading.button.tertiary {
  color: #224267;
  background: #224267;
}
.button.tertiary:hover {
  color: #224267;
  background: #ffffff;
}
.button.tertiary:hover.loading {
  color: #224267;
  background: #224267;
}

.loading.button.primary, .loading.button.tertiary {
  position: relative;
  pointer-events: none;
}
.loading.button.primary::before, .loading.button.tertiary::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  animation: loading 1s infinite linear;
  border-radius: 50%;
}
@keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.button.link {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  padding-right: 1.25rem;
  position: relative;
  cursor: pointer;
  border: none;
  font-family: "Mali", Arial, sans-serif;
  font-weight: 700;
  background: transparent;
}
.black.button.link {
  background: transparent;
  color: #121212;
}
.black.button.link:before {
  content: url("data:image/svg+xml; utf8, %3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.72308 16L0 14.2769L11.8154 2.46154H1.23077V0H16V14.7692H13.5385V4.18462L1.72308 16Z%27 fill=%27black%27/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
}
.black.button.link::after {
  background: #121212;
}
.button.link:not(.black) {
  color: white;
}
.button.link:not(.black):before {
  content: url("data:image/svg+xml; utf8, %3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.72308 16L0 14.2769L11.8154 2.46154H1.23077V0H16V14.7692H13.5385V4.18462L1.72308 16Z%27 fill=%27white%27/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
}
.button.link:not(.black)::after {
  background: #9db4df;
}
.button.link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -5px;
  transition: all 0.5s ease;
  left: 0;
}
.button.link:hover::after {
  width: 100%;
}
.small.button.link {
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .button.link {
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
  .small.button.link {
    font-size: 1rem;
    padding-right: 1.5rem;
  }
  .black.button.link:before {
    content: url("data:image/svg+xml; utf8, %3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.72308 16L0 14.2769L11.8154 2.46154H1.23077V0H16V14.7692H13.5385V4.18462L1.72308 16Z%27 fill=%27black%27/%3E%3C/svg%3E");
  }
  .button.link:not(.black):before {
    content: url("data:image/svg+xml; utf8, %3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.72308 16L0 14.2769L11.8154 2.46154H1.23077V0H16V14.7692H13.5385V4.18462L1.72308 16Z%27 fill=%27white%27/%3E%3C/svg%3E");
  }
}

.button.link-arrow {
  display: flex;
  justify-content: space-between;
  font-family: "Mali", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 16px;
  align-items: center;
  color: #224267;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  text-decoration: none;
}
.button.link-arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: 10px;
  transition: width 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #224267;
}
.button.link-arrow:not(.overwrite-colors) {
  color: #224267;
}
.button.link-arrow:not(.overwrite-colors) svg {
  fill: #224267;
}
.button.link-arrow:not(.overwrite-colors):hover {
  background: transparent;
}
.button.link-arrow:not(.overwrite-colors):hover::after {
  width: 100%;
}

.button.link-double-arrow {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.button.link-double-arrow p {
  font-family: "Imperial", Arial, sans-serif;
  padding-right: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(2px);
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 540px) {
  .button.link-double-arrow p {
    font-size: 26px;
    letter-spacing: 3.84px;
  }
}
@media (min-width: 960px) {
  .button.link-double-arrow p {
    font-size: 32px;
  }
}
.button.link-double-arrow .arrows {
  opacity: 0;
  width: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), width 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button.link-double-arrow .arrows::before, .button.link-double-arrow .arrows::after {
  border-color: #9db4df !important;
}
.button.link-double-arrow:hover {
  background: transparent;
  text-decoration: none;
}
.button.link-double-arrow:hover p {
  background: #9db4df;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button.link-double-arrow:hover .arrows {
  width: 50px !important;
  opacity: 1;
}

.button.link-tab {
  font-family: "Mali", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  background: transparent;
  border: 0;
  padding: 4px 0;
  text-decoration: none;
}
.button.link-tab p {
  position: relative;
}
.button.link-tab p:after {
  content: "";
  display: block;
  background: linear-gradient(to right, #000000 0%, #ffffff 100%);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  height: 6px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button.link-tab:hover p:after {
  width: 100%;
}
@media (min-width: ) {
  .button.link-tab {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.button.tab-button {
  font-family: "Mali", Arial, sans-serif;
  display: inline-block;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: #d0d0d0;
  text-transform: uppercase;
  padding: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.active.button.tab-button, .button.tab-button:hover {
  color: #ffffff;
  background: transparent;
}
@media (min-width: 960px) {
  .button.tab-button {
    font-size: 1.25rem;
  }
}

.button.link-double-arrow .arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  border: none;
}
.button.link-double-arrow .arrows::before, .button.link-double-arrow .arrows::after {
  content: "";
  display: block;
  text-align: center;
  text-decoration: none;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  z-index: 1;
}
.button.link-double-arrow .right.arrows {
  height: 40px;
  width: 40px;
}
.button.link-double-arrow .right.arrows::before, .button.link-double-arrow .right.arrows::after {
  transform: translate(0%, 0%) rotate(-45deg);
}
.button.link-double-arrow .right.arrows::before {
  margin-left: -10px;
}
.button.link-double-arrow .right.arrows::after {
  margin-left: 0;
  margin-top: -25px;
}
.button.link-double-arrow .arrows:not(.right)::before, .button.link-double-arrow .arrows:not(.right)::after {
  transform: translate(-50%, 0%) rotate(45deg);
}
.button.link-double-arrow .arrows:not(.right)::after {
  margin-top: -10px;
}

@keyframes move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
  }
}

.button.link-double-arrow .arrows::before {
  animation: move_right_before 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.button.link-double-arrow .arrows::after {
  animation: move_right_after 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
@keyframes move_right_before {
  0% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
  80% {
    transform: translate(5px, 0) rotate(-45deg);
  }
  100% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
}
@keyframes move_right_after {
  0% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
  80% {
    transform: translate(15px, 0) rotate(-45deg);
  }
  100% {
    transform: translate(-5px, 0) rotate(-45deg);
  }
}

.button.share-button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.button.nft-button {
  all: unset;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #9db4df;
  font-family: "Imperial", Arial, sans-serif;
  position: relative;
  z-index: 1;
  font-size: 1em;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(18, 18, 18, 0.25));
  padding: 20px 36px 20px 33px;
}
.button.nft-button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #224267;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 50%);
          clip-path: polygon(30px 0%, 100% 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 50%);
}
.button.nft-button svg {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button.nft-button svg path {
  fill: white;
}
.button.nft-button:hover svg {
  right: -8px;
  bottom: 8px;
}
@media (min-width: 960px) {
  .button.nft-button {
    font-size: 1.125em;
    padding: 20px 56px 20px 33px;
  }
}

/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
.button .text {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.button.hasTooltip {
  position: relative;
}
.button.hasTooltip .tooltiptext {
  font-family: "Mali", Arial, sans-serif;
  width: 120px;
  background: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.button.hasTooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.button.hasTooltip:hover:not(.copy-icon) .tooltiptext {
  opacity: 1;
}

[data-type="rm/button"] {
  display: inline-block;
}
[data-type="rm/button"]:not(:last-child) {
  margin-right: 20px;
}

/*# sourceMappingURL=style-index.css.map*/