@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");

:root {
  --gradientViolet: #97abff;
  --gradientBlue: #123597;
  --dividerGray: hsl(240, 5%, 91%);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

body {
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 12px;
  color: #1d1e35;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #123597), color-stop(74%, #97abff));
  background: linear-gradient(var(--gradientViolet), var(--gradientBlue));
  background-color: #123597;
  background-repeat: no-repeat;
  background-size:100% 100%;
  margin-top: 2rem;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  border-radius: 20px;
  background-color: aliceblue;
  -webkit-box-shadow: 0px 10px 80px -10px rgba(0, 0, 0, 0.72);
          box-shadow: 0px 10px 80px -10px rgba(0, 0, 0, 0.72);
}

.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-container {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.img-container-mobile {
  display: none;
}

.img-girl {
  position: absolute;
  left: -80px;
}

.box {
    display: block;
    position: absolute;
    z-index: 1;
    top: 57%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }

.img-shadow {
  position: absolute;
  top: -240px;
  left: -575px;
}

.img-box {
  position: absolute;
  top: 225px;
  left: -130px;
}

.accordion-container {
  width: 50%;
  margin: 80px 40px;
}

.accordion-list {
  width: 90%;
}

.accordion-list li {
  border-bottom: 2px solid #e7e7e9;
}

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}

h1 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.logo {
  height: 30px;
}

h2 {
  font-weight: 100;
}

p {
  color: #787887;
  line-height: 30px;
  font-size: 1rem;
}

.accordion-title:hover {
  color: #f47c57;
}

.accordion-list p {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion-list li.open h2 {
  font-weight: 600;
}

.accordion-list li.open p {
  max-height: 30rem;
  padding-bottom: 20px;
}

.accordion-list li.open figure {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* FOOTER */
.attribution {
  text-align: center;
  font-size: 1.1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--dividerGray);
}

.attribution a {
  color: #fff;
  text-decoration: none;
  transition: color 200ms ease-in-out;
  font-weight: 700;
}

.attribution a:hover {
  color: var(--textRed);
}

.icons i {
  margin-top: 1rem;
  font-size: 2rem;
  padding-right: 1rem;
}

@media (max-width: 1200px) {
  body {
    margin-top: 8rem;
  }
  .container {
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .img-container,
  .img-box {
    display: none;
  }
  .img-container-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .img-girl-mobile {
    position: absolute;
    top: -125px;
    width: 266px;
    height: 196px;
  }
  .img-shadow-mobile {
    position: absolute;
    top: -20px;
  }
  .accordion-container {
    margin: auto;
    width: 90%;
    padding-top: 120px;
  }
  .accordion-list {
    width: 100%;
  }
  .logo {
    display: none;
  }
  h1 {
    text-align: center;
    font-size: 1.5rem;
    background-image: url("https://cdnsprite.omomhe.com/wiki/LOGO.png");
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .box {
  display: none;
}
}
/*# sourceMappingURL=styles.css.map */
#Media {
  width: 100%;
  height: auto;
  background-size: cover;
}