@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

.cdp strong {
  color: #0082de;
}
.cdp a {
  text-decoration: none;
}

.cdp-content__wrapper {
  display: flex;
  justify-content: center;
}

.cdp-content {
  display: inline-flex;
  flex-direction: column;
  background-color: #ebf5fd;
  width: 60%;
  padding: 2rem 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .cdp-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .cdp-content {
    padding: 2rem 2.5rem;
  }
}

.cdp .cdp-content h2 {
  align-self: center;
  width: auto;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0.5rem;
  color: #0082de;
}

.cdp-content h3 {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.8;
  color: #0082de;
}

.cdp-content__nav li + li {
  padding-top: 0.25rem;
}

.cdp-content__nav li a {
  color: #0082de;
}

@media screen and (max-width: 749px) {
  .cdp-content {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .cdp-content h3 {
    font-size: 1rem;
  }
}

.cdp h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #00ace8;
  margin: 0 0 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .cdp h2 {
    font-size: 1.375rem;
  }
}

.cdp .responses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cdp .response-box {
  display: flex;
}

.cdp .response-box h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  align-self: stretch;
  justify-self: center;
  background-color: #0082de;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.5em;
  margin: 0;
  display: block;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.cdp .response-box__right {
  padding: 4rem;
  background-color: #f2fbfe;
}

.cdp .response-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 5rem;
  margin-top: 0 !important;
}

.cdp .response-item__headeing {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.cdp .response-item__headeing:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #0082de;
  bottom: 0;
  left: 0;
}

.cdp .response-item__title {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  padding-bottom: 1.125rem;
}

.cdp .response-item__title .index {
  font-size: 3.25rem;
  font-family: "Oswald";
  letter-spacing: 0.05em;
  color: #fff;
  /* -webkit-text-stroke: 2px #0082de; */
  text-shadow: -2px -2px 0 #0082de, 2px -2px 0 #0082de, -2px 2px 0 #0082de, 2px 2px 0 #0082de;
  line-height: 1;
  padding-right: 0.75rem;
}
.cdp .response-item__title h4 {
  line-height: 1.4;
  margin: 0;
  color: #0082de;
}
.cdp .response-item__title h4 span {
  font-size: 1.125rem;
}

.cdp .response-item__detail {
  width: 20rem;
  font-size: 0.75rem;
  background-color: #0082de;
  color: #fff;
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
}

.cdp .response-item__body a {
  color: #00ace8;
}

.cdp .response-item__body a:hover {
  color: #0082de;
}

.cdp .response-item__body span {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  line-height: 1.5em;
  padding-top: 0.25em;
}

.cdp .response-item__body {
  padding-top: 1.25rem;
}

@media screen and (max-width: 1172px) {
  .cdp .response-box__right {
    padding: 4rem;
  }

  .cdp .response-list {
    gap: 4rem;
  }

  .cdp .response-item__headeing {
    flex-direction: column;
    align-items: flex-start;
  }
  .cdp .response-item__headeing:after {
    display: none;
  }
  .cdp .response-item__detail {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .cdp .response-box h3 {
    font-size: 1.125rem;
  }

  .cdp .response-box__right {
    padding: 3rem;
  }

  .cdp .response-item__title {
    padding-bottom: 1rem;
  }
  .cdp .response-item__detail {
    width: 100%;
    padding: 0.25rem 0.5rem;
  }
}

@media screen and (max-width: 749px) {
  .cdp .responses {
    gap: 1.125rem;
  }

  .cdp .response-box__right {
    padding: 1rem;
  }
  .cdp .response-list {
    gap: 2.5rem;
  }

  .cdp .response-item__title .index {
    font-size: 2rem;
    padding-right: 0.75rem;
    text-shadow: -1px -1px 0 #0082de, 1px -1px 0 #0082de, -1px 1px 0 #0082de, 1px 1px 0 #0082de;
  }
  .cdp .response-item__title h4 {
    font-size: 1.125rem;
    line-height: 1;
  }

  .cdp .response-item__title h4 span {
    font-size: 0.875rem;
  }

  .cdp .response-item__body {
    padding-top: 1rem;
  }
}

.cdp .flex-toggle {
  display: flex;
}

.cdp .figure-wrapper {
  display: flex;
  justify-content: center;
}
.cdp .cdp-spiral {
  padding-left: 2rem;
  width: 30rem;
  min-width: 10rem;
}

.cdp .cdp-spiral img,
.cdp .cdp-relationship img {
  width: 100%;
  height: auto;
  margin: 0;
}

.cdp .cdp-relationship {
  width: 40rem;
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .cdp .flex-toggle {
    flex-direction: column;
  }
  .cdp .cdp-spiral {
    margin-top: 1rem;
    width: 30rem;
  }
  .cdp .cdp-relationship {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .cdp .cdp-spiral {
    margin-top: 0.5rem;
  }
  .cdp .cdp-relationship {
    margin-top: 1.5rem;
  }
}

.cdp .cdp-features {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.cdp .feature {
  /* background-color: #00adef; */
  color: #0082de;
}

.cdp .feature-trapezoid {
  width: 100%;
  height: 1.25rem;
  background-color: #e5f7fd;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 0 0);
}

.cdp .feature-body {
  margin-top: -1px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #e5f7fd;
  height: 100%;
}

.cdp .feature-body .feature-description {
  margin-top: -1rem;
  text-align: center;
  padding: 0 1rem 1.5rem;
  line-height: 1.5;
  /* min-height: 9rem; */
  height: 100%;
}
.cdp .feature-description span {
  display: block;
}

.cdp .feature-description span.small {
  font-size: 0.75rem;
}

.cdp .feature-image__container {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.cdp .future-image__circle {
  margin-top: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 85%;
  height: 85%;
  background-color: #fff;
  border-radius: 50%;
}

.cdp .-logo .future-image__circle {
  width: 90%;
  height: 90%;
  background-color: transparent;
}

.cdp .future-image {
  width: 70%;
  height: 70%;
}

.cdp .feature:nth-child(4) .future-image {
  width: 83%;
  height: 83%;
}

@media screen and (max-width: 1024px) {
  .cdp .cdp-features {
    gap: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .cdp .feature:nth-child(odd) {
    grid-column: 1/3;
  }
  .cdp .feature:nth-child(even) {
    grid-column: 3/5;
  }

  .cdp .feature:nth-child(3),
  .cdp .feature:nth-child(4) {
    grid-row: 2;
  }
}

.cdp .schedule {
  overflow-x: auto;
  display: block;
}

.cdp .schedule img {
  margin: 0;
}

@media screen and (max-width: 560px) {
  .cdp .schedule img {
    width: 500px;
    max-width: none;
    height: auto;
  }
}

.cdp.achievements {
  background-color: #f9f9fb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 4rem 0;
  margin-bottom: 5rem;
}

.cdp .achievements-image img {
  margin: 2rem 0 0;
}

.cdp .values__list {
  display: flex;
  gap: 1.5rem;
}

.cdp .value {
  padding: 1.125rem 1.5rem;
}

@media screen and (max-width: 749px) {
  .cdp .value {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}

@media screen and (max-width: 749px) {
  .cdp .value {
    padding: 1rem;
  }

  .cdp .values__list {
    flex-direction: column;
    gap: 1rem;
  }
}

.cdp.contact {
  margin: 4.875rem 0 5rem 0;
  text-align: center;
}

.cdp.contact a {
  color: #fff;
  background-color: #d4145a;
  border: 2px solid #d4145a;
  width: 60%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 2rem 1rem;
}
.cdp.contact a:hover,
.cdp.contact a:focus-visible {
  background-color: #fff;
  border: 2px solid #d4145a;
  color: #d4145a;
}

@media screen and (max-width: 1024px) {
  .cdp.contact {
    margin: 3.875rem 0 4rem 0;
  }

  .cdp.contact a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 749px) {
  .cdp.contact {
    margin: 3.75rem 0 4rem 0;
  }

  .cdp.contact a {
    width: 100%;
  }
}
