@font-face {
  font-family: 'Cinematografica';
  src: url('../fonts/Cinematografica-Extralight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  font-size: 2.085vw;
  height: 100%;
}

body {
  background: #000000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
  }
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
  transition: 320ms;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 0.521vw;
  }

  .container {
    max-width: 123rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.slick-slide {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 5;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .section__bg {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.iframe-document {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-btn {
  letter-spacing: normal;
  width: 38rem;
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: relative;
}

.t-btn:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 575px) {
  .t-btn {
    width: 28rem;
    height: 9.2rem;
    font-size: 1.6rem;
    letter-spacing: normal;
    margin-left: auto;
    margin-right: auto;
  }
}

.t-btn.blue {
  background-image: url('../img/btn-blue.png');
}

.t-btn.red {
  background-image: url('../img/btn-red.png');
}

.t-btn.black {
  background-image: url('../img/btn-black.png');
}

.t-title {
  font-size: 16.5rem;
  letter-spacing: -0.2rem;
  line-height: 1;
  font-family: 'Cinematografica';
  font-weight: 300;
  background: linear-gradient(181deg, #fff 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .t-title {
    font-size: 9.6rem;
    letter-spacing: -0.1rem;
  }
}

.toptitle {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.2rem;
  background: linear-gradient(
    90deg,
    rgba(186, 135, 105, 0) 0%,
    #cf865b 30.06%,
    #cf865b 63.26%,
    rgba(186, 135, 105, 0) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: inline-block;
  padding: 0 4rem;
}

@media screen and (max-width: 575px) {
  .toptitle {
    font-size: 1.1rem;
    letter-spacing: 0.7rem;
    padding: 0;
    display: block;
  }
}

.intro-section {
  height: 106rem;
  padding: 8rem 0 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .intro-section {
    height: 102rem;
    padding: 24rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .intro-section .toptitle {
    display: none;
  }
}

.intro-section .mobile__title {
  display: none;
}

@media screen and (max-width: 575px) {
  .intro-section .mobile__title {
    display: block;
    font-size: 2rem;
    color: #a5a5a5;
  }

  .intro-section .mobile__title span {
    font-weight: 600;
    color: #fff;
  }

  .intro-section .mobile__title b {
    font-weight: 600;
    color: #db9c7a;
  }
}

.intro__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 115rem;
  margin: 54rem auto 7.5rem;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .intro__footer {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 575px) {
  .intro__footer-left {
    order: 1;
    padding-left: 8rem;
  }
}

.intro__footer-left .title {
  margin-bottom: 2.5rem;
  font-size: 2.3rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.3rem;
}

@media screen and (max-width: 575px) {
  .intro__footer-left .title {
    margin: 3rem 0 2rem;
    font-size: 1.9rem;
  }
}

.intro__footer-left .title img {
  position: absolute;
  left: -1rem;
  bottom: 0;
  max-width: none;
  width: 34rem;
}

@media screen and (max-width: 575px) {
  .intro__footer-left .title img {
    width: 29rem;
  }
}

.intro__footer-left ul {
  padding: 0;
  margin: 0;
}

.intro__footer-left ul li {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .intro__footer-left ul li {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
  }
}

.intro__footer-left ul li img {
  width: 1.4rem;
  margin-right: 1.7rem;
}

@media screen and (max-width: 575px) {
  .intro__footer-left ul li img {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
}

.intro__footer-right {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .intro__footer-right {
    order: 0;
    margin: 34rem 0 0;
  }
}

.intro__footer-right .btn-desc {
  margin-bottom: -1rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.1rem 2rem;
  border-radius: 1rem;
  display: inline-block;
  color: #000;
  letter-spacing: -0.05rem;
  transform: rotate(1deg);
  box-shadow: -12px 22px 35px -8px rgba(0, 0, 0, 0.66);
  z-index: 10;
  position: relative;
  background-color: #97684f;
  background-image: url('../img/orange-bg.png');
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .intro__footer-right .btn-desc {
    font-size: 1.4rem;
    padding: 1rem 1.8rem;
    margin: 0 auto -0.5rem;
  }
}

.intro__info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .intro__info {
    position: absolute;
    top: -20.5rem;
    left: 0;
    width: 100%;
    padding-left: 1rem;
  }
}

.intro__info-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intro__info-item .icon {
  width: 2.6rem;
  margin-right: 1.5rem;
  display: block;
}

@media screen and (max-width: 575px) {
  .intro__info-item .icon {
    width: 2rem;
  }
}

.intro__info-item .text {
  margin-right: 2rem;
}

@media screen and (max-width: 575px) {
  .intro__info-item .text {
    margin-right: 1.5rem;
  }
}

.intro__info-item .title {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .intro__info-item .title {
    font-size: 2rem;
  }
}

.intro__info-item .subtitle {
  margin-top: 0.3rem;
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .intro__info-item .subtitle {
    font-size: 1.25rem;
  }
}

.second-section {
  text-align: center;
  height: 126.5rem;
}

@media screen and (max-width: 575px) {
  .second-section {
    height: 124.2rem;
  }
}

.second-section .subtitle {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.74;
  color: #767676;
  padding: 0 4rem;
}

@media screen and (max-width: 575px) {
  .second-section .subtitle {
    font-size: 1.85rem;
    padding: 0;
  }
}

.second-section .subtitle span {
  font-weight: 600;
  color: #fff;
}

.second-section .subtitle b {
  font-weight: 600;
  color: #cf855b;
}

.second-section ul {
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 575px) {
  .second-section ul {
    margin: 53rem 0 0;
    padding-right: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.second-section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .second-section ul li {
    font-size: 1.8rem;
  }
}

.second-section ul li img {
  width: 2.5rem;
  margin-right: 1.3rem;
}

@media screen and (max-width: 575px) {
  .second-section ul li img {
    width: 1.9rem;
  }
}

@media screen and (min-width: 575px) {
  .second-section ul li:nth-child(1) {
    margin-left: 67rem;
    margin-top: 8rem;
  }

  .second-section ul li:nth-child(3) {
    margin-top: 9rem;
    margin-left: 102rem;
  }
}

.second-section .t-btn {
  margin: 8rem auto 3rem;
}

@media screen and (max-width: 575px) {
  .second-section .t-btn {
    margin: 2.5rem auto 3rem;
    width: 38rem;
    height: 12.5rem;
    font-size: 2.1rem;
  }
}

.second-section .underbtn {
  color: #a4bede;
  line-height: 1.5;
}

@media screen and (max-width: 575px) {
  .second-section .underbtn {
    font-size: 1.8rem;
  }
}

.program-section {
  height: 134.5rem;
  text-align: center;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 575px) {
  .program-section {
    height: 172rem;
  }
}

.program-section .t-title {
  margin-top: -2rem;
}

@media screen and (max-width: 575px) {
  .program-section .t-title {
    margin: 0;
    font-size: 12.3rem;
  }
}

.program__box {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.5rem;
}

@media screen and (max-width: 575px) {
  .program__box {
    margin-top: 9rem;
    padding: 0;
    display: block;
  }
}

.program__column {
  width: 40rem;
}

@media screen and (max-width: 575px) {
  .program__column {
    width: 100%;
  }
}

.program__column:nth-child(1) {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) {
    padding-right: 11rem;
  }
}

.program__column:nth-child(1) .program__item {
  justify-content: flex-end;
}

.program__column:nth-child(1) .program__item .number {
  margin-left: 3.8rem;
  order: 1;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item .number {
    margin-left: 2.8rem;
    margin-top: 0.3rem;
  }
}

.program__column:nth-child(1) .program__item:nth-child(1) {
  height: 25rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(1) {
    height: 15.7rem;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(1) .subtitle {
    width: 17.5rem;
  }
}

.program__column:nth-child(1) .program__item:nth-child(2) {
  height: 30.8rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(2) {
    height: 18.5rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(2) .subtitle {
    width: 21.5rem;
  }
}

.program__column:nth-child(1) .program__item:nth-child(3) {
  height: 26.5rem;
  margin-right: 8rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(3) {
    height: 16rem;
    margin-right: 4.5rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(3) .subtitle {
    width: 17.5rem;
  }
}

.program__column:nth-child(1) .program__item:nth-child(4) {
  height: 30.8rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(4) {
    height: 23.3rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(1) .program__item:nth-child(4) .subtitle {
    width: 15rem;
  }
}

.program__column:nth-child(2) {
  padding-left: 0.3rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) {
    padding-left: 12rem;
  }
}

.program__column:nth-child(2) .program__item .number {
  margin-right: 3.8rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item .number {
    margin-right: 2.8rem;
  }
}

.program__column:nth-child(2) .program__item:nth-child(1) {
  height: 29rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(1) {
    height: 13.5rem;
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(1) .subtitle {
    width: 22.5rem;
  }
}

.program__column:nth-child(2) .program__item:nth-child(2) {
  height: 27rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(2) {
    height: 20rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(2) .subtitle {
    width: 18rem;
  }
}

.program__column:nth-child(2) .program__item:nth-child(3) {
  height: 26rem;
  margin-left: 8rem;
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(3) {
    height: 21.5rem;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(3) .subtitle {
    width: 17rem;
  }
}

@media screen and (max-width: 575px) {
  .program__column:nth-child(2) .program__item:nth-child(4) .subtitle {
    width: 15rem;
  }
}

.program__item {
  display: flex;
  align-items: flex-start;
}

.program__item .number {
  border-radius: 6rem;
  border: 1px solid #343434;
  width: 10rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .program__item .number {
    font-size: 1.1rem;
    width: 6rem;
    height: 2rem;
  }
}

.program__item .number img {
  width: 2.1rem;
  margin-right: 0.7rem;
}

@media screen and (max-width: 575px) {
  .program__item .number img {
    width: 1.3rem;
    margin-right: 0.4rem;
  }
}

.program__item .text .title {
  margin-bottom: 2.2rem;
  font-size: 2.25rem;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .program__item .text .title {
    font-size: 1.8rem;
  }
}

.program__item .text .subtitle {
  color: #737373;
  font-size: 1.65rem;
  line-height: 1.5;
}

@media screen and (max-width: 575px) {
  .program__item .text .subtitle {
    font-size: 1.35rem;
  }

  .program__item .text .subtitle br {
    display: none;
  }
}

.program__item .text .subtitle span {
  font-weight: 600;
  color: #5ba5ff;
}

.program__item .text .subtitle b {
  font-weight: 600;
  color: #fff;
}

.tariff-section {
  height: 125rem;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .tariff-section {
    height: 300rem;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .tariff-section .t-title {
    width: 23rem;
    margin: 0 auto 0;
    font-size: 13.5rem;
    line-height: 1;
  }

  .tariff-section .t-title.line2 {
    margin-top: -2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .tariff-section .t-title.pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .tariff-section .t-title.xs {
    display: none;
  }
}

.tariff__box {
  margin: 4rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .tariff__box {
    display: block;
    margin: 7.5rem 0 0;
  }
}

.tariff__item {
  width: 40rem;
}

@media screen and (max-width: 575px) {
  .tariff__item {
    margin: 0 auto 4.5rem;
    height: 74rem;
    padding-top: 3rem;
  }
}

.tariff__item .icon {
  width: 8rem;
}

@media screen and (max-width: 575px) {
  .tariff__item .icon {
    width: 6.5rem;
  }
}

.tariff__item .title {
  margin: 0 0 1rem;
  font-size: 3rem;
  font-weight: 600;
  font-size: 2.3rem;
}

.tariff__item .count {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: -11px 20px 32px -7px rgba(0, 0, 0, 0.66);
  background-color: #97684f;
  background-image: url('../img/orange-bg.png');
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .tariff__item .count {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0.5rem;
  }
}

.tariff__item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tariff__item ul li {
  min-height: 5.5rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url('../img/tariff/line.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  color: #a6a6a6;
}

@media screen and (max-width: 575px) {
  .tariff__item ul li {
    min-height: 5rem;
    padding: 1.5rem 0;
    height: auto;
    background-image: url('../img/tariff/line-xs.png');
  }
}

.tariff__item ul li:last-child {
  background-image: none !important;
}

.tariff__item .price {
  margin: 3rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
}

@media screen and (max-width: 575px) {
  .tariff__item .price {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.tariff__item .price__new {
  margin-right: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .tariff__item .price__new {
    margin-right: 1.5rem;
  }
}

.tariff__item .price__old {
  opacity: 0.4;
  text-decoration: line-through;
}

.tariff__item .t-btn {
  width: 29rem;
  height: 9.6rem;
  margin: 0 auto 2rem;
  font-size: 1.55rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 575px) {
  .tariff__item .t-btn {
    width: 23rem;
    height: 7.5rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .tariff__item:nth-child(2) {
    margin-bottom: 11.5rem;
    height: 93rem;
  }
}

.tariff__item:nth-child(2) ul li {
  color: #fff;
}

.tariff__item:nth-child(2) .price__old {
  opacity: 0.6;
}

.faq-section {
  margin-top: 10rem;
}

@media screen and (max-width: 575px) {
  .faq-section {
    margin-top: 0;
    padding: 8rem 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .faq-section .t-title {
    font-size: 11.3rem;
  }
}

.faq__box {
  margin: 4rem 0 0;
}

@media screen and (max-width: 575px) {
  .faq__box {
    margin-top: 3rem;
    text-align: left;
  }
}

.faq__item {
  margin-bottom: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url('../img/faq/item-bg.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 28rem auto;
}

@media screen and (max-width: 575px) {
  .faq__item {
    background-size: 29rem auto;
    margin-bottom: 2.5rem;
  }
}

.faq__item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3.5rem 4.5rem;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .faq__item-header {
    padding: 2.5rem 3.5rem;
    padding-right: 4.5rem;
  }
}

.faq__item-header .icon {
  width: 3rem;
  margin-right: 2.2rem;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .faq__item-header .icon {
    width: 2.5rem;
    margin-right: 1.7rem;
  }
}

.faq__item-header .title {
  font-size: 2.3rem;
  font-weight: 700;
  flex-grow: 1;
}

@media screen and (max-width: 575px) {
  .faq__item-header .title {
    font-size: 1.85rem;
    padding-right: 4rem;
  }
}

.faq__item-header .arrow {
  width: 2.8rem;
  transition: 320ms;
}

@media screen and (max-width: 575px) {
  .faq__item-header .arrow {
    width: 2.3rem;
  }
}

.faq__item-header.active .arrow {
  transform: rotate(180deg);
}

.faq__item-content {
  padding: 2rem 10rem 6rem 10rem;
  color: #575757;
  display: none;
}

@media screen and (max-width: 575px) {
  .faq__item-content {
    padding: 2rem 8rem 3.8rem 7.5rem;
  }
}

.footer {
  padding: 12rem 0 2rem;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .footer .container {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .footer__left {
    width: 100%;
  }
}

.footer__left .logo {
  display: block;
  width: 22rem;
  margin-top: -1.5rem;
  margin-bottom: 0rem;
}

@media screen and (max-width: 575px) {
  .footer__left .logo {
    margin: 0 auto 2rem;
    transform: translateX(0.5rem);
  }

  .footer {
    padding: 12rem 0;
  }
}

.footer__left .subtitle {
  color: #848484;
  opacity: 0.5;
  font-weight: 300;
  margin: 1rem 0 3rem;
}

.footer__left .footer__left-link {
  color: #fb0101;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  font-weight: 300;
}

.footer__left .footer__left-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0.5px;
  border: 1px dashed #fb0101;
  opacity: 0.5;
}

.footer__center {
  color: #999999;
  font-size: 1.6rem;
  opacity: 0.5;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .footer__center {
    margin: 3rem 0;
  }
}

.footer__center p {
  margin: 0 0 1rem;
}

.footer__right .footer__right-inst {
  width: 20.2rem;
  display: block;
}

.consultation-section {
  text-align: center;
  padding: 10rem 0;
  background: linear-gradient(135deg, #000 0%, #000 100%);
}

.consultation-section .section__bg.pc {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-size: cover;
  background-position: center;
}

.consultation-section .section__bg.xs {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.08) 100%);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .consultation-section {
    padding: 8rem 0;
  }
}

.consultation-section .t-title {
  margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
  .consultation-section .t-title {
    margin-bottom: 4rem;
  }
}

.consultation__form {
  max-width: 60rem;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-radius: 2rem;
  padding: 4rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  animation: formAppear 0.8s ease-out;
  position: relative;
  overflow: hidden;
}

.consultation__form::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(226, 158, 113, 0.03) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

.consultation__form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.02) 50%,
    transparent 70%
  );
  animation: shimmer 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0%,
  100% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}

@keyframes formAppear {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 575px) {
  .consultation__form {
    max-width: 100%;
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }

  .consultation__form .pulse-dot {
    width: 6px;
    height: 6px;
  }

  .form__input {
    padding-left: 3.5rem;
  }

  .form__row::before {
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.form__input:not(:placeholder-shown) {
  border-color: rgba(226, 158, 113, 0.6);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.form__input::placeholder {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    rgba(226, 158, 113, 0.7),
    rgba(255, 255, 255, 0.5)
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: typing 3s ease-in-out infinite;
}

@keyframes typing {
  0%,
  100% {
    background-position: 200% 0;
  }
  50% {
    background-position: -200% 0;
  }
}

.form__row {
  margin-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .form__row {
    margin-bottom: 2.5rem;
  }
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__input {
  width: 100%;
  height: 6rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 575px) {
  .form__input {
    height: 5.5rem;
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
}

.form__input:hover {
  border-color: rgba(226, 158, 113, 0.4);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(226, 158, 113, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.form__input:focus {
  border-color: #e29e71;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow:
    0 0 0 3px rgba(226, 158, 113, 0.2),
    0 12px 40px rgba(226, 158, 113, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.form__input.valid {
  border-color: #4caf50;
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.05) 100%);
  box-shadow:
    0 0 0 2px rgba(76, 175, 80, 0.2),
    0 8px 25px rgba(76, 175, 80, 0.1);
}

.form__input.error {
  border-color: #f44336;
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.1) 0%, rgba(244, 67, 54, 0.05) 100%);
  box-shadow:
    0 0 0 2px rgba(244, 67, 54, 0.2),
    0 8px 25px rgba(244, 67, 54, 0.1);
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

.form__row::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  z-index: 2;
  transition: all 0.3s ease;
}

.form__row:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e29e71' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

.form__row:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e29e71' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.form__input {
  padding-left: 4.5rem;
}

.form__row:hover::before,
.form__row:focus-within::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.consultation__form .t-btn {
  margin: 0 auto;
}

.consultation__form .pulse-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e29e71;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.consultation__form .pulse-dot:nth-child(1) {
  top: 20px;
  left: 20px;
  animation-delay: 0s;
}

.consultation__form .pulse-dot:nth-child(2) {
  top: 20px;
  right: 20px;
  animation-delay: 0.5s;
}

.consultation__form .pulse-dot:nth-child(3) {
  bottom: 20px;
  left: 20px;
  animation-delay: 1s;
}

.consultation__form .pulse-dot:nth-child(4) {
  bottom: 20px;
  right: 20px;
  animation-delay: 1.5s;
}

.floating-checklist-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  background: linear-gradient(135deg, #ff0101, #000);
  border-radius: 1.5rem;
  box-shadow: 0 0.8rem 2rem rgba(#ff0101, 0.3);
  transition: all 0.3s ease;
  animation: floatingBounce 2s ease-in-out infinite;
  overflow: hidden;
}

.floating-checklist-btn:hover {
  transform: translateY(-0.5rem) scale(1.05);
  box-shadow: 0 1.2rem 3rem rgba(#ff0101, 0.4);
}

.floating-btn-content {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  position: relative;
  z-index: 2;
}

.floating-btn-icon {
  font-size: 2.2rem;
  margin-right: 1rem;
  animation: iconPulse 1.5s ease-in-out infinite;
}

.floating-btn-text {
  color: #fff;
  font-weight: 600;
}

.floating-btn-title {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.floating-btn-price {
  font-size: 2rem;
  opacity: 0.9;
  font-weight: 500;
}

.floating-btn-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.old-price {
  font-size: 1.6rem;
  opacity: 0.9;
  font-weight: 500;
  text-decoration: line-through;
}

@keyframes floatingBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}

@keyframes iconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 575px) {
  .floating-checklist-btn {
    bottom: 1.5rem;
    right: 1.5rem;
    border-radius: 1.2rem;
  }

  .floating-btn-content {
    padding: 1rem 1.4rem;
  }

  .floating-btn-icon {
    margin-right: 0.8rem;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

.reviews-section {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .reviews-section {
    padding: 4rem 0;
  }
}

.reviews-section .t-title {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
  .reviews-section .t-title {
    margin-bottom: 2rem;
  }
}

.reviews__masonry {
  column-count: 3;
  column-gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .reviews__masonry {
    column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .reviews__masonry {
    column-count: 1;
    column-gap: 1.5rem;
  }
}

.reviews__item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(2rem);
  animation: fadeInUp 0.6s ease forwards;
  break-inside: avoid;
  margin-bottom: 2rem;
  display: block;
}

.reviews__item:nth-child(1) {
  animation-delay: 0.1s;
}
.reviews__item:nth-child(2) {
  animation-delay: 0.2s;
}
.reviews__item:nth-child(3) {
  animation-delay: 0.3s;
}
.reviews__item:nth-child(4) {
  animation-delay: 0.4s;
}
.reviews__item:nth-child(5) {
  animation-delay: 0.5s;
}
.reviews__item:nth-child(6) {
  animation-delay: 0.6s;
}
.reviews__item:nth-child(7) {
  animation-delay: 0.7s;
}
.reviews__item:nth-child(8) {
  animation-delay: 0.8s;
}
.reviews__item:nth-child(9) {
  animation-delay: 0.9s;
}

.reviews__item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 2rem 4rem rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
  .reviews__item {
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
  }
}

.reviews__item {
  position: relative;
}

.reviews__item img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  display: block;
}

.reviews__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.reviews__item:hover .reviews__item-overlay {
  opacity: 1;
}

.reviews__item-overlay svg {
  width: 3rem;
  height: 3rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 575px) {
  .reviews__item-overlay svg {
    width: 2rem;
    height: 2rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reviews-modal {
  animation: modalFadeIn 0.3s ease;
}

.reviews-modal img {
  animation: modalImageScale 0.3s ease;
}

.modal-close-btn {
  animation: modalCloseBtnFadeIn 0.4s ease 0.1s both;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.1);
}

.modal-close-btn svg {
  transition: transform 0.3s ease;
}

.modal-close-btn:hover svg {
  transform: rotate(90deg);
}

@media screen and (max-width: 575px) {
  .modal-close-btn {
    top: 1rem !important;
    right: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
  }

  .modal-close-btn svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalImageScale {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

@keyframes modalCloseBtnFadeIn {
  from {
    opacity: 0;
    transform: scale(0.5) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
