.et-top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 100px;
  min-height: 100vh; }
  .et-top.bg-top .et-top__media > * {
    object-position: top; }
  .et-top__logo {
    position: absolute; }
  .et-top__main {
    margin: auto 0;
    color: var(--white);
    text-align: center; }
    .et-top__main h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
      .et-top__main h1.et-txt-cut {
        font-size: 122px; }
      .et-top__main h1.et-h2 {
        font-size: 86px; }
      .et-top__main h1.et-h3 {
        margin-top: 0.5em; }
    .et-top__main h2 {
      font-size: 86px; }
    .et-top__main h3 {
      margin-top: 0.5em; }
    .et-top__main h4 {
      font-weight: normal;
      text-transform: capitalize; }
    @media (max-width: 991px) {
      .et-top__main h1 {
        font-size: calc(50px + 50 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(48px + 48 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }
    @media (max-width: 767px) {
      .et-top__main h1.et-txt-cut {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); } }
    @media (max-width: 575px) {
      .et-top__main h1 {
        font-size: calc(44px + 44 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-txt-cut {
          font-size: calc(36px + 36 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h2 {
          font-size: calc(34px + 34 * ((100vw - 320px) / 448)); }
        .et-top__main h1.et-h3 {
          font-size: 44px; } }

/*@import '../../common/_css-variables.scss';*/
.et-list {
  position: relative;
  width: auto;
  padding-top: 60px;
  margin: 30px -9px 35px; }
  @media (min-width: 577px) {
    .et-list__list {
      padding-top: 30px; } }
  @media (max-width: 576px) {
    .et-list__list {
      padding-top: 20px; } }
  .et-list .et-txt-bg {
    position: absolute;
    right: 0;
    left: auto; }
    @media (max-width: 1199px) {
      .et-list .et-txt-bg {
        left: 0;
        text-align: center; } }
  .et-list > .et-h2 {
    text-align: center; }

/*@import '../../common/_css-variables.scss';*/
.et-news-sec {
  position: relative;
  margin-top: 90px;
  background-color: #0D0D0D;
  background-image: url("/images/blog/news-bg.png");
  background-position: center -304px;
  background-size: cover;
  background-repeat: no-repeat; }
  .et-news-sec .et-txt-bg {
    position: absolute;
    right: 0;
    left: 0;
    margin: -130px auto 0;
    text-align: center; }
  @media (max-width: 575px) {
    .et-news-sec {
      padding: 0 0; } }

.et-news {
  position: relative;
  margin: 30px auto 0;
  overflow: hidden; }
  @media (min-width: 769px) {
    .et-news {
      padding: 50px 0 30px; } }
  @media (max-width: 768px) {
    .et-news {
      padding: 35px 0 30px; } }
  .et-news__slider {
    width: auto;
    margin-top: -70px;
    margin: 0 -9px; }
    @media (min-width: 769px) {
      .et-news__slider {
        padding-top: 70px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-news__slider {
    padding-top: 40px; } }
    @media (max-width: 576px) {
      .et-news__slider {
        padding-top: 20px; } }
  @media (min-width: 1201px) {
    .et-news__controls {
      position: absolute;
      justify-content: flex-end;
      top: 25px;
      right: 0;
      width: 130px;
      padding-right: var(--gap); } }

@media (min-width: 577px) and (max-width: 1200px) {
  .et-news__controls {
    position: relative;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 15px; } }
  @media (max-width: 576px) {
    .et-news__controls {
      margin-top: 15px;
      justify-content: center; } }
  .et-news__controls > button {
    width: 44px;
    background-image: none; }
    @media (max-width: 576px) {
      .et-news__controls > button {
        display: none; } }
  @media (min-width: 1201px) {
    .et-news__controls > .et-swiper-pagin {
      display: none; } }
  @media (max-width: 1200px) {
    .et-news__controls > .et-swiper-pagin {
      display: flex; } }
  .et-news__title {
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: center; }
  @media (min-width: 577px) {
    .et-news__list {
      display: flex;
      flex-wrap: wrap; } }
  .et-news__list-inner {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .et-news__list-inner:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to right, black, rgba(0, 0, 0, 0)); }
  .et-news__list li {
    display: block;
    position: relative;
    height: auto;
    padding: 9px; }
    @media (min-width: 577px) {
      .et-news__list li {
        min-height: 320px; } }
    @media (min-width: 1201px) {
      .et-news__list li:not(.swiper-slide) {
        flex: 0 0 50%;
        max-width: 50%; } }
  .et-news__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #FFFFFF;
    z-index: 1; }
    @media (min-width: 577px) {
      .et-news__list-item {
        padding: 50px 50px 16px; } }
    @media (max-width: 576px) {
      .et-news__list-item {
        padding: 15px 10px 16px; } }
    @media (min-width: 577px) {
      .et-news__list-item > .et-h5 {
        max-width: 1000px; } }
    @media (max-width: 576px) {
      .et-news__list-item > .et-h5 {
        display: -webkit-box;
        height: 3.75em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .et-news__list-item > p:not(.et-h5) {
      margin-top: 10px;
      margin-bottom: 20px;
      min-height: 9.6em; }
      @media (min-width: 577px) {
        .et-news__list-item > p:not(.et-h5) {
          max-width: 1000px; } }
    .et-news__list-item-bottom {
      display: flex;
      align-items: center;
      margin-top: auto;
      width: auto; }
      @media (min-width: 577px) {
        .et-news__list-item-bottom {
          margin-left: -50px;
          margin-right: -50px; } }
      @media (max-width: 576px) {
        .et-news__list-item-bottom {
          margin-left: -10px;
          margin-right: -10px; } }
      .et-news__list-item-bottom-short {
        width: 50px;
        height: 4px;
        background: var(--red);
        margin-right: 6px; }
      .et-news__list-item-bottom > a {
        height: 36px;
        width: 166px;
        color: var(--white);
        line-height: 32px;
        background-color: transparent;
        border: 2px solid var(--red);
        border-radius: 20px;
        text-align: center; }
        .et-news__list-item-bottom > a:hover {
          background-color: var(--red); }
      .et-news__list-item-bottom-long {
        flex: 1;
        height: 4px;
        background: var(--grad);
        margin-left: 6px; }

.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=blog.css.map */
