.et-reg-hero-sec {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.et-reg-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .et-reg-hero__inner {
    text-align: center;
    position: relative;
    z-index: 1; }
    .et-reg-hero__inner > .et-breadcrumb {
      padding-bottom: 10px; }
  .et-reg-hero-title {
    text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }

@media (min-width: 993px) {
  .et-parent-links-sec {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-parent-links-sec {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 576px) {
  .et-parent-links-sec {
    padding-top: 30px;
    padding-bottom: 30px; } }

.et-parent-links-title {
  display: flex;
  align-items: center;
  min-height: 2.3em; }
  .et-parent-links-title > span {
    font: inherit; }
    .et-parent-links-title > span + span {
      margin-left: 0.2em; }
  .et-parent-links-title::before {
    content: '';
    display: block;
    min-height: inherit;
    width: 4px;
    background-image: var(--grad-vert);
    flex: none; }
    @media (min-width: 577px) {
      .et-parent-links-title::before {
        margin-right: 20px; } }
    @media (max-width: 576px) {
      .et-parent-links-title::before {
        margin-right: 10px; } }

.et-parent-links__head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 577px) {
    .et-parent-links__head > .et-txt-bg {
      top: 50%;
      left: auto;
      right: var(--halfGap);
      transform: translateY(-50%); } }
  @media (max-width: 576px) {
    .et-parent-links__head > .et-txt-bg {
      text-align: center; } }

.et-parent-link {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .et-parent-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3); }
  .et-parent-link__main {
    position: relative;
    z-index: 1; }
  .et-parent-link__bot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 576px) {
      .et-parent-link__bot {
        left: var(--halfGap);
        right: var(--halfGap); } }
    @media (min-width: 577px) {
      .et-parent-link__bot::after, .et-parent-link__bot::before {
        content: '';
        display: block;
        flex: 1;
        height: 4px; } }
    @media (min-width: 577px) {
      .et-parent-link__bot::after {
        margin-left: 20px;
        background-image: linear-gradient(to left, #EB2D23 0%, #9B1960 100%); } }
    @media (min-width: 577px) {
      .et-parent-link__bot::before {
        margin-right: 20px;
        background-image: linear-gradient(to left, #871470 0%, #3700AE 100%); } }
    .et-parent-link__bot > .et-btn > span > span {
      color: var(--white); }

.et-about-us-links-sec {
  overflow: hidden; }

@media (min-width: 993px) {
  .et-about-us-links-list > li {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-links-list > li {
    padding-top: 50px;
    padding-bottom: 20px; } }

@media (max-width: 576px) {
  .et-about-us-links-list > li {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 993px) {
  .et-about-us-links-list > li:nth-of-type(odd) .et-about-us-link-img__reflect {
    transform: scale(0.8) translateX(-40%); }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link {
    flex-direction: row-reverse; }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link-img__reflect {
    transform: scale(0.8) translateX(40%); }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link__r,
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link__l {
    display: flex;
    justify-content: flex-end; } }

@media (max-width: 992px) {
  .et-about-us-links-list > li:nth-of-type(odd) .et-about-us-link-img {
    margin-left: auto; }
  .et-about-us-links-list > li:nth-of-type(odd) .et-about-us-link-img__reflect {
    transform: scale(0.8) translateX(-60%); }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link {
    flex-direction: row-reverse; }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link-img__reflect {
    transform: scale(0.8) translateX(60%); }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link-img {
    margin-right: auto; }
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link__r,
  .et-about-us-links-list > li:nth-of-type(even) .et-about-us-link__l {
    display: flex;
    justify-content: flex-end; } }

@media (min-width: 993px) {
  .et-about-us-link {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (min-width: 993px) {
  .et-about-us-link__l {
    flex: 0 0 calc(50% - var(--halfGap)); } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-link__l {
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .et-about-us-link__l {
    margin-bottom: 20px; } }

@media (min-width: 993px) {
  .et-about-us-link__r {
    flex: 0 0 calc(50% - var(--halfGap)); } }

.et-about-us-link-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f4f4f4;
  position: relative;
  width: 100%; }
  @media (min-width: 993px) {
    .et-about-us-link-img {
      max-width: 680px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-link-img {
    max-width: 80vw; } }
  .et-about-us-link-img::before {
    content: '';
    display: block;
    padding-bottom: 80%; }
  .et-about-us-link-img__reflect {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
    transform: scale(0.8); }
    .et-about-us-link-img__reflect::after {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: var(--grad);
      opacity: .7; }

@media (min-width: 993px) {
  .et-about-us-link-info {
    max-width: 620px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-link-info {
    max-width: 460px;
    margin: 0 auto; } }

@media (min-width: 993px) {
  .et-about-us-link-info__head {
    padding-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-link-info__head {
    padding-bottom: 24px; } }

@media (max-width: 576px) {
  .et-about-us-link-info__head {
    padding-bottom: 18px; } }

@media (min-width: 993px) {
  .et-about-us-link-info__main {
    padding-bottom: 44px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-about-us-link-info__main {
    padding-bottom: 30px; } }

@media (max-width: 576px) {
  .et-about-us-link-info__main {
    padding-bottom: 24px; } }

.et-about-us-link-info__main > *:not(:last-child) {
  padding-bottom: .8em; }

@media (min-width: 993px) {
  .et-why-sec {
    overflow: hidden; } }

@media (max-width: 992px) {
  .et-why-sec {
    display: none; } }

@media (min-width: 993px) {
  .et-why {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 993px) {
  .et-why__txt {
    flex: calc(100% / 8 * 6 - var(--halfGap));
    padding-top: 116px;
    padding-bottom: 60px; } }

@media (min-width: 993px) {
  .et-why__txt__artic {
    display: flex; }
    .et-why__txt__artic > p {
      flex: 0 0 50%; }
      .et-why__txt__artic > p:first-child {
        padding-right: var(--gap); } }

@media (min-width: 993px) {
  .et-why__bg {
    flex: calc(100% / 8 * 2 - var(--halfGap));
    position: relative; } }

@media (min-width: 993px) {
  .et-why__bg::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url("/images/common/why/bg.png");
    z-index: -1; } }

@media (min-width: 1201px) {
  .et-why__bg::after {
    background-position: left top;
    background-size: auto 120%;
    width: 120%;
    left: 0; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-why__bg::after {
    left: -100px;
    right: calc(var(--halfGap) * -1);
    background-size: cover;
    background-position: left top; } }

@media (min-width: 993px) {
  .et-why__title {
    padding-bottom: 36px; } }

.et-questions-sec {
  margin-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .et-why-sec + .et-questions-sec {
    margin-top: 0; }
  @media (min-width: 2001px) {
    .et-questions-sec::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      max-width: 2500px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      background-image: url("/images/common/questions/bg-2500.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none; } }

@media (min-width: 1501px) and (max-width: 2000px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-2000.jpg"); } }

@media (min-width: 1201px) and (max-width: 1500px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1500.jpg"); } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1200.jpg"); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-992.jpg"); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-768.jpg"); } }
  @media (max-width: 576px) {
    .et-questions-sec {
      background-image: url("/images/common/questions/bg-576.jpg"); } }
  @media (min-width: 2001px) {
    .et-questions-sec {
      padding-top: 170px;
      padding-bottom: 170px; } }

@media (min-width: 993px) and (max-width: 2000px) {
  .et-questions-sec {
    padding-top: 136px;
    padding-bottom: 150px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-questions-sec {
    padding-top: 133px;
    padding-bottom: 153px; } }
  @media (max-width: 576px) {
    .et-questions-sec {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .et-questions-sec::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); }

.et-questions {
  position: relative;
  z-index: 1; }
  .et-questions .et-input-block--btn {
    align-items: flex-start; }
  @media (max-width: 576px) {
    .et-questions {
      text-align: center; } }
  .et-questions__title {
    padding-bottom: 6px; }
  .et-questions__subtitle {
    padding-bottom: 32px; }
    @media (min-width: 993px) {
      .et-questions__subtitle {
        max-width: 900px; } }
  .et-questions__form .et-input-block {
    max-width: 558px;
    width: 100%; }
  .et-questions__form .et-input-txt {
    width: 100%; }

/*# sourceMappingURL=parent-about.css.map */
