
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Regular.ttf") format("otf"),
    url("../fonts/Avenir-Regular.ttf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.ttf") format("ttf"),
    url("../fonts/Avenir-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
  -moz-appearance: textfield;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  box-sizing: inherit;
}

address {
  font-style: inherit;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a svg {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #272727;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

.emi_card{
  width: 380px;
  height: auto;
}

img[height],
img[width],
svg[height],
svg[width] {
  max-width: none;
}

img {
  font-style: italic;
}

svg {
  fill: currentColor;
}

input,
select,
textarea {
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  background: none transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: block;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  /* width: 100%; */
}

select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.o-button,
button {
  background: none transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.o-button:focus,
.o-button:hover,
button:focus,
button:hover {
  text-decoration: none;
}
ol.my_list {
  list-style: decimal;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  padding-left: 2rem;
}
ol.my_list li {
  margin: 20px 0 0;
}

@font-face {
  font-family: Neue Montreal;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NeueMontreal-Medium.woff2) format("woff2"),
    url(../fonts/NeueMontreal-Medium.woff) format("woff");
}

html {
  color: #222;
  font-family: Neue Montreal;
  line-height: 1.5;
}

@media (max-width: 699px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 21px;
  }
}

@media (min-width: 2400px) {
  html {
    font-size: 24px;
  }
}

html:not(.has-scroll-init) {
  /* cursor: wait; */
  /* overflow: hidden; */
}

::-moz-selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}

a {
  color: #272727;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1200px) {
  a:focus,
  a:hover {
    color: #fff;
  }
}

a.-underline {
  text-decoration: underline;
}

.o-h,
.o-h1,
.o-h2,
.o-h3,
.o-h4,
.o-h5,
.o-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.o-h1,
h1 {
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .o-h1,
  h1 {
    font-size: 12vw;
  }
}

@media (min-width: 700px) and (max-width: 1599px) {
  .o-h1,
  h1 {
    font-size: 13.5vw;
  }

  .o-h1.-huge,
  h1.-huge {
    font-size: 36vh;
  }
}

@media (min-width: 1600px) {
  .o-h1,
  h1 {
    font-size: 12vw;
  }
}

.o-h2,
h2 {
  font-size: 2rem;
}

.o-h3,
h3 {
  font-size: 1.5rem;
}

.o-h4,
h4 {
  line-height: 1.2;
}

.o-h4,
.o-h5,
h4,
h5 {
  font-size: 1rem;
}

.o-h6,
h6 {
  font-size: 0.9375rem;
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
}

@media (max-width: 699px) {
  .o-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 700px) {
  .o-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.o-ratio {
  display: block;
  overflow: hidden;
  position: relative;
}

.o-ratio:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.o-ratio > embed,
.o-ratio > iframe,
.o-ratio > img,
.o-ratio > object,
.o-ratio_content {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.o-layout {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-layout.-gutter {
  /*	margin-left: -3.75rem*/
}

.o-layout.-gutter-small {
  margin-left: -1.875rem;
}

.o-layout.-center {
  text-align: center;
}

.o-layout.-right {
  text-align: right;
}

.o-layout.-reverse {
  direction: rtl;
}

.o-layout.-reverse.-flex {
  flex-direction: row-reverse;
}

.o-layout.-flex {
  display: flex;
}

.o-layout.-flex.-top {
  align-items: flex-start;
}

.o-layout.-flex.-middle {
  align-items: center;
}

.o-layout.-flex.-bottom {
  align-items: flex-end;
}

.o-layout.-stretch {
  align-items: stretch;
}

.o-layout_item {
  display: inline-block;
  font-size: 1rem;
  padding-left: 0;
  vertical-align: top;
  width: 100%;
}

.o-layout.-gutter > .o-layout_item {
  padding-left: 3.75rem;
}

.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.875rem;
}

.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}

.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}

.o-layout.-center > .o-layout_item,
.o-layout.-reverse > .o-layout_item,
.o-layout.-right > .o-layout_item {
  text-align: left;
}

.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}

.o-checkbox-label,
.o-label,
.o-radio-label {
  display: block;
  margin-bottom: 0.9375rem;
}

.o-input,
.o-select,
.o-textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 0.625rem;
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
  border-color: gray;
}

.o-input::-moz-placeholder,
.o-select::-moz-placeholder,
.o-textarea::-moz-placeholder {
  color: gray;
}

.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
  color: gray;
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: gray;
}

.o-checkbox,
.o-radio {
  opacity: 0;
  position: absolute;
  width: 0;
}

.o-checkbox:focus + .o-checkbox-label:before,
.o-checkbox:focus + .o-radio-label:before,
.o-radio:focus + .o-checkbox-label:before,
.o-radio:focus + .o-radio-label:before {
  border-color: gray;
}

.o-checkbox:checked + .o-checkbox-label:after,
.o-checkbox:checked + .o-radio-label:after,
.o-radio:checked + .o-checkbox-label:after,
.o-radio:checked + .o-radio-label:after {
  opacity: 1;
}

.o-checkbox-label,
.o-radio-label {
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem;
  position: relative;
}

.o-checkbox-label:after,
.o-checkbox-label:before,
.o-radio-label:after,
.o-radio-label:before {
  content: "";
  display: inline-block;
  height: 1.125rem;
  left: 0;
  margin-top: -0.5625rem;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 1.125rem;
}

.o-checkbox-label:before,
.o-radio-label:before {
  background-color: #fff;
}

.o-checkbox-label:after,
.o-radio-label:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M4.8 5.8 2.4 3.3 0 5.7l4.8 4.8L13 2.4 10.6 0 4.8 5.8z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  border-color: transparent;
  opacity: 0;
}

.o-radio-label:after,
.o-radio-label:before {
  border-radius: 50%;
}

.o-radio-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' xml:space='preserve'%3E%3Ccircle fill='%23424242' cx='6.5' cy='6.5' r='6.5'/%3E%3C/svg%3E");
  background-size: 0.5rem;
}

.o-select {
  padding-right: 2.5rem;
  z-index: 1;
}

.o-select,
.o-select-wrap {
  position: relative;
}

.o-select-wrap:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11.3' xml:space='preserve'%3E%3Cpath fill='%23424242' d='M6.5 11.3 3.3 5.6 0 0h13L9.8 5.6z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  z-index: 2;
}

.o-textarea {
  min-height: 6.25rem;
}

.o-button {
  background-color: #272727;
  color: #fff;
  font-size: 1.5rem;
  padding: 2rem 2.1875rem;
  position: relative;
  text-align: left;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1;
}

.o-button:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.o-button:focus,
.o-button:hover {
  color: #272727;
}

.o-button:focus:before,
.o-button:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}

.o-button_icon {
  display: inline-block;
  height: 3.4375rem;
  margin-right: 0.9375rem;
  vertical-align: middle;
  width: 3.4375rem;
}

.o-button_icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.o-button_arrow {
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.o-scroll {
  background-color: #d4c9c9;
  overflow: hidden;
}

.o-title {
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px;
}

.o-title_line {
  display: block;
  font-size: 0;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-title.is-inview .o-title_line {
  opacity: 1;
  transform: none;
}

.o-title.is-inview .o-title_line:first-child {
  transition-delay: 0.4s;
}

.o-title.is-inview .o-title_line:nth-child(2) {
  transition-delay: 0.5s;
}

.o-title.is-inview .o-title_line:nth-child(3) {
  transition-delay: 0.6s;
}

.o-title.is-inview .o-title_line:nth-child(4) {
  transition-delay: 0.7s;
}

.o-title_line span {
  display: inline-block;
  font-size: 13.5vw;
  min-width: 0.05em;
}

.o-image_wrapper {
  background-color: #d4c9c9;
  overflow: hidden;
  position: relative;
}

.o-image_wrapper.-full {
  align-content: center;
  display: flex;
  height: 100%;
  margin: 0 6.25rem;
}

@media (max-width: 699px) {
  .o-image_wrapper.-full {
    margin: 1.875rem 0;
  }
}

.o-image {
  mix-blend-mode: multiply;
  opacity: 0.75;
}

.o-image img {
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}

.o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}

.o-image_wrapper.-full .o-image {
  align-self: center;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%;
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}

.c-header {
  position: relative;
}

@media (max-width: 699px) {
  .c-header {
    height: 50vh;
    min-height: 340px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-header {
    height: 80vh;
    min-height: 380px;
  }
}

@media (min-width: 1000px) {
  .c-header {
    height: 100vh;
    min-height: 46.875rem;
  }
}

.c-header_title {
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px;
}

.c-header_line,
.c-header_title {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
}

.c-header_line {
  right: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_line.is-inview {
  transform: scaleX(1);
}

.c-header_title_line {
  display: block;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.is-ready .c-header_title_line {
  opacity: 1;
  transform: none;
  transition-duration: 2s;
}
/*
.mob_gif {
	opacity: 0;
	transform-style: preserve-3d;
	transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 5s cubic-bezier(.215, .61, .355, 1)
}
html.is-ready .mob_gif{
	opacity: 1;
	
	transform: all ease 3s;
	transition-duration: 5s; 
}
*/
html.is-ready .c-header_title_line:first-child {
  transition-delay: 0.1s;
}

html.is-ready .c-header_title_line:nth-child(2) {
  transition-delay: 0.2s;
}

html.is-ready .c-header_title_line:nth-child(3) {
  transition-delay: 0.3s;
}

html.is-ready .c-header_title_line:nth-child(4) {
  transition-delay: 0.4s;
}

.c-header_title_line span {
  display: inline-block;
}

.c-header_title_line.-version {
  font-size: 0;
  text-transform: none;
}

.c-header_heading {
  padding: 1.5rem 0 1.4rem;
}

.c-header_heading_label {
  display: block;
  transform: translateY(-60px);
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.is-ready .c-header_heading_label {
  transform: none;
  transition-duration: 0.6s;
}

html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
  transition-delay: 0.1s;
}

.c-header_logo {
  bottom: 2.5rem;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(120px);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 699px) {
  .c-header_logo {
    height: 66px;
    width: 30px;
  }
}

@media (min-width: 700px) {
  .c-header_logo {
    height: 8.75rem;
    width: 4rem;
  }
}

.c-header_logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

html.is-ready .c-header_logo {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
}

.c-fixed_wrapper {
  background-color: #d4c9c9;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  .c-fixed_wrapper {
    height: 100vh;
  }
}

@media (max-width: 999px) {
  .c-fixed_wrapper {
    height: 50vh;
  }
}

.c-fixed_target {
  bottom: -100vh;
}

.c-fixed,
.c-fixed_target {
  left: 0;
  position: absolute;
  right: 0;
  top: -100vh;
}

.c-fixed {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.75;
}

html:not(.has-scroll-smooth) .c-fixed {
  top: 0;
}

.c-intro {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin: 7.5rem 0;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-intro.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}

.c-features {
  padding: 7.5rem 0;
}

.c-features_item {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 3.75rem;
  padding: 3.75rem;
}

.c-summary {
  margin: 3.75rem 0 7.5rem;
}

.c-summary_text {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-summary.is-inview .c-summary_text {
  opacity: 1;
  transform: none;
}

@media (min-width: 1000px) {
  .c-summary_text {
    max-width: 320px;
  }
}

@media (max-width: 999px) {
  .c-summary_list {
    margin-top: 1.875rem;
  }
}

.c-summary_list_item {
  opacity: 0;
  position: relative;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-summary_list_item:after {
  background-color: #272727;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-summary_list_item.is-inview {
  opacity: 1;
  transform: none;
}

.c-summary_list_item.is-inview:after {
  transform: scaleX(1);
}

.c-summary_list_item.is-inview:first-child {
  transition-delay: 0.1s;
}

.c-summary_list_item.is-inview:first-child:after {
  transition-delay: 0.5s;
}

.c-summary_list_item.is-inview:nth-child(2) {
  transition-delay: 0.2s;
}

.c-summary_list_item.is-inview:nth-child(2):after {
  transition-delay: 0.6s;
}

.c-summary_list_item.is-inview:nth-child(3) {
  transition-delay: 0.3s;
}

.c-summary_list_item.is-inview:nth-child(3):after {
  transition-delay: 0.7s;
}

.c-summary_list_item.is-inview:nth-child(4) {
  transition-delay: 0.4s;
}

.c-summary_list_item.is-inview:nth-child(4):after {
  transition-delay: 0.8s;
}

.c-summary_list_item.is-inview:nth-child(5) {
  transition-delay: 0.5s;
}

.c-summary_list_item.is-inview:nth-child(5):after {
  transition-delay: 0.9s;
}

.c-summary_list_item.is-inview:nth-child(6) {
  transition-delay: 0.6s;
}

.c-summary_list_item.is-inview:nth-child(6):after {
  transition-delay: 1s;
}

.c-summary_list_item a {
  display: block;
  padding: 8px 0;
}

.c-summary_list_icon {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(30px) rotate(90deg);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-summary_list_item.is-inview .c-summary_list_icon {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}

.c-summary_list_item.is-inview:first-child .c-summary_list_icon {
  transition-delay: 0.6s;
}

.c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
  transition-delay: 0.7s;
}

.c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
  transition-delay: 0.8s;
}

.c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
  transition-delay: 0.9s;
}

.c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
  transition-delay: 1s;
}

.c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
  transition-delay: 1.1s;
}

.c-section {
  position: relative;
}

@media (max-width: 1199px) {
  .c-section {
    margin-bottom: 10vh;
    padding-bottom: 10vh;
  }
}

@media (min-width: 1200px) {
  .c-section {
    margin-bottom: 35vh;
  }
}

.c-section_infos {
  max-width: 320px;
  position: relative;
  z-index: 0;
}

@media (min-width: 1000px) {
  .c-section_infos {
    padding-top: 7.5rem;
  }

  .c-section_infos.-padding {
    padding-top: 35vh;
  }
}

@media (max-width: 999px) {
  .c-section_infos {
    margin-bottom: 1.875rem;
  }
}

.c-section_infos_inner > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-section_infos_inner.is-inview > * {
  opacity: 1;
  transform: none;
}

.c-section_infos_inner.is-inview > :first-child {
  transition-delay: 0.06s;
}

.c-section_infos_inner.is-inview > :nth-child(2) {
  transition-delay: 0.12s;
}

.c-section_infos_inner.is-inview > :nth-child(3) {
  transition-delay: 0.18s;
}

.c-sections_infos_text {
  margin-top: 1.25rem;
}

.c-image {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-image.is-inview {
  opacity: 1;
  transition-delay: 0.6s;
}

.c-speed-block {
  position: relative;
}

@media (min-width: 1000px) {
  .c-speed-block.-margin {
    margin-top: 7.5rem;
  }
}

@media (max-width: 999px) {
  .c-speed-block {
    margin: 1.875rem 0;
  }
}

@media (max-width: 699px) {
  .c-speed-block {
    margin: 15px 0;
  }
}

.c-speed-block_image {
  margin-bottom: -30px;
  margin-top: -30px;
}

.c-speed-block_title {
  bottom: 3.75rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-speed-block_title.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}

@media (max-width: 1199px) {
  .c-speed-block_title {
    display: none;
  }
}

.c-speed-block_bubble {
  color: #d4c9c9;
  font-size: 1.25rem;
  padding: 1.5rem 2.5rem;
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 1;
}

.c-speed-block_bubble.-right {
  right: -30px;
}

.c-speed-block_bubble.-left {
  left: -30px;
  right: auto;
}

.c-speed-block_bubble.-top {
  top: -20%;
}

.c-speed-block_bubble.-bottom {
  bottom: 0;
  top: auto;
}

.c-speed-block_bubble:before {
  background-color: #272727;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  z-index: -1;
}

.c-speed-block_bubble.is-inview:before {
  transform: scale(1);
  transition-delay: 0.3s;
}

@media (max-width: 1199px) {
  .c-speed-block_bubble {
    display: none;
  }
}

.c-direction-block_wrapper {
  margin-bottom: 31.25rem;
}

@media (min-width: 1200px) {
  .c-direction-block_wrapper {
    min-height: 180vh;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-direction-block_wrapper {
    min-height: 130vh;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-direction-block_wrapper {
    min-height: 100vh;
  }
}

@media (max-width: 699px) {
  .c-direction-block_wrapper {
    min-height: 70vh;
  }
}

@media (min-width: 1000px) {
  .c-direction-block_wrapper {
    margin-top: -35vh;
  }
}

.c-direction-block {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .c-direction-block {
    bottom: -50vh;
    top: -50vh;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .c-direction-block {
    bottom: -50vh;
    top: -30vh;
  }
}

@media (max-width: 699px) {
  .c-direction-block {
    bottom: 0;
    top: -15vh;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-direction-block {
    margin-top: 6.25rem;
  }
}

@media (min-width: 1200px) {
  .c-direction-block {
    margin-top: 18.75rem;
  }
}

.c-direction-block_item {
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-direction-block_item span {
  /*	background-color: #fff;*/
  display: block;
  padding: 0 20px;
  white-space: nowrap;
}

.c-direction-block_item.-one {
  top: -3%;
  transform: translateX(10vw) rotate(90deg);
  width: 30%;
}
.card_img1_sec {
  top: 63%;
  transform: translateX(0vw) rotate(-90deg);
}
.c-direction-block_item.-two {
  top: 35%;
  transform: translateX(-18vw) rotate(-90deg);
  width: 100%;
}

.c-direction-block_item.-three {
  top: 55%;
  transform: rotate(9deg);
}

.c-direction-block_item.-four {
  top: 57%;
  transform: translateX(0vw) rotate(90deg);
  width: 100%;
}

.c-direction-block_item.-five {
  top: -8%;
  transform: translateX(67vw) rotate(90deg);
}

.c-direction-block_item.-high_five {
  top: 0%;
  transform: translateX(93vw) rotate(90deg);
}
.c-direction-block_item.-high_six {
  top: 59%;
  transform: translateX(93vw) rotate(90deg);
}

.scroll_div_arrow1 {
  top: 45%;
  transform: translateX(20vw) rotate(-90deg);
}

.c-direction-block_item.-nine {
  top: 63%;
  transform: translateX(0vw) rotate(-90deg);
}
.c-direction-block_item.-ten {
  top: 63%;
  transform: translateX(0vw) rotate(90deg);
}
.mob_QR {
  top: 0%;
  text-align: right;
  /*    transform: translateX(0vw) rotate(-90deg);*/
}
.c-lerp-block {
  font-weight: 700;
  margin-bottom: 10rem;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .c-lerp-block:not(:first-child) {
    margin-top: 3.75rem;
  }
}

@media (max-width: 999px) {
  .c-lerp-block {
    margin-top: 1.875rem;
  }
}

.c-lerp-block_index {
  align-items: center;
  color: #d4c9c9;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.8125rem;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  width: 3.75rem;
  z-index: 1;
}

.c-lerp-block_index:before {
  background-color: #272727;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  z-index: -1;
}

.c-lerp-block_index.is-inview:before {
  transform: scale(1);
  transition-delay: 0.3s;
}

.c-lerp-block_title {
  display: inline-block;
  font-size: 0;
  line-height: 1.1;
  margin-left: 1.25rem;
  vertical-align: middle;
}

.c-lerp-block_title.is-inview > span:not([data-scroll]) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}

.c-lerp-block_title > span:not([data-scroll]) {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-lerp-block_title span {
  display: inline-block;
  min-width: 0.3em;
}

@media (max-width: 699px) {
  .c-lerp-block_title span {
    font-size: 1.5625rem;
  }
}

@media (min-width: 700px) {
  .c-lerp-block_title span {
    font-size: 4.375rem;
  }
}

.c-cta_line {
  margin: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta_line.-margin {
  margin-bottom: 30px;
}

.c-cta_line.is-inview {
  transform: scaleX(1);
}

.c-cta_content {
  margin: 3.75rem 0;
}

.c-cta_content_text {
  max-width: 520px;
}

.c-cta_content_text > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta_content_text > :not(:first-child) {
  margin-top: 1.875rem;
}

.c-cta_content_text.is-inview > * {
  opacity: 1;
  transform: none;
}

.c-cta_content_text.is-inview > :first-child {
  transition-delay: 0.06s;
}

.c-cta_content_text.is-inview > :nth-child(2) {
  transition-delay: 0.12s;
}

.c-cta_content_text.is-inview > :nth-child(3) {
  transition-delay: 0.18s;
}

.c-cta_button {
  margin-top: 5.625rem;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta_button.is-inview {
  opacity: 1;
  transform: none;
}

.c-cta_section {
  margin-bottom: 11.25rem;
}

.c-choochoo_item {
  font-size: 6.25rem;
  padding: 50vh 0;
}

.c-choochoo_item span {
  display: block;
}

.c-choochoo_item.-reverse span {
  transform: rotateY(180deg);
}

html[data-direction="up"] .c-choochoo_item span {
  transform: rotateY(180deg);
}

html[data-direction="up"] .c-choochoo_item.-reverse span {
  transform: rotateY(0deg);
}

@media (max-width: 1199px) {
  .c-choochoo_item {
    display: none;
  }
}

@media (max-width: 999px) {
  .c-damn {
    padding: 150vh 0 0;
  }
}

@media (min-width: 1000px) {
  .c-damn {
    padding: 100vh 0 0;
  }
}

.c-helicopter_wrapper {
  display: flex;
  height: 100%;
  position: relative;
}

.c-helicopter {
  align-self: center;
}

.u-2\:1:before {
  padding-bottom: 50%;
}

.u-4\:3:before {
  padding-bottom: 75%;
}

.u-16\:9:before {
  padding-bottom: 56.25%;
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.33333% !important;
}

.u-2\/3 {
  width: 66.66667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

@media (min-width: 700px) {
  .u-1\/2\@from-small {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%;
  }

  .u-1\/2\@from-medium {
    width: 50%;
  }

  .u-2\/5\@from-medium {
    width: 40%;
  }

  .u-3\/5\@from-medium {
    width: 60%;
  }
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-align-baseline {
  vertical-align: baseline !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-vertical-center {
  font-size: 0;
}

.u-vertical-center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.u-vertical-center > * {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.u-white {
  color: #fff;
}

.u-label {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.u-icon {
  font-family: Lucida Grande;
  font-size: 1.125rem;
}

.u-text {
  font-size: 0.875rem;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.u-truncate {
  word-wrap: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.u-screen-reader-text {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

@media not print {
  .u-screen-reader-text\@screen {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.u-screen-reader-text.-focusable:active,
.u-screen-reader-text.-focusable:focus {
  clip: auto;
  height: auto;
  width: auto;
}

.clubintro-section {
  margin-top: 41px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/merchantclub-grad.png);
  padding: 80px 0;
  background-image: url(/assets/images/merchantClub-grad.png);
  padding: 80px 0 110px;
}

.clubintro-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.clubintro-left {
  max-width: 607px;
  padding: 0;
}

.clubintro-left h1 {
  font-family: "Montserrat", sans-serif;
  color: #16538d;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}

.clubintro-left p {
  color: #353535;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}

.clubintro-tnc-link {
  display: inline-block;
  color: #353535;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-top: 28px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

.clubintro-tnc-link:hover {
  text-decoration: none;
  color: #353535;
}

.clubintro-header img {
  width: 100%;
  max-width: 552px;
}

.clubintro-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-bottom: 48px;
}

.clubintro-bottom a {
  padding: 24px 32px;
  border-radius: 100px;
  background-color: #16538d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  margin-right: 35px;
}

.clubintro-bottom a:hover {
  text-decoration: none;
}

.the-line {
  width: calc(100% - 250px);
  height: 0.5px;
  background-color: #555;
}

.clubintro-sub-content {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-size: 20.421px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 28px;
  padding: 0;
}

.clubintro-types-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.clubintro-types-main li {
  padding: 11px 22px;
  border-radius: 71.571px;
  border: 0.716px solid #202020;
  color: #2e2e2e;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-right: 23px;
}

.clubintro-types-main li.gold {
  border: 0.716px solid #ffc05b;
  background: #ffd185;
}

.clubintro-card {
  margin-top: 33px;
  max-width: 621px;
  border-radius: 14.069px;
  background: #d4e7f9;
  padding: 25px 63px 25px 25px;
  position: relative;
}

.clubintro-card h3 {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.clubintro-card p {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.clubintro-card img {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
}

.paper-tear-container {
  background: url(/assets/images/bg_blue1.svg) no-repeat 100%;
  background-size: cover;
  background-position: top;
  margin-top: -120px;
  width: 100%;
}

.paper-tear-container .inner_main {
  padding: 0;
}

.paper-tear-content {
  display: flex;
  padding: 200px 0 79px;
  max-width: 1160px;
  margin: 0 auto;
}

.paper-tear-content h2 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

/*account deletion page css.*/
.deletion-mask-header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  padding: 55vh 0;
  /* width: 1280px; */
  height: 640px;
  gap: 10px;
}

.text-container{
  width: 700px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 90px;
}

.maskHeader{
  font-size: 48px;
  font-weight: 600;
  font-family: "Inter";
  color: #101828;
}

.maskSubHeader{
  font-size: 20px;
  font-weight: 400;
  width: 550px;
  color: #667085;
  line-height: 30px;
  font-family: "Inter";
}

.deleteBtn{
  border: 1px solid #244B7C;
  width: fit-content;
  padding: 16px 28px;
  border-radius: 8px;
  background-color: #244B7C;
  color: #fff;
  box-shadow: 0px 1px 2px 0px #1018280D;

}

@media (max-width: 768px) {
  .maskHeader{
    font-size: 20px;
  }
  .maskSubHeader{
    width: 300px;
  }
  .deletion-mask-header{
    padding: 15vh 0;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    text-align: center;
  }
  .text-container{
    width: auto;
    align-items: center;
    padding-left: 0;
  }
  .deleteBtn{
    margin-bottom: 20px;
  }
}

.steps-container{
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  gap: 64px;
  padding: 96px 0px;
  justify-content: center;
  align-items: center;
}

.steps-text-conatainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 768px;
  gap: 20px;
}

.top-subHeader{
  font-weight: 600;
  font-family: "Inter";
  font-size: 16px;
  line-height: 24px;
  color: #244B7C;
}

.steps-Header{
  font-weight: 600;
  font-family: "Inter";
  font-size: 36px;
  line-height: 44px;
  color: #101828;
  text-align: center;
}

.bottom-subHeader{
  font-weight: 400;
  font-family: "Inter";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #667085;
}

.image-steps-container{
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.stepsCard{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9FAFB;
  border: 1px soid #F9FAFB;
  border-radius: 15px;
  width: 384px;
  height: 148px;
}

.steps-icon{
  position: relative;
  top: -33px;
}

.steps-img-txt-container{
  text-align: center;
  padding: 0px 24px 32px 24px;
}

.steps-img-txt-header{
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 8px;
  color: #101828;
}

.steps-img-txt-subHeader{
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}

.delete-root-container{
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .delete-root-container{
    /* width: 400px; */
  }
  .steps-text-conatainer{
    width: 420px;
  }
  .image-steps-container{
    flex-direction: column;
  }
  .steps-Header{
    font-size: 20px;
  }
  .bottom-subHeader{
    width: 320px;
  }
  .stepsCard{
    width: 284px;
    margin-bottom: 20px;
  }
}

.form-container{
  background-color: #F0F0EB;
  padding: 80px 426px;
}

.required-start{
  color: red;
}

.form-card{
  background-color: #fff;
  border-radius: 16px;
}

.form-header{
  font-weight: 600;
  list-style: 29.26px;
  color: #262623;
  text-align: center;
  padding: 16px 0px;
}

.delete-form{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.input-label{
  font-weight: 900;
  /* font-size: 14px; */
  line-height: 19.12px;
  color: #121212;
  font-family: "Avenir";
}

.input-field{
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 12px;
  background-color: #F9F9F9;
  width: 100%;
}

.radio-grp{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-btn, .checkbox-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.radio-label{
  font-weight: 500;
  line-height: 16px;
  color: #121212;
  font-family: "Avenir";
}

.delete-submission, .otp-submission{
  padding: 12px 16px;
  border-radius: 8px;
  width: 100%;
}

.delete-hr{
  border-top: 0.5px solid #272727 !important;
  width: 90% !important;
  margin-right: auto;
  margin-left: auto;
}

.delete-submission:disabled, .otp-submission:disabled {
  background-color: #DBDBDB;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: not-allowed;
  color: #777777;
  opacity: 0.6;
}

/* Enabled style when form is valid */
.delete-submission, .otp-submission {
  background-color: #244B7C;
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.error-message {
  color: red;
  display: none;
  text-align: center;
}

.help-txt{
  font-family: "Avenir";
  font-size: 10px;
  font-weight: 800;
  line-height: 21px;
  text-align: center;
  color: #244B7C;
}

.resend-btn{
  border: 1.3px solid #212735;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  color: #212735;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

a{
  color:#244B7C;
  text-decoration: underline;
}

a:hover{
  color:#244B7C;
}

.success-container, .failure-container{
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  gap: 10px;
}

.success-imgContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  gap: 10px;
}

.success-txt, .failure-txt{
  text-align: center;
  font-weight: 800;
  font-family: "Avenir";
  color: #121212;
}


@media (max-width: 1024px){
  .form-container{
    padding: 12px;
  }
}

#otp-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.otp-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.back-container{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.back-txt{
  font-weight: 800;
  font-size: 14px;
  line-height: 19.12px;
  color: #121212;
  font-family: "Avenir";
}

.flexCol{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.confirm-container{
  gap: 32px;
  margin-bottom: 30px;
}

.confirm-txt{
  font-weight: 800;
  line-height: 27.32px;
  color: #244B7C;
  font-family: "Avenir";
}

.confirm-subTxt{
  font-weight: 800;
  line-height: 14.86px;
  color: #121212;
  font-family: "Avenir";
}

.otp-input {
  width: 35px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}

.resend-timer {
  font-size: 16px;
  margin-top: 10px;
}

.resend-link {
  color: blue;
  cursor: pointer;
}

.resend-txt{
  word-spacing: 4px;
  color: #757C8D;
  font-weight: 500;
  font-family: "Avenir" Next;
  text-align: center;
}

#timer{
  margin-left: 5px;
  color: #000;
}

.faq-delete-container{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 26px 0px;
}

.faq-header{
  font-weight: 600;
  line-height: 44px;
  font-family: "Inter";
  font-size: 20px;
}

.faq-subHeader{
  font-weight: 400;
  line-height: 44px;
  font-family: "Inter";
  font-size: 14px;
}

@media (max-width: 768px) {
  .clubintro-section {
    margin-top: 31px;
    padding: 28px 0;
  }

  .clubintro-header {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }

  .clubintro-header img {
    max-width: 343px;
    margin-bottom: 25px;
  }

  .clubintro-left h1 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .clubintro-left p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .clubintro-bottom {
    justify-content: center;
    margin-bottom: 38px;
  }

  .clubintro-bottom a {
    margin-right: 0;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 10px;
  }

  .the-line {
    display: none;
  }

  .clubintro-sub-content {
    max-width: 336px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
  }

  .clubintro-types-main {
    justify-content: center;
  }

  .clubintro-types-main li {
    padding: 7px 14px;
    font-size: 14px;
    line-height: 18px;
    margin-right: 8px;
  }

  .clubintro-card {
    padding: 13px 33px 13px 13px;
  }

  .clubintro-card h3 {
    font-size: 12px;
    line-height: 14px;
  }

  .clubintro-card p {
    font-size: 10px;
    line-height: 12px;
  }

  .clubintro-card img {
    width: 42px;
    height: 42px;
  }

  .paper-tear-container {
    margin-top: -50px;
  }

  .paper-tear-content {
    padding: 70px 0 28px;
  }

  .paper-tear-content h2 {
    font-size: 14px;
    line-height: 17px;
  }

  .clubintro-tnc-link {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
  }
}

.rootContainer{
  padding-top: 120px;
}

.partnerContainer{
  padding: 32px 0px;
  border-radius: 40px;
  margin: 40px 40px 0 40px;
  border: 1px solid white;
  box-shadow: 15px 15px 15px 15px #1018280D;
  background-color: #fff;
}

.headerTxt{
  color: #1C568C;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  border-bottom: 0.5px solid #D3D3D3;
  padding: 0px 0px 24px 0px;
  border: 0px 0px 0.5px 0px;
}

.lenderContainer{
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}

.lenderCard{
  width: 392px;
  height: 350px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 0px #0000001A;
}

.lenderLogoContainer {
  width: 360px;
  height: 160px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}


.lenderTitle{
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  color: #817F8D;
}

.privacyButton{
  background-color: #1C568C;
  color: #fff;
  width: 100%;
  padding: 12px 28px;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  opacity: 0px;
  cursor: pointer;
}

.grievenceButton{
  background-color: #fff;
  color: #1C568C;
  width: 100%;
  padding: 12px 28px;
  border: 1px solid #1C568C;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  opacity: 0px;
  cursor: pointer;
}

.leftContent{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.privacyBtnTxt{
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

.grievenceBtnTxt{
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.privary-logo2{
  color: #1C568C;
}


.lenderHeader{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lenderLink {
  font-family: "Avenir";
  font-weight: 900;
  font-size: 14px;
}

@media (max-width: 768px){
  .rootContainer{
    padding-top: 80px;
  }
  .headerTxt{
    font-size: 20px;
  }
  .lenderCard{
    width: 100%;
  }

  .lenderLogoContainer{
    width: 100%;
  }

  .grievenceBtnTxt, .privacyBtnTxt, .lenderTitle{
    font-size: 12px;
  }
}