@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Playpen+Sans:wght@400;800&family=Plus+Jakarta+Sans:wght@300;400;500&family=Poppins:wght@500&display=swap");
.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading__name {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heading__nav {
  display: flex;
  gap: 32px;
  list-style-type: none;
  align-items: center;
}
.heading__nav_1 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.heading__menu {
  display: none;
  cursor: pointer;
}

@media (max-width: 575px) {
  .heading__nav {
    display: none;
  }
  .heading__menu {
    display: block;
  }
}
.container {
  padding: 0px 256px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0;
  gap: 0;
}

a {
  text-decoration: none;
}

button {
  appearance: none;
}

.header {
  background: linear-gradient(45deg, #1b13a6 49.59%, #443cdf 88.57%), #fff;
  padding: 0px 256px;
}

@media (max-width: 1500px) {
  .header {
    padding: 0px 70px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 0px 36px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 22px;
  }
}
.button__small {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.hero {
  display: flex;
  padding-top: 90px;
  justify-content: space-between;
  padding-bottom: 173px;
  margin: 0;
  gap: 150px;
  /*------HERO LEFT ----------*/
  /*------HERO Buttons ----------*/
  /*------HERO bottom ----------*/
  /*------HERO RIGHT ----------*/
}
.hero__left {
  font-family: Plus Jakarta Sans;
}
.hero__head {
  width: 586px;
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 125% */
  letter-spacing: -1.12px;
  margin-bottom: 32px;
}
.hero__info {
  width: 586px;
  color: #b6b3eb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.hero__buttons__btnL {
  color: #110c64;
  background: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  border-radius: 8px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.hero__buttons__btnR {
  color: #fff;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  border-radius: 8px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.hero__bottom {
  display: flex;
  gap: 52px;
}
.hero__stat {
  font-style: normal;
  line-height: normal;
}
.hero__stat--head {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.hero__stat--detail {
  color: #b6b3eb;
  font-size: 16px;
  font-weight: 400;
}
.hero__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__mobile {
  width: 258.246px;
  height: 536.074px;
  flex-shrink: 0;
  position: relative;
}
.hero__masterCard {
  max-width: 100%;
  width: 342px;
  height: 190px;
  border-radius: 15px;
  position: relative;
  right: 15%;
}

/*----------------- TABLET 1024px  -------------------------*/
@media (max-width: 1024px) {
  .hero {
    padding-top: 50px;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    gap: 150px;
    /*------HERO LEFT ----------*/
    /*------HERO Buttons no change for 1080px ----------*/
    /*------HERO bottom ----------*/
    /*------HERO RIGHT ----------*/
  }
  .hero__left {
    font-family: Plus Jakarta Sans;
  }
  .hero__head {
    width: 385px;
    font-size: 36px;
    line-height: 50px; /* 138.889% */
  }
  .hero__info {
    width: 412px;
    font-size: 14px;
  }
  .hero__bottom {
    gap: 32px;
  }
  .hero__stat--head {
    font-size: 24px;
  }
  .hero__stat--detail {
    font-size: 12px;
  }
  .hero__right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero__masterCard {
    right: 30%;
  }
}
/*----------------- MOBILE 575px  -------------------------*/
@media (max-width: 575px) {
  .hero {
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 25px;
    gap: 33px;
    /*------HERO LEFT ----------*/
    /*------HERO Buttons no change for ----------*/
    /*------HERO bottom ----------*/
    /*------HERO RIGHT ----------*/
  }
  .hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .hero__head {
    width: 352px;
    font-size: 24px;
    line-height: 38px; /* 158.333% */
    text-align: center;
    margin-bottom: 0;
  }
  .hero__info {
    width: 382px;
    font-size: 14px;
  }
  .hero__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero__bottom {
    gap: 32px;
  }
  .hero__stat--head {
    font-size: 24px;
  }
  .hero__stat--detail {
    font-size: 12px;
  }
  .hero__right {
    position: relative;
  }
  .hero__mobile {
    width: 176.775px;
    height: 366.954px;
    flex-shrink: 0;
    left: 55%;
  }
  .hero__masterCard {
    width: 342px;
    height: 190px;
    flex-shrink: 0;
    right: 33%;
    top: 70px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.stripe {
  background: #5e59d6;
  height: 84px;
  flex-shrink: 0;
}
.stripe__nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 256px;
  margin: 0;
  list-style-type: none;
  padding-top: 24px;
}

@media (max-width: 1500px) {
  .stripe__nav {
    padding: 24px 70px;
  }
}
@media (max-width: 1024px) {
  .stripe__nav {
    padding: 24px 36px;
  }
}
@media (max-width: 575px) {
  .stripe {
    display: none;
  }
}
.pray {
  padding: 0px 256px;
}
.pray__head {
  color: var(--Text, #1d1c31);
  font-family: Plus Jakarta Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
  padding-top: 120px;
}
.pray__list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 113px;
}
.pray__list__pic {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.pray__list__topic {
  color: var(--Text, #1d1c31);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 24px;
}
.pray__list__details {
  color: rgba(29, 28, 49, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  padding-top: 12px;
}
.pray__list__read {
  color: var(--5-d-55-ff, #5d55ff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: end;
}

@media (max-width: 1500px) {
  .pray {
    padding: 0px 70px;
  }
}
@media (max-width: 1024px) {
  .pray {
    padding: 0px 36px;
  }
  .pray__head {
    padding-top: 90px;
  }
  .pray__list {
    gap: 20px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .pray {
    padding: 22px;
  }
  .pray__head {
    padding-top: 24px;
  }
  .pray__list {
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 39px;
  }
  .pray__list__read {
    color: black;
    text-align: center;
  }
}
.coffee {
  padding: 0px 256px;
  display: flex;
}
.coffee__pic {
  width: 1168px;
  height: 580px;
  flex-shrink: 0;
}
.coffee__Download {
  position: relative;
  top: 14%;
  right: 95%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 388px;
  padding: 52px;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 24px 64px -12px rgba(26, 24, 65, 0.06);
}
.coffee__Download__Topic {
  color: var(--Text, #1d1c31);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
}
.coffee__Download__Details {
  width: 584px;
  color: rgba(29, 28, 49, 0.6);
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  padding-top: 24px;
}
.coffee__Download__Links {
  display: flex;
  gap: 24px;
  padding-top: 40px;
}
.coffee__Download__Links__link {
  width: 175.5px;
  height: 52px;
  flex-shrink: 0;
}

@media (max-width: 1500px) {
  .coffee {
    padding: 0px 70px;
  }
  .coffee__pic {
    width: 790px;
    height: 426px;
    flex-shrink: 0;
  }
  .coffee__Download {
    top: 50%;
    width: 428px;
    padding: 36px;
  }
  .coffee__Download__Topic {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
  }
  .coffee__Download__Details {
    width: 451px;
    font-size: 14px;
  }
  .coffee__Download__Links {
    display: flex;
    gap: 24px;
    padding-top: 40px;
  }
  .coffee__Download__Links__link {
    width: 135px;
    height: 40px;
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .coffee {
    padding: 0px 36px;
  }
  .coffee__pic {
    width: 790px;
    height: 426px;
    flex-shrink: 0;
  }
  .coffee__Download {
    top: 50%;
    width: 428px;
    padding: 36px;
  }
  .coffee__Download__Topic {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
  }
  .coffee__Download__Details {
    width: 451px;
    font-size: 14px;
  }
  .coffee__Download__Links {
    display: flex;
    gap: 24px;
    padding-top: 40px;
  }
  .coffee__Download__Links__link {
    width: 135px;
    height: 40px;
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .coffee {
    padding: 22px;
    display: flex;
    flex-direction: column;
  }
  .coffee__pic {
    width: 430px;
    height: 308px;
    flex-shrink: 0;
  }
  .coffee__Download {
    padding: 36px;
    top: 0;
    right: 0;
  }
  .coffee__Download__Topic {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
  }
  .coffee__Download__Details {
    width: 451px;
    font-size: 14px;
  }
  .coffee__Download__Links {
    display: flex;
    gap: 24px;
    padding-top: 40px;
  }
  .coffee__Download__Links__link {
    width: 135px;
    height: 40px;
    flex-shrink: 0;
  }
}
.clients {
  padding: 0px 256px;
}
.clients__top {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
}
.clients__head {
  color: var(--Text, #1d1c31);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
}
.clients__members {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-shrink: 0;
  list-style-type: none;
  padding-top: 40px;
}
.clients__members__first {
  background: #564ff5;
  padding: 32px;
  border-radius: 8px;
  height: 320px;
}
.clients__members__others {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  height: 320px;
}
.clients__members__review1 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.clients__members__review1__body {
  display: flex;
  padding-top: 60px;
}
.clients__members__review1__details__name {
  color: var(--ffffff, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 22px;
}
.clients__members__review1__details__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
.clients__members__reviewother {
  color: #1d1c31;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.clients__members__reviewother__body {
  display: flex;
  padding-top: 60px;
}
.clients__members__reviewother__details__name {
  color: var(--Text, #1d1c31);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 22px;
}
.clients__members__reviewother__details__date {
  color: #9da7fa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
.clients__bar {
  padding-top: 64px;
  text-align: center;
  padding-bottom: 150px;
}

@media (max-width: 1500px) {
  .clients {
    padding: 0px 70px;
    padding-top: 245px;
  }
}
@media (max-width: 1024px) {
  .clients {
    padding: 0px 36px;
    padding-top: 245px;
  }
  .clients__top {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
  }
  .clients__head {
    color: var(--Text, #1d1c31);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
    letter-spacing: -0.8px;
  }
  .clients__members {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-shrink: 0;
    list-style-type: none;
    padding-top: 40px;
  }
  .clients__members__first {
    background: #564ff5;
    padding: 32px;
    border-radius: 8px;
    height: 320px;
  }
  .clients__members__others {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    height: 320px;
  }
  .clients__members__review1 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
  }
  .clients__members__review1__body {
    display: flex;
    padding-top: 15px;
  }
  .clients__members__review1__details__name {
    color: var(--ffffff, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 22px;
  }
  .clients__members__review1__details__date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .clients__members__reviewother {
    color: #1d1c31;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
  }
  .clients__members__reviewother__body {
    display: flex;
    padding-top: 15px;
  }
  .clients__members__reviewother__details__name {
    color: var(--Text, #1d1c31);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 22px;
  }
  .clients__members__reviewother__details__date {
    color: #9da7fa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .clients__bar {
    padding-top: 64px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .clients {
    padding: 22px;
    display: none;
  }
}
.guideline {
  padding: 0px 256px;
  background: #5d55ff;
}
.guideline__top {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.guideline__name {
  color: var(--ffffff, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
}
.guideline__info {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  width: 600px;
}
.guideline__bottom {
  padding-top: 140px;
  padding-bottom: 209px;
  display: flex;
  justify-content: center;
}
.guideline__mobile {
  display: none;
}

@media (max-width: 1500px) {
  .guideline {
    padding: 0px 70px;
  }
  .guideline__bottom {
    padding-top: 140px;
    padding-bottom: 209px;
  }
  .guideline__bottom__figure {
    width: 820px;
  }
}
@media (max-width: 1024px) {
  .guideline {
    padding: 0px 36px;
  }
  .guideline__bottom {
    padding-top: 140px;
    padding-bottom: 209px;
  }
  .guideline__bottom__figure {
    width: 820px;
  }
}
@media (max-width: 575px) {
  .guideline {
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .guideline__name {
    color: var(--ffffff, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 260% */
    letter-spacing: -0.4px;
  }
  .guideline__info {
    display: none;
  }
  .guideline__bottom {
    display: none;
  }
  .guideline__mobile {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .guideline__mobile__top {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .guideline__mobile__top__right {
    color: var(--Text, #1d1c31);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 135px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--ffffff, #fff);
  }
  .guideline__mobile__bottom {
    display: flex;
    align-items: center;
    gap: 64px;
  }
  .guideline__mobile__bottom__left {
    color: var(--Text, #1d1c31);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 135px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--ffffff, #fff);
  }
}
input {
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
}

input::placeholder {
  color: #fff;
}

input[type=email] {
  padding: 5px;
  margin: 10px 0;
}

.footer {
  padding: 0px 256px;
  padding-bottom: 32px;
}
.footer__top {
  display: flex;
  padding-top: 70px;
  justify-content: space-between;
}
.footer__top__news {
  padding: 32px;
  width: 570px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Text, #1d1c31);
  box-shadow: 0px 0px 30px 2px rgba(93, 85, 255, 0.1) inset;
}
.footer__top__news__head {
  color: var(--ffffff, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__top__news__detail {
  padding-top: 16px;
  width: 506px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footer__top__news__entry {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}
.footer__top__news__entry__button {
  color: var(--Text, #1d1c31);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 135px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--ffffff, #fff);
}
.footer__top__menuHelp {
  display: flex;
  justify-content: space-arounds;
}
.footer__top__menu1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__top__menu1__1 {
  color: var(--Text, #1d1c31);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__top__menu1__other {
  color: rgba(29, 28, 49, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__top__help1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__top__help1__1 {
  color: var(--Text, #1d1c31);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__top__help1__other {
  color: rgba(29, 28, 49, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__bottom {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}
.footer__bottom__reserved {
  color: rgba(29, 28, 49, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__bottom__private {
  color: rgba(29, 28, 49, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__bottom__medias {
  display: flex;
  gap: 16px;
}
.footer__bottom__mobile {
  display: none;
}

@media (max-width: 1500px) {
  .footer {
    padding: 0px 70px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 0px 36px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 22px;
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    justify-content: space-between;
  }
  .footer__top__news {
    padding: 32px;
    width: 470px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #fff;
  }
  .footer__top__news__head {
    color: var(--1-d-1-c-31, #1d1c31);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .footer__top__news__detail {
    color: var(--1-d-1-c-31, #1d1c31);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
  .footer__top__news__entry {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
  }
  .footer__top__news__entry__button {
    border-radius: 8px;
    background: var(--4-e-46-e-8, #4e46e8);
    display: flex;
    width: 135px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--ffffff, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .footer__top__menuHelp {
    display: flex;
    justify-content: space-around;
  }
  .footer__top__menu1 {
    list-style-type: none;
  }
  .footer__top__menu1__1 {
    color: var(--Text, #1d1c31);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
  .footer__top__menu1__other {
    color: rgba(29, 28, 49, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .footer__top__help1 {
    list-style-type: none;
  }
  .footer__top__help1__1 {
    color: var(--Text, #1d1c31);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
  .footer__top__help1__other {
    color: rgba(29, 28, 49, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .footer__bottom {
    margin-top: 66px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
  }
  .footer__bottom__reserved {
    display: none;
  }
  .footer__bottom__private {
    display: none;
  }
  .footer__bottom__medias {
    display: flex;
    gap: 16px;
    order: -1;
  }
  .footer__bottom__mobile {
    display: flex;
    justify-content: space-between;
  }
  .footer__bottom__mobile__reserved {
    color: rgba(29, 28, 49, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer__bottom__mobile__private {
    color: rgba(29, 28, 49, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  input {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
  }
  input[type=email] {
    padding: 5px;
    margin: 10px 0;
  }
}

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