@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BLACK.TTF') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BLACKITALIC.TTF') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-LIGHT.TTF') format("truetype"), url('../fonts/GOTHAM-XLIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-LIGHTITALIC.TTF') format("truetype"), url('../fonts/GOTHAM-XLIGHTITALIC.TTF') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-MEDIUM.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Ultra;
  src: url('../fonts/GOTHAM-ULTRA.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-ULTRAITALIC.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.page-wrapper {
  font-weight: 400;
}

.top-box {
  background-image: url('../images/phon.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  position: relative;
}

.logo {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ep-link {
  width: 108px;
}

.main-title {
  z-index: 5;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 0% 0;
  position: static;
  inset: auto 0% 5%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.figure {
  width: 70%;
  position: absolute;
  inset: 8% auto 0% -16%;
}

.pream-sec {
  background-color: #fafafa00;
  background-image: linear-gradient(90deg, #fff, #ffdafc);
}

.cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  background-color: #f8f8f800;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.date-text {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.norm-text {
  font-weight: 300;
}

.text-block {
  font-weight: 400;
}

.text1 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.real-sec {
  padding-bottom: 0;
}

.real-box {
  padding-top: 40px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.heading-2.double {
  margin-top: 40px;
}

.quot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(108deg, #cb71d2, #a9c4f1);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin: 40px 10%;
  padding: 40px;
  display: grid;
}

.quot.dis {
  background-image: linear-gradient(270deg, #cb71d2, #a9c4f1);
}

.quot.fini {
  margin-bottom: 100px;
}

.quot-span-text {
  font-weight: 600;
}

.vid {
  margin-top: 40px;
  margin-bottom: 40px;
}

.spech-quot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#cb71d2, #a9c4f1);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 40px;
  display: grid;
}

.quotrte {
  font-weight: 600;
}

.fin-sec {
  background-color: #e9e9e9;
}

.fin-box {
  background-color: #e9e9e900;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin-text {
  font-size: 12px;
}

.ph_box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.name-span {
  color: #cf63cd;
  font-weight: 700;
}

.maon-pic {
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  border-radius: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link, .link-2, .link-3 {
  color: #cf63cd;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .top-box {
    overflow: hidden;
  }

  .ep-link {
    width: 128px;
  }

  .main-title {
    right: 8%;
  }

  .heading {
    font-size: 48px;
  }

  .subtitle-text {
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .top-box {
    height: auto;
  }

  .heading {
    margin-top: 20px;
    font-size: 56px;
  }

  .subtitle-text {
    color: #fff;
    padding-bottom: 40px;
  }

  .figure {
    width: 65%;
    top: 0%;
    left: -17%;
  }

  .image-8 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 72px;
  }

  .subtitle-text {
    font-size: 32px;
  }

  .figure {
    inset: 5% auto 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  .main-title {
    padding-bottom: 20px;
    inset: auto 5% 0%;
  }

  .heading {
    padding-right: 0;
    font-size: 40px;
  }

  .subtitle-text {
    padding-bottom: 0;
  }

  .figure {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    display: block;
    inset: 0% 5% auto;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2, .heading-2.double {
    font-size: 28px;
  }

  .quot {
    grid-template-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .quot-ph {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spech-quot {
    grid-template-columns: 1fr;
  }

  .quot-mark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6 {
    max-width: 70%;
  }

  .image-7 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    z-index: 2;
    position: static;
    inset: 0% 0% auto;
  }

  .main-title {
    padding-top: 0;
    padding-bottom: 20px;
    bottom: 9%;
  }

  .heading {
    text-align: center;
    padding-right: 0;
    font-size: 26px;
  }

  .subtitle-text {
    text-align: center;
    font-size: 15px;
  }

  .figure {
    width: 100%;
    top: 4%;
    left: 0%;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2, .heading-2.double {
    font-size: 24px;
  }

  .quot {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

  .quot.fini {
    margin-bottom: 60px;
  }

  .spech-quot {
    margin-bottom: 60px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .subtitle-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .figure {
    top: 7%;
  }

  .heading-2.double {
    font-size: 20px;
  }

  .image-8 {
    border-radius: 8px;
  }
}

#w-node-_6c3b3aac-87f4-31e9-1a24-3a7acb76d28a-8b90a8a7, #w-node-_66f22c19-66a7-bf71-6765-7801c754286e-8b90a8a7 {
  align-self: center;
}

#w-node-_725ea28b-553f-47ec-aacc-243024b31205-8b90a8a7 {
  place-self: center;
}

#w-node-_725ea28b-553f-47ec-aacc-243024b31207-8b90a8a7, #w-node-f80e5f79-f724-ecaa-ec0c-f84fd7c3f3b2-8b90a8a7 {
  align-self: center;
}

#w-node-_4e17610d-0f3b-47dd-78e7-c7d5fca1940e-8b90a8a7 {
  place-self: center;
}

#w-node-_4e17610d-0f3b-47dd-78e7-c7d5fca19410-8b90a8a7 {
  align-self: center;
}

#w-node-_7a7b941f-1f28-ef11-fdc9-2e86555270dd-8b90a8a7 {
  place-self: center;
}

#w-node-_7a7b941f-1f28-ef11-fdc9-2e86555270df-8b90a8a7 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8d6a092b-f681-3fde-dc3d-2f6355c01fe2-8b90a8a7, #w-node-_66f22c19-66a7-bf71-6765-7801c754286c-8b90a8a7, #w-node-f80e5f79-f724-ecaa-ec0c-f84fd7c3f3b0-8b90a8a7 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d6a092b-f681-3fde-dc3d-2f6355c01fe2-8b90a8a7 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype'), url('../fonts/GOTHAM-XLIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHTITALIC.TTF') format('truetype'), url('../fonts/GOTHAM-XLIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/GOTHAM-ULTRA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-ULTRAITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}