.et-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  min-height: 100vh; }
  @media (min-width: 993px) {
    .et-hero {
      padding-top: 200px;
      padding-bottom: 200px; } }
  .et-hero__head {
    color: var(--white);
    margin: auto; }
    @media (max-width: 575px) {
      .et-hero__head {
        padding-bottom: 50px; } }
    .et-hero__head .et-breadcrumb {
      text-align: center; }
    .et-hero__head h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
    .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
      line-height: 1.25em;
      text-align: center; }
      @media (min-width: 993px) {
        .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
          font-size: 72px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
    margin: 10px 0 20px;
    font-size: 48px; } }
      @media (max-width: 576px) {
        .et-hero__head h1, .et-hero__head h2, .et-hero__head h3, .et-hero__head h4, .et-hero__head h5, .et-hero__head h6 {
          margin: 10px 0 25px;
          font-size: 36px; } }
  .et-hero .et-hero-wrapper {
    max-width: 850px; }
  .et-hero .et-hero-label {
    margin-top: 35px;
    padding: 0 22px;
    display: inline-block;
    background-color: var(--red);
    line-height: 3em; }

html,
button,
input,
textarea,
a {
  font-family: 'Museo', sans-serif;
  color: var(--text); }

strong {
  font-weight: 900 !important; }

.et-h1,
h1 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h1,
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) and (min-width: 321px) {
    .et-h1,
    h1 {
      font-size: calc(30px + 70 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .et-h1,
    h1 {
      font-size: 100px; } }

.et-h2,
h2 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h2,
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h2,
    h2 {
      font-size: calc(24px + 20 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h2,
    h2 {
      font-size: 44px; } }

.et-h3,
h3 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h3,
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h3,
    h3 {
      font-size: calc(22px + 26 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h3,
    h3 {
      font-size: 48px; } }

.et-h4,
h4 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h4,
    h4 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h4,
    h4 {
      font-size: calc(18px + 18 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h4,
    h4 {
      font-size: 36px; } }

.et-h5,
h5 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h5,
    h5 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h5,
    h5 {
      font-size: calc(18px + 6 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h5,
    h5 {
      font-size: 24px; } }

.et-h6,
h6 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25em; }

.et-lead {
  font-weight: 500;
  line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .et-lead {
      font-size: 16px; } }
  @media screen and (max-width: 1699px) and (min-width: 769px) {
    .et-lead {
      font-size: calc(16px + 8 * ((100vw - 768px) / 932)); } }
  @media screen and (min-width: 1700px) {
    .et-lead {
      font-size: 24px; } }

.et-reg,
.et-article__wrap--text-wrap p,
.et-article__wrap--text-wrap ul,
.et-article__wrap--text-wrap ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em; }
  @media (max-width: 575px) {
    .et-reg,
    .et-article__wrap--text-wrap p,
    .et-article__wrap--text-wrap ul,
    .et-article__wrap--text-wrap ol {
      font-size: 14px; } }

.et-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em; }

.et-txt-ceo {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px; }

.et-txt-bg {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-txt-bg {
      font-size: 30px; } }
  @media screen and (max-width: 1999px) and (min-width: 321px) {
    .et-txt-bg {
      font-size: calc(30px + 110 * ((100vw - 320px) / 1680)); } }
  @media screen and (min-width: 2000px) {
    .et-txt-bg {
      font-size: 140px; } }
  .et-txt-bg--sec {
    text-transform: uppercase;
    color: var(--white);
    z-index: -1;
    opacity: 0.9;
    text-shadow: 0px 15px 24px rgba(39, 39, 39, 0.1); }
    @media (min-width: 577px) {
      .et-txt-bg--sec {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 2000px;
        white-space: nowrap;
        margin: 0 auto;
        top: 0; } }

.et-txt-strong {
  font-weight: 900; }

.et-txt-strong-list {
  font-weight: 900;
  line-height: 1.7em; }
  @media (min-width: 577px) {
    .et-txt-strong-list {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .et-txt-strong-list {
      font-size: 18px; } }

.et-red {
  color: var(--red); }

.et-red-2 {
  color: var(--red-2); }

.et-black-1 {
  color: var(--black-1); }

.et-black-2 {
  color: var(--black-2); }

.et-grey-1 {
  color: var(--grey-1); }

.et-blue-1 {
  color: var(--blue-1); }

.et-white {
  color: var(--white); }

.et-txt-upper {
  text-transform: uppercase; }

.et-txt-center {
  text-align: center; }

.et-txt-elips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.et-und-line,
.et-article__wrap h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative; }
  .et-und-line::after,
  .et-article__wrap h4::after {
    position: absolute;
    content: '';
    display: block;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background-image: var(--grad);
    border-radius: 2px;
    z-index: 1; }

.et-txt-grad {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  background-image: var(--grad); }

@media (min-width: 1601px) {
  .et-article {
    margin: -160px auto 0; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article {
    margin: -160px auto 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article {
    margin: -280px auto 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article {
    margin: -250px auto 0; } }

@media (max-width: 575px) {
  .et-article {
    margin: -180px auto 0; } }

.et-article__wrap {
  margin: 0 auto; }
  @media (min-width: 769px) {
    .et-article__wrap--text-wrap .et-article-list,
    .et-article__wrap--text-wrap .et-article-info,
    .et-article__wrap--text-wrap p {
      padding-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-article__wrap--text-wrap .et-article-list,
  .et-article__wrap--text-wrap .et-article-info,
  .et-article__wrap--text-wrap p {
    padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .et-article__wrap--text-wrap .et-article-list,
    .et-article__wrap--text-wrap .et-article-info,
    .et-article__wrap--text-wrap p {
      padding-bottom: 15px; } }
  @media (min-width: 769px) {
    .et-article__wrap--text-wrap .et-article-list ol li,
    .et-article__wrap--text-wrap .et-article-info ol li,
    .et-article__wrap--text-wrap p ol li {
      padding-left: 40px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-article__wrap--text-wrap .et-article-list ol li,
  .et-article__wrap--text-wrap .et-article-info ol li,
  .et-article__wrap--text-wrap p ol li {
    padding-left: 20px; } }
  @media (max-width: 576px) {
    .et-article__wrap--text-wrap .et-article-list ol li,
    .et-article__wrap--text-wrap .et-article-info ol li,
    .et-article__wrap--text-wrap p ol li {
      padding-left: 10px; } }
  .et-article__wrap--text-wrap ol {
    list-style: none;
    counter-reset: li; }
    @media (min-width: 768px) {
      .et-article__wrap--text-wrap ol {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .et-article__wrap--text-wrap ol {
        padding-bottom: 20px; } }
  .et-article__wrap--text-wrap ol > li::before {
    counter-increment: li;
    content: counters(li, ".") ". "; }
  .et-article__wrap h4 {
    padding-top: 25px;
    text-align: center; }
    .et-article__wrap h4:after {
      height: 1px;
      left: calc(50% - 60px); }
    @media (min-width: 993px) {
      .et-article__wrap h4 {
        margin-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article__wrap h4 {
    margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .et-article__wrap h4 {
        margin-bottom: 20px; } }

.et-article__delimiter {
  position: relative; }
  @media (min-width: 1600px) {
    .et-article__delimiter {
      height: 200px; } }

@media (min-width: 768px) and (max-width: 1599px) {
  .et-article__delimiter {
    height: 160px; } }
  @media (max-width: 767px) {
    .et-article__delimiter {
      height: 90px; } }
  .et-article__delimiter-inner {
    position: absolute;
    top: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    @media (min-width: 1601px) {
      .et-article__delimiter-inner {
        left: -200px;
        right: -200px; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article__delimiter-inner {
    left: -100px;
    right: -100px; } }

@media (min-width: 576px) and (max-width: 992px) {
  .et-article__delimiter-inner {
    left: -20px;
    right: -20px; } }
    @media (max-width: 575px) {
      .et-article__delimiter-inner {
        left: -10px;
        right: -10px; } }
    .et-article__delimiter-inner::after {
      content: '';
      position: absolute;
      top: -1px;
      left: 0%;
      width: 100%;
      bottom: -1px;
      background-size: 100% 100%;
      background-position: center; }
  @media (min-width: 993px) {
    .et-article__delimiter--middle .et-article__delimiter-inner {
      height: 1000px;
      transform: translateY(-50%); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-article__delimiter--middle .et-article__delimiter-inner {
    height: 570px;
    transform: translateY(-31%); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-article__delimiter--middle .et-article__delimiter-inner {
    height: 470px;
    transform: translateY(-31%); } }
  @media (max-width: 576px) {
    .et-article__delimiter--middle .et-article__delimiter-inner {
      height: 270px;
      transform: translateY(-31%); } }
  .et-article__delimiter--middle .et-article__delimiter-inner:after {
    background-image: linear-gradient(to bottom, white 0%, white 5%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, white 95%, white 100%); }
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    background-position: center bottom; }
    @media (min-width: 1601px) {
      .et-article__delimiter--bottom .et-article__delimiter-inner {
        height: 900px;
        transform: translateY(-75%); } }

@media (min-width: 992px) and (max-width: 1600px) {
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    height: 800px;
    transform: translateY(-80%); } }

@media (min-width: 768px) and (max-width: 991px) {
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    height: 535px;
    transform: translateY(-70%); } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article__delimiter--bottom .et-article__delimiter-inner {
    height: 450px;
    transform: translateY(-90%); } }
    @media (max-width: 575px) {
      .et-article__delimiter--bottom .et-article__delimiter-inner {
        height: 230px;
        transform: translateY(-60%); } }
    .et-article__delimiter--bottom .et-article__delimiter-inner:after {
      background-image: linear-gradient(to bottom, white 0%, white 5%, rgba(255, 255, 255, 0) 45%); }

.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%; }

@media (min-width: 1601px) {
  .et-article-outer {
    padding-left: 200px;
    padding-right: 200px; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article-outer {
    padding-left: 100px;
    padding-right: 100px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 575px) {
  .et-article-outer {
    padding-left: 10px;
    padding-right: 10px; } }

.et-article-outer__wrap {
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 24px rgba(39, 39, 39, 0.1); }
  @media (min-width: 1601px) {
    .et-article-outer__wrap {
      max-width: 1450px; } }

@media (min-width: 993px) and (max-width: 1600px) {
  .et-article-outer__wrap {
    max-width: 1360px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer__wrap {
    max-width: 870px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer__wrap {
    max-width: 725px; } }
  @media (max-width: 575px) {
    .et-article-outer__wrap {
      max-width: 535px; } }

.et-article-outer__inner {
  padding: var(--text-padd-v) var(--text-padd-h); }
  @media (min-width: 1601px) {
    .et-article-outer__inner {
      --text-padd-v: 50px;
      --text-padd-h: 250px; } }

@media (min-width: 1201px) and (max-width: 1600px) {
  .et-article-outer__inner {
    --text-padd-v: 50px;
    --text-padd-h: 200px; } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-article-outer__inner {
    --text-padd-v: 50px;
    --text-padd-h: 150px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-article-outer__inner {
    --text-padd-v: 30px;
    --text-padd-h: 92px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .et-article-outer__inner {
    --text-padd-v: 30px;
    --text-padd-h: 50px; } }
  @media (max-width: 575px) {
    .et-article-outer__inner {
      --text-padd-v: 20px;
      --text-padd-h: 8px; } }

.et-questions-sec {
  margin-top: 0; }

/*# sourceMappingURL=general-conditions.css.map */
