* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

main {
  display: block;
}

li,
ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

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;
  display: block;
  width: 100%;
  height: auto;
}

img[height="0"][width="0"] {
  height: 0;
  width: 0;
}

video {
  width: 100%;
}

button {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  text-align: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body {
  background-image: url("../../assets/bobbles_new_mb.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #592A70;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
 @media (min-width: 699px) {
     body {
        background-image: url("../../assets/bobbles_new.png");  
     }
  }
.d-h {
  width: 100%;
  position: sticky;
  top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 699px) {
  .d-h {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    min-height: 56px;
  }
}
.d-h__c {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: relative;
  padding: 16px;
}
.d-h__c:after {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2), transparent);
  top: 0;
}
.d-h .d-n {
  height: 100%;
}
.d-h .d-u {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 699px) {
  .d-h .d-u {
    justify-content: center;
  }
}
.d-h .d-l {
  margin-right: 24px;
}
@media (min-width: 1039px) {
  .d-h .d-l {
    margin-right: 80px;
  }
}
.d-h .d-l:last-child {
  margin-right: 0;
}
.d-h .d-a {
  position: relative;
}
@media (min-width: 1039px) {
  .d-h .d-a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F8BEBE;
    bottom: -6px;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: left top;
  }
  .d-h .d-a:hover:after {
    transform: scale(1, 1);
  }
}

.d-w {
  margin-top: 32px;
  margin-bottom: 32px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  background: rgba(245, 245, 245, 0.6);
  min-height: calc(100vh - 64px);
  display: flex;
  justify-content: center;
  border-radius: 32px;
}

.d-g {
  display: grid;
  grid-gap: 16px;
}

.d-g-12 {
  grid-template-columns: 100%;
}
@media (min-width: 699px) {
  .d-g-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 699px) {
  .d-g-col-2 {
    grid-column: span 2;
  }
}

@media (min-width: 699px) {
  .d-g-col-3 {
    grid-column: span 3;
  }
}

@media (min-width: 699px) {
  .d-g-col-4 {
    grid-column: span 4;
  }
}

@media (min-width: 699px) {
  .d-g-col-5 {
    grid-column: span 5;
  }
}

@media (min-width: 699px) {
  .d-g-col-6 {
    grid-column: span 6;
  }
}

@media (min-width: 699px) {
  .d-g-col-7 {
    grid-column: span 7;
  }
}

@media (min-width: 699px) {
  .d-g-col-8 {
    grid-column: span 8;
  }
}

@media (min-width: 699px) {
  .d-g-col-9 {
    grid-column: span 9;
  }
}

@media (min-width: 699px) {
  .d-g-col-10 {
    grid-column: span 10;
  }
}

@media (min-width: 699px) {
  .d-g-col-11 {
    grid-column: span 11;
  }
}

@media (min-width: 699px) {
  .d-g-col-12 {
    grid-column: span 12;
  }
}

@media (min-width: 699px) {
  .d-g-r-1 {
    grid-template-rows: 1fr auto;
  }
}

.d-hr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  text-align: center;
}
.d-hr .d-t-hr {
  font-size: 56px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (min-width: 1039px) {
  .d-hr .d-t-hr {
    font-size: 128px;
    margin-bottom: 40px;
  }
}
.d-hr .d-t-hr__sp {
  font-weight: 400;
}
.d-hr .d-sub {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1039px) {
  .d-hr .d-sub {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.d-hr .d-p {
  line-height: 130%;
  margin-bottom: 24px;
}
@media (min-width: 1039px) {
  .d-hr .d-p {
    font-size: 20px;
  }
}
.d-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #592A70;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (min-width: 699px) {
  .d-btn {
    height: 56px;
  }
}
.d-t {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 699px) {
  .d-t {
    font-size: 56px;
  }
}/*# sourceMappingURL=style.css.map */