:root {
  --color-121212: #121212;
  --color-212121: #212121;
  --color-666666: #666666;
  --color-333333: #333333;
  --color-000000: #000000;
  --color-ffffff: #FFFFFF;
  --color-f5f5f5: #f5f5f5;
  --color-009dff: #009dff;


  --font-14: clamp(13px, 0.8vw, 14px);
  --font-16: clamp(14px, 0.9vw, 16px);
  --font-20: clamp(16px, 1.1vw, 20px);
  --font-32: clamp(22px, 1.7vw, 32px);

}



.submit-container {
  grid-column: span 2;
  margin-top: 10px;
}

#dosubmit,
#goback {
  background-color: var(--color-121212);
  color: #fff;
  border: none;
  padding: 12px 72px;
  border-radius: 6px;
  font-size: var(--font-16);
  cursor: pointer;
  transition: opacity 0.3s;
}

#dosubmit:hover,
#goback::hover {
  opacity: 0.85;
}


.text-main-text a {
  color: inherit;
  text-decoration: none;
}

.text-main-text a:hover {
  text-decoration: underline;
  color: var(--color-009dff);
}

.section-1 .section-main {
  background-color: var(--color-f5f5f5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1 .section-main .section-text-main, .section-2 .section-main .section-text-main, .section-3 .section-main .section-text-main {
  max-width: 1440px;
  width: 100%;
  background-color: var(--color-ffffff);
  margin: clamp(40px, 5.8vw, 110px) 0 clamp(20px, 2.2vw, 40px) 0;
  padding: 40px 80px 80px 80px;
  border-radius: 4px;
  display: grid;
}
.section-1 .section-main .section-text-main
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  grid-template-columns: 0.5fr 1fr;
  column-gap: clamp(20px, 2.2vw, 40px);
}

.section-1 .lefttop-title {
  font-size: var(--font-32);
  color: var(--color-333333);
  font-weight: bold;
  line-height: 1.7;
}

.section-1 .lefttop-text {
  font-size: var(--font-16);
  color: var(--color-333);
  line-height: 1.5;
  margin-top: clamp(6px, 0.6vw, 10px);
}

.section-1 .left-main {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.section-1 .leftbottom-main {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1vw, 20px);
  font-size: var(--font-16);
  color: var(--color-333333);
  margin-bottom: clamp(30px, 3.3vw, 60px);
}


.section-2 .section-main {
  background-color: var(--color-ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .section-main .section-text-main {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 40px);
  justify-items: center;
}

.section-2 .text-main,
.section-2 .text-top-main,
.section-2 .text-bottom-main {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.1vw, 20px);
}

.section-2 .text-main {
  gap: 40px;
  min-width: 240px;
}

.section-2 .text-center-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(10px, 1.1vw, 20px);
  justify-content: flex-start;
}

:lang(en).section-2 .text-center-main {
  gap: clamp(30px, 6.6vw, 60px);
}

:lang(en).section-2 .text-main,
:lang(en).section-2 .text-top-main,
:lang(en).section-2 .text-bottom-main {
  text-align: center;
  align-items: center;
}


.section-2 .text-main-title {
  font-size: var(--font-20);
  color: var(--color-212121);
}

.section-2 .text-main-subtitile {
  font-size: var(--font-16);
  color: var(--color-121212);
}

.section-2 .text-main-text {
  font-size: var(--font-16);
  color: var(--color-666666);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.section-2 .text-line {
  background-color: #CDCDCD;
  width: 100%;
  height: 1px;
}

.section-3 .section-main {
  background-color: var(--color-000000);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3 .section-main .section-text-main {
  background-color:transparent;
  grid-template-columns: 2fr 1fr;
  gap: clamp(20px, 2.2vw, 40px);
  align-items: center;
}

.section-3 .section-title {
  font-size: var(--font-16);
  color: var(--color-ffffff);
  line-height: 1.6;
}

.section-3 .connact-icon {
  display: flex;
  gap: clamp(20px, 2.2vw, 40px);
  align-items: center;
  justify-content: flex-end;
}

.section-3 .connact-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 26px;
}

.section-3 img {
  max-width: 96px;
}

@media (max-width: 1440px) {
  .section-3 .section-main .section-text-main {
    grid-template-columns: 1fr 1fr;
  }


  .section-3 .connact-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

}

@media (max-width: 768px) {
  .section-1 .section-main .section-text-main {
    grid-template-columns: 1fr;
    box-shadow: unset;
    display: unset;
    padding-left: 5%;
    padding-right: 5%;
    margin: 5%;
  }

  .section-2 .section-main .section-text-main {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    gap: clamp(60px, 12vw, 80px)
  }

  .section-2 .text-center-main {
    align-items: flex-start;
  }

  .section-3 .section-main .section-text-main {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-container {
    display: flex;
    flex-direction: column;
  }
}


@media (max-width: 540px) {

  #dosubmit,
  #goback {
    width: 100%;
  }

}

.success-icon img{width: 100%;}
.success-form{margin-bottom: clamp(20px, 3.1vw, 60px);}

@media (max-width: 768px) {
  .success-icon{
    max-width: 68px; margin-bottom: 30px;
  }
  .success-form{
    text-align: center;
  }
}













