/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1750px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
cite {
  display: block;
}
body {
  margin: 0;
  min-width: 360px;
  font-family: "Mont", "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--second-color);
  text-align: left;
  background: #001537;
  overflow-x: hidden;
}
body.light-version {
  background: #ffffff;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  word-break: inherit;
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:empty {
  margin-bottom: 0;
  display: none;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
cite {
  font-style: normal;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 20px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover,
a:not([class]):focus {
  color: #afdeef;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  padding: 0;
  border: none;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
button:focus {
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
          box-shadow: 0px 10px 50px rgba(59, 61, 75, 0.4);
  border-radius: 35px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 5px;
  width: 34px;
  height: 34px;
  opacity: 0.6;
}
.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}
.modal-title {
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Black.eot");
  src: local("Mont Black"), local("Mont-Black"), url("../fonts/Mont-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Black.woff2") format("woff2"), url("../fonts/Mont-Black.woff") format("woff"), url("../fonts/Mont-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ThinItalic.eot");
  src: local("Mont Thin Italic"), local("Mont-ThinItalic"), url("../fonts/Mont-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-ThinItalic.woff2") format("woff2"), url("../fonts/Mont-ThinItalic.woff") format("woff"), url("../fonts/Mont-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ExtraLight.eot");
  src: local("Mont ExtraLight"), local("Mont-ExtraLight"), url("../fonts/Mont-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-ExtraLight.woff2") format("woff2"), url("../fonts/Mont-ExtraLight.woff") format("woff"), url("../fonts/Mont-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Bold.eot");
  src: local("Mont Bold"), local("Mont-Bold"), url("../fonts/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-HeavyItalic.eot");
  src: local("Mont Heavy Italic"), local("Mont-HeavyItalic"), url("../fonts/Mont-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-HeavyItalic.woff2") format("woff2"), url("../fonts/Mont-HeavyItalic.woff") format("woff"), url("../fonts/Mont-HeavyItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-BlackItalic.eot");
  src: local("Mont Black Italic"), local("Mont-BlackItalic"), url("../fonts/Mont-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-BlackItalic.woff2") format("woff2"), url("../fonts/Mont-BlackItalic.woff") format("woff"), url("../fonts/Mont-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-ExtraLightItalic.eot");
  src: local("Mont ExtraLight Italic"), local("Mont-ExtraLightItalic"), url("../fonts/Mont-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Mont-ExtraLightItalic.woff") format("woff"), url("../fonts/Mont-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Heavy.eot");
  src: local("Mont Heavy"), local("Mont-Heavy"), url("../fonts/Mont-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-SemiBold.eot");
  src: local("Mont SemiBold"), local("Mont-SemiBold"), url("../fonts/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-SemiBold.woff2") format("woff2"), url("../fonts/Mont-SemiBold.woff") format("woff"), url("../fonts/Mont-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-RegularItalic.eot");
  src: local("Mont Regular Italic"), local("Mont-RegularItalic"), url("../fonts/Mont-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-RegularItalic.woff2") format("woff2"), url("../fonts/Mont-RegularItalic.woff") format("woff"), url("../fonts/Mont-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-BoldItalic.eot");
  src: local("Mont Bold Italic"), local("Mont-BoldItalic"), url("../fonts/Mont-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-BoldItalic.woff2") format("woff2"), url("../fonts/Mont-BoldItalic.woff") format("woff"), url("../fonts/Mont-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-SemiBoldItalic.eot");
  src: local("Mont SemiBold Italic"), local("Mont-SemiBoldItalic"), url("../fonts/Mont-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Mont-SemiBoldItalic.woff") format("woff"), url("../fonts/Mont-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-LightItalic.eot");
  src: local("Mont Light Italic"), local("Mont-LightItalic"), url("../fonts/Mont-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-LightItalic.woff2") format("woff2"), url("../fonts/Mont-LightItalic.woff") format("woff"), url("../fonts/Mont-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Thin.eot");
  src: local("Mont Thin"), local("Mont-Thin"), url("../fonts/Mont-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Thin.woff2") format("woff2"), url("../fonts/Mont-Thin.woff") format("woff"), url("../fonts/Mont-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.eot");
  src: local("Mont Regular"), local("Mont-Regular"), url("../fonts/Mont-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Light.eot");
  src: local("Mont Light"), local("Mont-Light"), url("../fonts/Mont-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Light.woff2") format("woff2"), url("../fonts/Mont-Light.woff") format("woff"), url("../fonts/Mont-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.eot");
  src: local("Gotham Light Italic"), local("Gotham-LightItalic"), url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"), url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLight.eot");
  src: local("Gotham ExtraLight"), local("Gotham-XLight"), url("../fonts/Gotham-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-XLight.woff2") format("woff2"), url("../fonts/Gotham-XLight.woff") format("woff"), url("../fonts/Gotham-XLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.eot");
  src: local("Gotham Thin"), local("Gotham-Thin"), url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ThinItalic.eot");
  src: local("Gotham Thin Italic"), local("Gotham-ThinItalic"), url("../fonts/Gotham-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-ThinItalic.woff2") format("woff2"), url("../fonts/Gotham-ThinItalic.woff") format("woff"), url("../fonts/Gotham-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.eot");
  src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"), url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-UltraItalic.eot");
  src: local("Gotham Ultra Italic"), local("Gotham-UltraItalic"), url("../fonts/Gotham-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-UltraItalic.woff2") format("woff2"), url("../fonts/Gotham-UltraItalic.woff") format("woff"), url("../fonts/Gotham-UltraItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.eot");
  src: local("Gotham Book Italic"), local("Gotham-BookItalic"), url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BlackItalic.eot");
  src: local("Gotham Black Italic"), local("Gotham-BlackItalic"), url("../fonts/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BlackItalic.woff2") format("woff2"), url("../fonts/Gotham-BlackItalic.woff") format("woff"), url("../fonts/Gotham-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-Ultra.eot");
  src: local("Gotham Ultra"), local("Gotham-Ultra"), url("../fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLightItalic.eot");
  src: local("Gotham ExtraLight Italic"), local("Gotham-XLightItalic"), url("../fonts/Gotham-XLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-XLightItalic.woff2") format("woff2"), url("../fonts/Gotham-XLightItalic.woff") format("woff"), url("../fonts/Gotham-XLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: local("Gotham Black"), local("Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*

@media (max-width: 1549px) {
@media (max-width: 1280px) {
@media (max-width: 1024px) {
@media (max-width: 767px) {
@media (max-width: 576px) {

*/
:root {
  --main-color: #032240;
  --second-color: #ffffff;
  --primary-color: #78e9ce;
  --primary-color-opacity: rgba(120, 233, 206, 0.7);
}
.color-main {
  color: var(--main-color);
}
.color-second {
  color: var(--second-color);
}
.color-primary {
  color: var(--primary-color);
}
.height-100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
* {
  outline: none !important;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
img[lazy="loading"] {
  opacity: 0;
}
img[lazy="error"] {
  opacity: 1;
}
img[lazy="loaded"] {
  opacity: 1;
}
a {
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
p {
  margin: 0;
  padding: 0;
}
svg {
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 0;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.truncate-text_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.truncate-text_10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.truncate-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
}
.text-center {
  text-align: center;
}
.text-body {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}
.text-body.not-margin {
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .text-body {
    font-size: 16px;
  }
}
.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  word-break: inherit;
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.text-container h1 {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  color: var(--second-color);
}
@media (max-width: 1549px) {
  .text-container h1 {
    font-size: 64px;
  }
}
@media (max-width: 1280px) {
  .text-container h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .text-container h1 {
    font-size: 36px;
  }
}
.text-container h2 {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: var(--second-color);
}
@media (max-width: 1549px) {
  .text-container h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .text-container h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .text-container h2 {
    font-size: 24px;
  }
}
.text-container h3 {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .text-container h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .text-container h3 {
    font-size: 24px;
  }
}
.text-container h4 {
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #78e9ce;
}
@media (max-width: 1024px) {
  .text-container h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-container h4 {
    font-size: 18px;
  }
}
.text-container p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .text-container p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1549px) {
  .text-container p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.text-container p:last-child {
  margin-bottom: 0;
}
.text-container span {
  opacity: 0.3;
  margin: 0 8px;
}
.text-container img {
  margin-left: 15px;
  float: right;
}
@media (max-width: 767px) {
  .text-container img {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .text-container img {
    float: none;
  }
}
.text-container ul,
.text-container ol {
  list-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 150px;
  padding: 0;
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
  color: var(--second-color);
}
@media (max-width: 1024px) {
  .text-container ul,
  .text-container ol {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .text-container ul,
  .text-container ol {
    margin-left: 25px;
  }
}
@media (max-width: 576px) {
  .text-container ul,
  .text-container ol {
    margin-left: 15px;
  }
}
.text-container ul li,
.text-container ol li {
  list-style: disc;
}
.text-container ol li {
  list-style: decimal;
}
.text-container li {
  padding-left: 24px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
}
@media (max-width: 767px) {
  .text-container li {
    padding-left: 10px;
  }
}
.text-container li:first-child {
  margin-bottom: 20px;
  font-family: Mont;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
  opacity: 1;
}
@media (max-width: 1024px) {
  .text-container li:first-child {
    margin-bottom: 15px;
  }
}
.text-container li:nth-child(2) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .text-container li:nth-child(2) {
    margin-bottom: 20px;
  }
}
.text-container li::marker {
  color: #78e9ce;
}
.img-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.img-wrapper img {
  margin-bottom: 20px;
}
.list_unstyled {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.reset-position {
  position: initial !important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.svg-icon svg {
  width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#app {
  position: relative;
  overflow-x: hidden;
}
.section {
  position: relative;
}
.section__content {
  position: relative;
  z-index: 2;
}
.section-main {
  margin-bottom: 200px;
}
@media (max-width: 1549px) {
  .section-main {
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .section-main {
    margin-bottom: 40px;
  }
}
.swiper-scrollbar {
  width: 240px;
  height: 2px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .swiper-scrollbar {
    margin-top: 12px;
    width: 100%;
    max-width: 360px;
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  background-color: var(--primary-color);
}
.light-version .swiper-scrollbar {
  background-color: rgba(3, 34, 64, 0.2);
}
.headline {
  max-width: 105%;
}
.headline.headline_main {
  margin: 0 auto;
}
.headline.borders {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  font-weight: 400;
}
.headline.borders .borders-top::after,
.headline.borders .borders-bottom::after,
.headline.borders .borders-top::before,
.headline.borders .borders-bottom::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
}
.headline.borders-primary .borders-top::after,
.headline.borders-primary .borders-bottom::after,
.headline.borders-primary .borders-top::before,
.headline.borders-primary .borders-bottom::before {
  border: 1px solid var(--primary-color);
}
.headline.borders-error .borders-top::after,
.headline.borders-error .borders-bottom::after,
.headline.borders-error .borders-top::before,
.headline.borders-error .borders-bottom::before {
  border: 1px solid #ff6262;
}
.headline.borders .borders-top::after {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.headline.borders .borders-top::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.headline.borders .borders-bottom::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.headline.borders .borders-bottom::before {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.headline_style1 {
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.headline_style2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.headline_style3 {
  font-size: 32px;
  line-height: 110%;
}
.headline_style4 {
  font-size: 28px;
  line-height: 100%;
}
.description :last-child {
  margin-bottom: 0;
}
.socials-list {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socials-list .list-item {
  margin-bottom: 5px;
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 56px;
}
@media (max-width: 1799px) {
  .headline_style1 {
    font-size: 64px;
  }
  .headline_style2 {
    font-size: 50px;
  }
  .headline_style3 {
    font-size: 30px;
  }
  .headline_style4 {
    font-size: 26px;
  }
}
@media (max-width: 1549px) {
  .headline_style1 {
    font-size: 54px;
  }
  .headline_style2 {
    font-size: 40px;
  }
  .headline_style3 {
    font-size: 26px;
  }
  .headline_style4 {
    font-size: 24px;
  }
}
@media (max-width: 1279px) {
  .headline_style1 {
    font-size: 50px;
  }
  .headline_style2 {
    font-size: 30px;
  }
  .headline_style3 {
    font-size: 24px;
  }
  .headline_style4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .headline_style1 {
    font-size: 36px;
  }
  .headline_style2 {
    font-size: 24px;
  }
  .headline_style3 {
    font-size: 24px;
  }
  .headline_style4 {
    font-size: 18px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show,
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.background-video,
.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-video img,
.background-img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  color: transparent;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) or (-o-object-fit: cover) {
  .background-video img,
  .background-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports (transform: translate(0, 0)) or
			(-webkit-transform: translate(0, 0)) {
  .background-video img,
  .background-img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.background-video video,
.background-img video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or
			(-webkit-transform: translate(0, 0)) {
  .background-video video,
  .background-img video {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or (-webkit-transform: translate(0, 0)) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed,
  .video-responsive video {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.fade-enter,
.fade-leave-to {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fade-enter-active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fade-leave-active {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bg-blob {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: -1;
  pointer-events: none;
}
.bg-blob__brands-testimonials {
  top: 0%;
  left: 0;
  width: 100%;
  height: 1100px;
  background: radial-gradient(50% 50% at 50% 50%, #011162 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__brands-testimonials {
    top: 0;
  }
}
.bg-blob__technology-content {
  top: 50%;
  right: -250px;
  width: 70%;
  height: 200vh;
  background: radial-gradient(50% 50% at 50% 50%, #011162 0%, rgba(0, 16, 103, 0) 100%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .bg-blob__technology-content {
    width: 100%;
    height: 100%;
    right: 0;
  }
}
.bg-blob__secondary-page1 {
  top: 40%;
  left: -30%;
  width: 100%;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__secondary-page1 {
    top: -130px;
    width: 100%;
  }
}
.bg-blob__secondary-page2 {
  top: 0px;
  right: -240px;
  width: 50%;
  height: 700px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__secondary-page2 {
    display: none;
  }
}
.bg-blob__secondary-page3 {
  top: 20%;
  left: -15%;
  width: 50%;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__secondary-page3 {
    display: none;
  }
}
.bg-blob__error-page1 {
  bottom: -145px;
  right: -220px;
  width: 50%;
  height: 560px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__error-page1 {
    top: -130px;
    width: 100%;
  }
}
.bg-blob__error-page2 {
  top: -30px;
  right: 0;
  width: 50%;
  height: 300px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__error-page2 {
    display: none;
  }
}
.bg-blob__error-page3 {
  bottom: -7%;
  left: -20%;
  width: 50%;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__error-page3 {
    display: none;
  }
}
.bg-blob__main-showcase1 {
  top: -100px;
  left: 0px;
  width: 80%;
  height: 560px;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__main-showcase1 {
    top: -130px;
    width: 100%;
  }
}
.bg-blob__main-showcase2 {
  top: 350px;
  left: 0;
  width: 1115px;
  height: 272px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #00132d 14.9%, rgba(0, 17, 46, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__main-showcase2 {
    top: 25px;
    left: 30px;
  }
}
.bg-blob__video {
  top: -100%;
  width: 500px;
  height: 1500px;
  background: -webkit-gradient(linear, right top, left top, from(#001639), to(rgba(0, 20, 54, 0)));
  background: linear-gradient(270deg, #001639 0%, rgba(0, 20, 54, 0) 100%);
  border-radius: 2px;
}
.bg-blob__video.left {
  left: -20px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1024px) {
  .bg-blob__video.left {
    -webkit-filter: none;
            filter: none;
    background: none;
  }
}
.bg-blob__video.right {
  right: -20px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1024px) {
  .bg-blob__video.right {
    -webkit-filter: none;
            filter: none;
    background: none;
  }
}
.bg-blob__benefits {
  top: 250px;
  left: 50%;
  width: 1115px;
  height: 272px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #00132d 14.9%, rgba(0, 17, 46, 0) 100%);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .bg-blob__benefits {
    top: 25px;
    left: 30px;
  }
}
.bg-blob__img-inside {
  top: 250px;
  left: 50%;
  width: 1115px;
  height: 272px;
  opacity: 0.6;
  background: radial-gradient(50% 50% at 50% 50%, #00132d 14.9%, rgba(0, 17, 46, 0) 100%);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .bg-blob__img-inside {
    top: 25px;
    left: 30px;
  }
}
.bg-blob__solutions-sizing {
  top: -530px;
  left: 50%;
  width: 100%;
  height: 720px;
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, #000f49 0%, rgba(0, 16, 103, 0) 100%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .bg-blob__solutions-sizing {
    top: 0px;
    height: 100%;
  }
}
.bg-blob__company-testimonials {
  top: 0%;
  left: 0;
  width: 100%;
  height: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, #011162 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__company-testimonials {
    top: 0;
  }
}
.bg-blob__testimonials {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1100px;
  background: radial-gradient(50% 50% at 50% 50%, #011162 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__testimonials {
    top: 0;
  }
}
.bg-blob__blog {
  top: 450px;
  left: 8%;
  width: 1000px;
  height: 700px;
  opacity: 0.9;
  background: radial-gradient(50% 50% at 50% 50%, #00132d 14.9%, rgba(0, 17, 46, 0) 100%);
}
.bg-blob__footer {
  top: 150px;
  left: 430px;
  width: 1058px;
  height: 572px;
  background: radial-gradient(50% 50% at 50% 50%, #011b42 0%, rgba(0, 16, 103, 0) 100%);
}
@media (max-width: 1024px) {
  .bg-blob__footer {
    left: 0;
  }
}
.bg-page {
  position: absolute;
  width: 100%;
  max-width: 100%;
  background-image: url("../images/backgrounds/lines.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.bg-page__secondary-page {
  top: -480px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .bg-page__secondary-page {
    top: -320px;
    background-size: 200%;
  }
}
.bg-page__secondary-page-brands {
  top: -480px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-page__secondary-page-brands {
    top: -320px;
    background-size: 200%;
  }
}
.bg-page__error-page {
  top: -30px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .bg-page__error-page {
    top: -100px;
    background-size: 150%;
  }
}
@media (max-width: 767px) {
  .bg-page__error-page {
    background-size: 240%;
  }
}
.bg-page__benefits {
  top: -350px;
  height: 1350px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 135%;
}
.bg-page__img-inside {
  top: -180px;
  height: 1350px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 135%;
}
@media (max-width: 1024px) {
  .bg-page__img-inside {
    top: -40px;
    background-size: 190%;
  }
}
.bg-page__solutions-sizing {
  top: -550px;
  height: 1350px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 135%;
}
@media (max-width: 1024px) {
  .bg-page__solutions-sizing {
    top: 0px;
    background-size: 120%;
    height: 100%;
  }
}
.bg-page__main-showcase {
  top: 150px;
  height: 1030px;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1549px) {
  .bg-page__main-showcase {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  .bg-page__main-showcase {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .bg-page__main-showcase {
    top: 120px;
    background-size: 220%;
  }
}
@media (max-width: 576px) {
  .bg-page__main-showcase {
    top: 100px;
  }
}
.bg-page__main-subscribe {
  top: -600px;
  left: 0;
  width: 100%;
  height: 1400px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 120%;
}
@media (max-width: 1549px) {
}
@media (max-width: 1024px) {
  .bg-page__main-subscribe {
    top: -650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180%;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}
.bg-page__footer {
  top: 160px;
  height: 1030px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 135%;
}
.light-version .bg-page {
  background-image: url("../images/backgrounds/lines-light.svg");
}
.light-version .bg-page__secondary-page-brands {
  display: block;
}
.light-version .bg-blob {
  display: none;
}
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  text-align: center;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: left;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-nav {
  position: relative;
  margin-top: 30px;
  padding: 0 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
@media (max-width: 1024px) {
  .swiper-nav {
    margin-top: 20px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev .svg,
.swiper-container-rtl .swiper-button-next .svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  margin: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
button.swiper-pagination-bullet {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.radio {
  line-height: 0;
}
.radio-label {
  position: relative;
  margin: 0;
  padding-left: 36px;
  display: inline-block;
  min-height: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  vertical-align: baseline;
}
.radio-text {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}
.radio-hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.radio-custom {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  color: inherit;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.5;
  line-height: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.radio-hidden:checked + .radio-custom {
  border-color: var(--primary-color);
  opacity: 1;
}
.radio-hidden:checked + .radio-custom::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.radio-hidden:checked ~ .radio-text {
  opacity: 1;
}
.radio-hidden:hover + .radio-custom {
  opacity: 1;
}
.radio-hidden:hover ~ .radio-text {
  opacity: 1;
}
.radio-hidden:disabled {
  pointer-events: none;
}
/*
  button.btn.btn_default.btn_wi.svg-icon(type="button" aria-label="Close") {{ $t('main.btn_action') }}
    .btn__icon
      svg.svg(role="img" aria-hidden="true" width="24" height="24")
        use(xlink:href="#svg-icon-arrow-right")
*/
.btn {
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: Mont;
  -webkit-transition: background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  color: #001336;
  opacity: 0.85;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    max-width: 360px;
    text-align: left;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:hover:not(.disabled),
.btn:focus:not(.disabled) {
  opacity: 1;
}
.btn.disabled {
  opacity: 0.5;
  cursor: auto;
}
.btn.btn_wi .btn__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.btn.btn_wi .btn__icon.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn.btn_wi .btn__icon .svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1549px) {
  .btn.btn_wi .btn__icon {
    width: 50px;
    height: 50px;
  }
}
.btn_default {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 60px;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  background: radial-gradient(89.15% 1648.33% at 10.85% 50%, var(--primary-color) 0%, var(--primary-color-opacity) 100%);
  border: 2px solid var(--primary-color);
}
.btn_default:not(.inline-style) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  min-height: 50px;
}
.btn_default.btn_wi {
  padding-right: 90px;
}
.btn_default.btn_wi .btn__icon {
  position: absolute;
  top: -2px;
  right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% + 4px);
}
@media (max-width: 1549px) {
  .btn_default {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.btn_transparent {
  background: transparent;
  color: var(--primary-color);
}
.btn_transparent .svg {
  color: var(--main-color);
}
.btn_black {
  background: radial-gradient(89.15% 1648.33% at 10.85% 50%, #03213f 0%, rgba(3, 33, 63, 0.7) 100%);
  border: 2px solid #032240;
  color: var(--primary-color);
}
.btn_black .btn__icon {
  background-color: #032240 !important;
}
.btn_black .svg {
  color: var(--primary-color);
}
.btn_red {
  background: radial-gradient(89.15% 1648.33% at 10.85% 50%, #ff6262 0%, rgba(255, 98, 98, 0.7) 100%);
  border: 2px solid #ff6262;
  color: #ffffff;
}
.btn_red.btn_wi .btn__icon {
  background-color: #ff6262;
}
.swiper-button-disabled .btn {
  opacity: 0.5;
  cursor: auto;
}
.swiper-button-disabled .btn:hover,
.swiper-button-disabled .btn:focus {
  opacity: 0.5;
}
/*
  a.link.link_primary(href="#")
      .link__icon.large-padding.reverse
        svg.svg(role="img" aria-hidden="true" width="24" height="24")
          use(xlink:href="#svg-icon-arrow-right")
      p.link__text Link
*/
.wrap-link:hover > .link .link__text,
.wrap-link:focus > .link .link__text {
  opacity: 1;
}
.wrap-link.active > .link_primary-nav .link__text,
.wrap-link.active > .header__nav-sub-head .link_primary-nav .link__text,
.wrap-link.active > .link_primary-pagination .link__text {
  opacity: 1;
}
.wrap-link.active > .link_primary-nav .link__text::after,
.wrap-link.active > .header__nav-sub-head .link_primary-nav .link__text::after,
.wrap-link.active > .link_primary-pagination .link__text::after {
  left: 0;
}
.wrap-link.active .link_default-href .link__text {
  opacity: 1;
}
.wrap-link.active .link_category {
  color: var(--primary-color);
}
.wrap-link.active .link_category .link__text {
  cursor: auto;
  opacity: 1;
}
.wrap-link.active .link_category .link__text::after {
  border-bottom-color: var(--primary-color);
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0;
}
.link:hover,
.link:focus,
.link.active,
.link.router-link-exact-active {
  text-decoration: none;
}
.link__icon {
  color: inherit;
  max-width: 24px;
  max-height: 24px;
  opacity: 0.85;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.link__icon:hover,
.link__icon:focus {
  opacity: 1;
}
.link__icon .svg {
  padding: 2px;
}
.link__icon.large-padding {
  margin-right: 20px;
}
.link__icon.small-padding {
  margin-right: 8px;
}
.link__icon.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link__text {
  position: relative;
  color: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: 140%;
  font-family: Gotham;
  margin-bottom: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.link__text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 105%;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentColor;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.link_default .link__text::after {
  border-width: 0px;
}
.link_default:hover > .link__text,
.link_default:active > .link__text,
.link_default.active > .link__text {
  opacity: 1;
}
.link_default-btn:hover .link__text,
.link_default-btn:active .link__text,
.link_default-btn.active .link__text {
  opacity: 1;
}
.link_default-btn:hover .link__text::after,
.link_default-btn:active .link__text::after,
.link_default-btn.active .link__text::after {
  left: 0;
}
.link_default-href:hover .link__text,
.link_default-href:active .link__text,
.link_default-href:focus .link__text {
  opacity: 1;
}
.link_default-href.active .link__text::after {
  left: 0;
}
.link_primary {
  color: var(--primary-color);
}
.link_primary .link__text {
  opacity: 1;
}
.link_primary .link__text::after {
  border-bottom-color: var(--primary-color);
}
.link_primary:hover .link__text::after,
.link_primary:focus .link__text::after,
.link_primary.active .link__text::after,
.link_primary.router-link-exact-active .link__text::after {
  left: 0;
}
.link_primary-nav {
  padding-bottom: 2px;
  margin-bottom: -2px;
}
.link_primary-nav:hover .link__text,
.link_primary-nav:focus .link__text {
  opacity: 1;
}
.link_primary-nav.active .link__text,
.link_primary-nav.router-link-exact-active .link__text {
  opacity: 1;
}
.link_primary-nav.active .link__text::after,
.link_primary-nav.router-link-exact-active .link__text::after {
  left: 0;
}
.link_primary-nav .link__text {
  opacity: 0.7;
}
.link_primary-nav .link__text::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary-color);
  bottom: -2px;
}
.link_primary-pagination {
  color: var(--primary-color);
}
.link_primary-pagination .link__text {
  font-size: 18px;
  opacity: 0.5;
}
@media (max-width: 1549px) {
  .link_primary-pagination .link__text {
    font-size: 16px;
  }
}
.link_primary-pagination .link__text::after {
  border-bottom-color: var(--primary-color);
}
.link_primary-pagination:hover .link__text,
.link_primary-pagination:focus .link__text,
.link_primary-pagination.active .link__text,
.link_primary-pagination.router-link-exact-active .link__text {
  opacity: 1;
}
.link_primary-pagination.active .link__text::after,
.link_primary-pagination.router-link-exact-active .link__text::after {
  left: 0;
}
.link_breadcrumbs {
  color: var(--second-color);
}
.link_breadcrumbs .link__text {
  opacity: 0.7;
  text-transform: uppercase;
}
.link_breadcrumbs:hover .link__text,
.link_breadcrumbs:focus .link__text {
  opacity: 1;
}
.link_breadcrumbs:hover .link__text::after,
.link_breadcrumbs:focus .link__text::after {
  left: 0;
}
.link_breadcrumbs.active .link__text {
  opacity: 1;
}
.link_breadcrumbs.active .link__text::after {
  left: 105%;
}
.link_category {
  width: 100%;
  color: var(--second-color);
}
.link_category .link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: 400;
  opacity: 0.7;
}
.link_category .link__text::after {
  left: 0;
}
.link_category:hover .link__text,
.link_category:focus .link__text,
.link_category.active .link__text,
.link_category.router-link-exact-active .link__text {
  opacity: 1;
}
.link_category.active {
  color: var(--primary-color);
}
.link_category.active .link__text::after {
  border-bottom-color: var(--primary-color);
}
/*
  .input
    label.input__label
      p.input__info Info
      input.input__field(name="field" placeholder="Info")
*/
label.error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 12px;
  margin: 0;
  color: red;
}
@media (max-width: 1024px) {
  label.error {
    font-size: 10px;
  }
}
.input {
  font-family: "Gotham";
}
.input__label {
  position: relative;
  width: 100%;
}
.input__info {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 19, 54, 0.9);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .input__info {
    font-size: 12px;
  }
}
.input__info ~ .input__field {
  margin-top: 20px;
}
.input__field {
  width: 100%;
  background: rgba(0, 19, 54, 0.05);
  border: 1px solid rgba(0, 19, 54, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 4px;
  -webkit-transition: 0.3s border linear;
  transition: 0.3s border linear;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1549px) {
  .input__field {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .input__field {
    font-size: 16px;
  }
}
.input__field:hover,
.input__field:focus {
  border-color: #000000;
}
.input__field.error {
  border-color: red;
}
.textarea {
  font-family: "Gotham";
}
.textarea .input__field {
  height: 100px;
  resize: none;
}
.select {
  font-family: "Gotham";
}
.select .input__field {
  padding-right: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../images/icons/select-arrow.svg");
  cursor: pointer;
}
@media (max-width: 1549px) {
  .select .input__field {
    padding-right: 45px;
    background-size: 20px 20px;
    background-position: center right 15px;
  }
}
::-webkit-input-placeholder {
  color: rgba(0, 19, 54, 0.5);
}
::-moz-placeholder {
  color: rgba(0, 19, 54, 0.5);
}
/* Firefox 19+ */
:-moz-placeholder {
  color: rgba(0, 19, 54, 0.5);
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: rgba(0, 19, 54, 0.5);
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.card_default {
  border-radius: 12px;
  overflow: hidden;
}
.card_default__img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.card_default__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card_default__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 0px 0px 12px 12px;
}
@media (max-width: 1549px) {
  .card_default__body {
    padding: 12px;
  }
}
.card_full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 650px;
  max-height: 80vh;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 80px;
  color: #ffffff;
}
.card_full-width::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#02164a), color-stop(25.31%, #02184c), color-stop(58.12%, #021a52), color-stop(81.04%, #021c5a), to(#021e5e));
  background: linear-gradient(180deg, #02164a 0%, #02184c 25.31%, #021a52 58.12%, #021c5a 81.04%, #021e5e 100%);
  z-index: -1;
}
@media (max-width: 1549px) {
  .card_full-width {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .card_full-width {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .card_full-width {
    height: auto;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.card_full-width.reverse .card_full-width-cut {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 500px 60px 60px 500px;
}
@media (max-width: 1024px) {
  .card_full-width.reverse .card_full-width-cut {
    border-radius: 0px 500px 500px 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.card_full-width-cut {
  position: relative;
  width: auto;
  height: 100%;
  min-width: 50%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 60px 500px 500px 60px;
}
.card_full-width-cut picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card_full-width-cut img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .card_full-width-cut {
    width: calc(100% - 40px);
    min-height: 150px;
    max-height: 150px;
    border-radius: 0px 500px 500px 0px;
    margin: 16px 0px;
  }
}
.card_full-width-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 60px;
}
@media (max-width: 1549px) {
  .card_full-width-content {
    padding: 80px 40px;
  }
}
@media (max-width: 1280px) {
  .card_full-width-content {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .card_full-width-content {
    position: relative;
    height: 100%;
    padding: 16px;
    padding-top: 0;
  }
}
.card_full-width-body {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .card_full-width-body {
    margin: 0;
  }
}
.card_full-width-footer {
  margin-top: 40px;
}
@media (max-width: 1549px) {
  .card_full-width-footer {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .card_full-width-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card_directions {
  width: 100%;
  height: auto;
  margin-right: 8px;
  border-radius: 12px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
  color: #001336;
  background-color: #ffffff;
}
.card_directions:first-child {
  border-radius: 80px 12px 12px 80px;
}
.card_directions:last-child {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1549px) {
}
@media (max-width: 1024px) {
  .card_directions {
    max-width: 360px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .card_directions:first-child {
    border-radius: 12px;
  }
  .card_directions:last-child {
    margin-bottom: 0;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .card_directions {
    width: 100%;
  }
}
.card_directions-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 200px;
  border-radius: 12px 12px 200px 200px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .card_directions-img {
    max-height: 150px;
  }
}
.card_directions-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card_directions-content {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #001336;
  text-align: center;
}
@media (max-width: 1549px) {
  .card_directions-content {
    padding: 20px 10px;
  }
}
.card_directions-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.card_directions-header {
  margin-bottom: 20px;
}
.card_directions-header h4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_directions-header {
    margin-bottom: 12px;
  }
}
.card_directions-desc {
  font-family: "Gotham";
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1549px) {
  .card_directions-desc {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.card_directions-footer {
  margin-top: auto;
}
.card_directions-footer .link__text {
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1549px) {
  .card_directions-footer .link__text {
    font-size: 12px;
  }
}
.card_blog {
  width: 100%;
  height: 290px;
  border-radius: 12px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.card_blog:hover .card_blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1549px) {
  .card_blog {
    height: 210px;
  }
}
@media (max-width: 1024px) {
  .card_blog {
    max-width: 360px;
    height: 300px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .card_blog:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .card_blog {
    width: 100%;
  }
}
.card_blog-img {
  position: absolute;
  border-radius: 12px 200px 200px 12px;
  overflow: hidden;
  left: -10px;
  height: 100%;
  max-width: 35%;
  max-height: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .card_blog-img {
    border-radius: 12px 12px 400px 400px;
    top: -190px;
    left: auto;
    width: 100%;
    max-width: 100%;
  }
}
.card_blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.card_blog-body {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(96.66deg, #001586 0.21%, #022b8f 50.02%, #013086 70.77%, #002d76 99.82%);
  padding: 30px;
  padding-left: calc(35% + 40px);
}
@media (max-width: 1549px) {
  .card_blog-body {
    padding: 26px;
    padding-left: calc(35% + 30px);
  }
}
@media (max-width: 1024px) {
  .card_blog-body {
    padding: 14px 12px;
    padding-top: calc(100px + 16px);
  }
}
.card_blog-header {
  font-weight: 800;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_blog-header {
    font-size: 28px;
  }
}
.card_blog-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000f5f;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: Gotham;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 14px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1549px) {
  .card_blog-label {
    font-size: 12px;
    padding: 2px 8px;
    margin-top: 6px;
  }
}
.card_blog-desc {
  font-weight: normal;
  font-size: 16px;
  opacity: 0.7;
  font-family: "Gotham";
  margin-top: 16px;
  margin-bottom: 30px;
  line-height: 140%;
  max-width: 670px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_blog-desc {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 576px) {
  .card_blog-desc {
    max-width: 100%;
  }
}
.card_blog-hr {
  width: 100%;
  border-bottom: 2px solid rgba(3, 34, 64, 0.2);
  margin-bottom: 26px;
}
@media (max-width: 1549px) {
  .card_blog-hr {
    margin-bottom: 12px;
  }
}
.card_blog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Gotham";
  color: #ffffff;
}
@media (max-width: 1549px) {
  .card_blog-controls {
    font-size: 12px;
  }
}
.card_blog-controls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.3;
}
.card_blog-controls-list .svg {
  margin-right: 10px;
}
.card_blog-controls-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
}
.card_blog-controls .link__text {
  font-weight: 800;
  line-height: 140%;
}
@media (max-width: 1549px) {
  .card_blog-controls .link__text {
    font-size: 12px;
  }
}
.card_blog.large {
  height: 100%;
  min-height: calc(290px * 2 + 32px);
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  color: #001336;
  background-color: #ffffff;
}
@media (max-width: 1549px) {
  .card_blog.large {
    min-height: calc(210px * 2 + 32px);
  }
}
@media (max-width: 1024px) {
  .card_blog.large {
    min-height: 350px;
  }
}
.card_blog.large .card_blog-body {
  height: 55%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 40px;
}
.card_blog.large .card_blog-body p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #14cb9f;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: Gotham;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1549px) {
  .card_blog.large .card_blog-body {
    padding: 30px;
  }
  .card_blog.large .card_blog-body p {
    font-size: 12px;
    padding: 2px 8px;
    margin-top: 6px;
  }
}
@media (max-width: 1024px) {
  .card_blog.large .card_blog-body {
    padding: 10px 12px;
    height: 60%;
  }
}
.card_blog.large .card_blog-img {
  border-radius: 12px 12px 400px 400px;
  top: -160px;
  left: auto;
  width: 100%;
  max-width: 100%;
  max-height: 90%;
}
@media (max-width: 1549px) {
  .card_blog.large .card_blog-img {
    top: -115px;
  }
}
@media (max-width: 1024px) {
  .card_blog.large .card_blog-img {
    top: -135px;
  }
}
.card_blog.large .card_blog-header {
  color: #001336;
}
.card_blog.large .card_blog-label {
  background: #14cb9f;
  color: #ffffff;
}
.card_blog.large .card_blog-desc {
  color: #001336;
  margin-bottom: 24px;
}
.card_blog.large .card_blog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #001336;
}
@media (max-width: 1549px) {
  .card_blog.large .card_blog-controls {
    font-size: 12px;
  }
}
.card_blog.large .card_blog-controls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.3;
}
.card_testimonials {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #021eb5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 40px 0px 70px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .card_testimonials {
    padding: 30px 0px 60px;
  }
}
@media (max-width: 1024px) {
  .card_testimonials {
    padding: 20px 0px 50px;
  }
}
.card_testimonials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_testimonials-header .info {
  padding-left: 20px;
  padding-right: 5px;
  max-width: calc(100% - 180px);
}
@media (max-width: 1549px) {
  .card_testimonials-header .info {
    padding-left: 8px;
    max-width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .card_testimonials-header .info {
    max-width: calc(100% - 100px);
  }
}
.card_testimonials-header .info-name {
  color: var(--primary-color);
  margin-bottom: 8px;
}
.card_testimonials-header .info-position {
  font-family: "Gotham";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_testimonials-header .info-position {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card_testimonials-header .info-position {
    font-size: 12px;
  }
}
.card_testimonials-img {
  position: relative;
  width: 100%;
  height: 90px;
  min-width: 140px;
  max-width: 140px;
  max-height: 100%;
  overflow: hidden;
  border-radius: 0px 120px 120px 0;
}
.card_testimonials-img picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card_testimonials-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .card_testimonials-img {
    min-width: 80px;
    height: 50px;
    max-width: 80px;
  }
}
.card_testimonials-body {
  padding: 20px 50px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .card_testimonials-body {
    padding: 0;
    padding-top: 8px;
    padding-left: 32px;
    padding-right: 18px;
    padding-bottom: 25px;
  }
}
.card_testimonials-body .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_testimonials-body .stars-star {
  color: #ffc20b;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .card_testimonials-body .stars-star .svg {
    width: 14px;
    height: 14px;
  }
}
.card_testimonials-body .desc {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .card_testimonials-body .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card_testimonials-body .desc {
    font-size: 12px;
  }
}
.card_testimonials-footer {
  position: absolute;
  bottom: 40px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .card_testimonials-footer {
    padding: 0px 32px;
    bottom: 30px;
  }
}
.card_testimonials-footer .date {
  font-family: "Gotham";
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1549px) {
  .card_testimonials-footer .date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card_testimonials-footer .date {
    font-size: 12px;
  }
}
.card_benefits {
  width: 330px;
  height: auto;
  min-height: 100%;
  background-image: url(../images/backgrounds/sidebar-newsletter-bg.png);
  border-radius: 12px;
  margin-right: 18px;
  color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1549px) {
}
@media (max-width: 1280px) {
  .card_benefits {
    width: calc(50% - 10px);
    margin-bottom: 12px;
  }
  .card_benefits:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
}
.card_benefits:first-child {
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 70px 12px 12px 70px;
}
.card_benefits:first-child .card_benefits__body {
  border-radius: 60px 8px 8px 60px;
}
@media (max-width: 1280px) {
  .card_benefits:first-child {
    border-radius: 12px;
  }
  .card_benefits:first-child .card_benefits__body {
    border-radius: 8px;
  }
}
.card_benefits:last-child {
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 12px 70px 70px 12px;
  margin-right: 0;
}
.card_benefits:last-child .card_benefits__body {
  border-radius: 8px 60px 60px 8px;
}
@media (max-width: 1280px) {
  .card_benefits:last-child {
    border-radius: 12px;
  }
  .card_benefits:last-child .card_benefits__body {
    border-radius: 8px;
  }
}
.card_benefits__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 8px;
  padding: 40px 30px;
  margin: 12px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .card_benefits__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .card_benefits__body {
    padding: 16px 30px;
  }
}
.card_benefits__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000e2f), to(#00183b));
  background: linear-gradient(90deg, #000e2f 0%, #00183b 100%);
  background-blend-mode: hard-light;
  z-index: -1;
  opacity: 0.95;
}
.card_benefits__icon {
  color: var(--primary-color);
  margin-bottom: 20px;
}
@media (max-width: 1549px) {
  .card_benefits__icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .card_benefits__icon {
    margin-bottom: 12px;
  }
}
.card_benefits__icon .svg,
.card_benefits__icon .svg-img {
  width: 110px;
  height: 110px;
  pointer-events: none;
}
@media (max-width: 1549px) {
  .card_benefits__icon .svg,
  .card_benefits__icon .svg-img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1024px) {
  .card_benefits__icon .svg,
  .card_benefits__icon .svg-img {
    width: 48px;
    height: 48px;
  }
}
.card_benefits__head {
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_benefits__head {
    margin-bottom: 4px;
  }
}
.card_benefits__desc {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .card_benefits__desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .card_benefits__desc {
    font-size: 12px;
  }
}
.headline ~ .card_benefits__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.card_img-inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 16px);
  height: auto;
  min-height: 600px;
  padding: 80px 0px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
@media (max-width: 1549px) {
  .card_img-inside {
    width: calc(50% - 10px);
    min-height: 550px;
  }
}
@media (max-width: 1280px) {
  .card_img-inside {
    min-height: 450px;
    padding: 60px 0px;
  }
}
@media (max-width: 1024px) {
  .card_img-inside {
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 12px;
    padding-bottom: 20px;
  }
}
.card_img-inside:first-child {
  border-radius: 80px 12px 12px 80px;
}
@media (max-width: 1024px) {
  .card_img-inside:first-child {
    border-radius: 12px;
    margin-bottom: 12px;
  }
}
.card_img-inside:first-child .card_img-inside__img {
  border-radius: 500px 12px 12px 500px;
  right: 0;
}
@media (max-width: 1024px) {
  .card_img-inside:first-child .card_img-inside__img {
    border-radius: 34px 34px 500px 500px;
  }
}
.card_img-inside:first-child .card_img-inside__body {
  padding-right: 50%;
}
@media (max-width: 1549px) {
  .card_img-inside:first-child .card_img-inside__body {
    padding-right: 45%;
  }
}
@media (max-width: 1280px) {
  .card_img-inside:first-child .card_img-inside__body {
    padding-right: 40%;
  }
}
@media (max-width: 1024px) {
  .card_img-inside:first-child .card_img-inside__body {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .card_img-inside:first-child .card_img-inside__body {
    padding-right: 12px;
  }
}
.card_img-inside:last-child {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1024px) {
  .card_img-inside:last-child {
    border-radius: 12px;
  }
}
.card_img-inside:last-child .card_img-inside__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 12px 500px 500px 12px;
  left: 0;
}
@media (max-width: 1024px) {
  .card_img-inside:last-child .card_img-inside__img {
    border-radius: 34px 34px 500px 500px;
  }
}
.card_img-inside:last-child .card_img-inside__body {
  padding-left: 50%;
}
@media (max-width: 1549px) {
  .card_img-inside:last-child .card_img-inside__body {
    padding-left: 45%;
  }
}
@media (max-width: 1280px) {
  .card_img-inside:last-child .card_img-inside__body {
    padding-left: 40%;
  }
}
@media (max-width: 1024px) {
  .card_img-inside:last-child .card_img-inside__body {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .card_img-inside:last-child .card_img-inside__body {
    padding-left: 12px;
  }
}
.card_img-inside::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(2, 26, 78, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.card_img-inside__img {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .card_img-inside__img {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .card_img-inside__img {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .card_img-inside__img {
    position: relative;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .card_img-inside__img {
    position: relative;
    width: 100%;
    min-height: 150px;
    max-height: 200px;
  }
}
.card_img-inside__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_img-inside__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0px 60px;
}
@media (max-width: 1024px) {
  .card_img-inside__body {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .card_img-inside__body {
    padding: 12px;
  }
}
.card_img-inside__header {
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1280px) {
  .card_img-inside__header {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .card_img-inside__header {
    text-align: center;
  }
}
.card_img-inside__desc {
  margin-bottom: 90px;
}
@media (max-width: 1280px) {
  .card_img-inside__desc {
    margin-bottom: 70px;
  }
}
.card_img-inside__footer {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .card_img-inside__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    padding: 0px 12px;
  }
}
.card_prices {
  width: calc(33% - 16px);
  height: 410px;
  min-width: 320px;
  max-width: 360px;
  background-image: url(../images/backgrounds/sidebar-newsletter-bg.png);
  border-radius: 80px;
  margin-right: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.card_prices:last-child {
  margin-right: 0;
}
@media (max-width: 1549px) {
  .card_prices {
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .card_prices {
    width: 100%;
    height: 400px;
    margin-bottom: 12px;
    margin-right: 0;
    border-radius: 24px;
  }
  .card_prices:last-child {
    margin-bottom: 0;
  }
}
.card_prices__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 8px;
  margin: 12px;
  border-radius: 70px;
  overflow: hidden;
  z-index: 1;
  color: #032240;
}
@media (max-width: 1280px) {
  .card_prices__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .card_prices__content {
    border-radius: 18px;
  }
}
.card_prices__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: inherit;
  z-index: -1;
  opacity: 0.95;
  -webkit-transition: 0.2s background ease-in;
  transition: 0.2s background ease-in;
}
.card_prices__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 35px 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card_prices__header-head {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
}
@media (max-width: 1280px) {
  .card_prices__header-head {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .card_prices__header-head {
    font-size: 24px;
  }
}
.card_prices__header-desc {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  opacity: 0.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .card_prices__header-desc {
    font-size: 16px;
  }
}
.card_prices__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 35px 70px;
}
.card_prices__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_prices__price-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_prices__price-footer {
  margin-top: -10px;
}
.card_prices__price-currency {
  position: absolute;
  top: 0;
  left: -40px;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--primary-color);
  margin-bottom: 0;
}
.card_prices__price-count {
  font-weight: 600;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.card_prices__price-duration {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  opacity: 0.3;
  margin-bottom: 0;
}
.card_prices__button .btn {
  color: inherit;
}
.card_prices:hover .card_prices__content,
.card_prices.active .card_prices__content {
  color: #ffffff;
}
.card_prices:hover .card_prices__content::after,
.card_prices.active .card_prices__content::after {
  background: #000e2f;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.light-version .card-blog {
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
}
.light-version .card-testimonials {
  background: linear-gradient(96.66deg, #001586 0.21%, #022b8f 50.02%, #013086 70.77%, #002d76 99.82%);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.light-version .card_img-inside::after {
  background: linear-gradient(96.66deg, rgba(0, 21, 134, 0.7) 0.21%, rgba(2, 43, 143, 0.7) 50.02%, rgba(1, 48, 134, 0.7) 70.77%, rgba(0, 45, 118, 0.7) 99.82%);
}
.light-version .card_full-width::after {
  background: linear-gradient(96.66deg, rgba(0, 21, 134, 0.7) 0.21%, rgba(2, 43, 143, 0.7) 50.02%, rgba(1, 48, 134, 0.7) 70.77%, rgba(0, 45, 118, 0.7) 99.82%);
}
.scroll-pagination {
  position: fixed;
  top: 50%;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1549px) {
  .scroll-pagination {
    right: 30px;
  }
}
@media (max-width: 1280px) {
  .scroll-pagination {
    display: none;
  }
}
.scroll-pagination__radio .radio-label {
  padding-left: 24px;
}
.scroll-pagination__radio .radio-custom {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  margin-bottom: -5px;
}
.scroll-pagination__radio .radio-custom::after {
  width: 8px;
  height: 8px;
}
.scroll-pagination__radio input:checked ~ .radio-custom {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-bottom: -2px;
}
body.overflow-initial .scroll-pagination {
  display: none;
}
.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__delimiter {
  line-height: initial;
  margin: 0px 2px;
  opacity: 0.7;
}
.pagination__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .pagination__content .btn {
    display: none;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 100px;
}
.pagination__list-item {
  margin-right: 16px;
}
.wraps_img-text.bottom .section__media {
  border-radius: 12px 12px 200px 12px;
}
@media (max-width: 1024px) {
  .wraps_img-text.bottom .section__media {
    border-radius: 0;
  }
}
.wraps_img-text .section__media {
  border-radius: 200px 12px 12px 12px;
  overflow: hidden;
  width: 100%;
  height: 620px;
  max-width: 800px;
  max-height: 100%;
}
@media (max-width: 1549px) {
  .wraps_img-text .section__media {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .wraps_img-text .section__media {
    height: auto;
    border-radius: 0;
    margin: 20px 0px;
  }
}
.wraps_img-text .section__media.iframe {
  border-radius: 12px 12px 12px 12px;
}
.wraps_img-text .section__media img,
.wraps_img-text .section__media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wraps_img-text .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .wraps_img-text .section__content {
    padding-left: 0;
  }
}
.wraps_img-text .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .wraps_img-text .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.wraps_img-text .section__footer {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .wraps_img-text .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.wraps_header-img .section__media {
  position: absolute;
  top: 50%;
  right: 0;
  width: 55%;
  height: 100%;
  max-height: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1280px) {
  .wraps_header-img .section__media {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .wraps_header-img .section__media {
    position: relative;
    width: 100%;
    top: 0;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wraps_header-img .section__media img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 500px 0px 0px 500px;
}
@media (max-width: 1024px) {
  .wraps_header-img .section__media img {
    border-radius: 0;
  }
}
.wraps_header-img .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 60%;
  height: 620px;
  max-height: calc(100vh - 40px);
}
@media (max-width: 1549px) {
  .wraps_header-img .section__content {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .wraps_header-img .section__content {
    padding-right: 0;
    height: auto;
  }
}
.wraps_header-img .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .wraps_header-img .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.wraps_header-img .section__body {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .wraps_header-img .section__body {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .wraps_header-img .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wraps_full-slider__buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .wraps_full-slider__buttons {
    display: none;
  }
}
.wraps_full-slider__buttons-left,
.wraps_full-slider__buttons-right {
  position: absolute;
}
.wraps_full-slider__buttons-left {
  left: -30px;
}
.wraps_full-slider__buttons-right {
  right: -30px;
}
.wraps_full-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.range-slider {
  max-width: 1100px;
  margin: 0 auto;
}
.rangeslider-wrap {
  padding-top: 60px;
}
.rangeslider {
  position: relative;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  background: rgba(3, 34, 64, 0.2);
  cursor: pointer;
}
.rangeslider__handle {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 20px;
  border-radius: 100%;
  background: #afdeef;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -8px;
}
.rangeslider__handle__value {
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  transition: background-color 0.2s, -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s, -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#021c50), color-stop(18.54%, #021c50), color-stop(38.33%, #021c50), color-stop(59.69%, #021c50), color-stop(83.12%, #021c50), color-stop(98.23%, #021e52));
  background: linear-gradient(180deg, #021c50 0%, #021c50 18.54%, #021c50 38.33%, #021c50 59.69%, #021c50 83.12%, #021e52 98.23%);
  border-radius: 8px;
  color: white;
  left: 50%;
  top: -30px;
  position: absolute;
  white-space: nowrap;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  background-blend-mode: overlay;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1549px) {
  .rangeslider__handle__value {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .rangeslider__handle__value {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .rangeslider__handle__value {
    font-size: 18px;
    top: -30px;
  }
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background: url(../images/backgrounds/sidebar-newsletter-bg.png);
  border-radius: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rangeslider__labels__label {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 15px;
  text-align: center;
}
.rangeslider__labels__label-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .rangeslider__labels__label-text {
    display: none;
  }
}
.rangeslider__labels__label:nth-of-type(2) {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.rangeslider__labels__label:nth-of-type(3) {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.rangeslider__labels__label:before {
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-right: 5px solid var(--primary-color);
  height: 9px;
  border-radius: 6px;
}
.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
  height: 12px;
  width: 2px;
  border-right: none;
}
.rangeslider__labels__label:first-child:before {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: -4px;
  background: #afdeef;
}
.rangeslider__labels__label:last-child:before {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: -4px;
  background: #002c70;
}
.rangeslider__labels__label:first-child {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.rangeslider__labels__label:last-child {
  -webkit-transform: translateX(45%);
          transform: translateX(45%);
}
.light-version .rangeslider__handle__value {
  background: linear-gradient(96.66deg, #001586 0.21%, #022b8f 50.02%, #013086 70.77%, #002d76 99.82%);
}
.light-version .rangeslider__labels__label:last-child:before {
  background: #ccc;
}
#header {
  z-index: 3;
  max-width: 100%;
  margin-bottom: 20px;
}
#header.sticky .header {
  color: #ffffff;
}
#header.sticky .header::after {
  background: #000f46;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
}
.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 0px;
  color: var(--second-color);
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1280px) {
  .header {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -40px;
  width: calc(100% + 80px);
  height: 100%;
  background: transparent;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
  border-radius: 0px 0px 20px 20px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .header::after {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  max-height: 45px;
  margin-right: 80px;
}
.header__logo a {
  display: block;
}
.header__logo-img {
  max-width: 200px;
  max-height: 45px;
}
@media (max-width: 1549px) {
  .header__logo {
    margin-right: 60px;
  }
}
@media (max-width: 576px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    max-width: 130px;
    max-height: 26px;
    margin-right: auto;
  }
  .header__logo-img {
    max-width: 130px;
    max-height: 26px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1280px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  text-transform: uppercase;
  margin-right: 32px;
}
@media (max-width: 1549px) {
  .header__nav-item {
    margin-right: 22px;
  }
  .header__nav-item:last-child {
    margin-right: 0;
  }
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-sub.show-menu .header__nav-sub-img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header__nav-sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-sub-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 32px;
  height: 22px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  cursor: pointer;
  opacity: 0.7;
}
.header__nav-sub-img:hover {
  opacity: 1;
}
.header__nav-sub-menu {
  position: absolute;
  top: 100%;
  padding-top: 7px;
  z-index: 99;
  display: none;
}
.header__nav-sub-item {
  background: #032240;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2px 0;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--second-color);
}
.header__nav-sub-item:first-child {
  margin-top: 0;
}
.header__nav-sub-item:last-child {
  margin-bottom: 0;
}
.header__nav-sub-item.active {
  background: var(--primary-color);
  color: #000;
}
.header__nav-sub-item .link {
  width: 100%;
}
.header__nav-sub-item .link__text::after {
  opacity: 0;
}
.header__phone {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 222px;
}
.header__phone .link__text {
  font-weight: normal;
}
@media (max-width: 576px) {
  .header__phone .link__text {
    display: none;
  }
}
.header__phone .link__icon {
  color: var(--primary-color);
}
.header__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 150px;
}
@media (max-width: 1280px) {
  .header__right {
    display: none;
  }
}
.header__switch-theme {
  width: 70px;
}
.header__switch-theme .switch-theme {
  position: absolute;
  top: -50%;
}
.header__locale {
  position: relative;
  margin-left: 32px;
  padding-left: 35px;
  height: 20px;
  z-index: 99;
}
@media (max-width: 1549px) {
  .header__locale {
    margin-left: 14px;
  }
}
.header__locale.open-list .header__locale-switch .svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__locale.open-list .header__locale-list {
  height: auto;
}
.header__locale-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.header__locale-switch .svg {
  opacity: 0.7;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.header__locale-switch-text {
  margin-right: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.header__locale-list {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s height linear;
  transition: 0.3s height linear;
}
.header__locale-list-item {
  min-height: 20px;
  cursor: pointer;
}
.header__locale-list-item.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.header .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 24px;
  margin-left: 30px;
}
@media (min-width: 1280px) {
  .header .mobile-menu {
    display: none;
  }
}
@media (max-width: 576px) {
  .header .mobile-menu {
    margin-left: 4px;
  }
}
.header .mobile-menu.open .mobile-menu__sidebar {
  right: 0;
}
.header .mobile-menu__toggle {
  height: 24px;
  color: var(--primary-color);
  opacity: 0.85;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.header .mobile-menu__toggle:hover,
.header .mobile-menu__toggle:focus {
  opacity: 1;
}
.header .mobile-menu__sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s right ease-in-out;
  transition: 0.3s right ease-in-out;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(#000e2f), to(#00183b));
  background: linear-gradient(90deg, #000e2f 0%, #00183b 100%);
  color: var(--second-color);
}
.header .mobile-menu .container {
  height: 100%;
}
.header .mobile-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
.header .mobile-menu__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header .mobile-menu__content-header .header__logo {
  margin-right: 30px;
}
.header .mobile-menu__content-header .header__locale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.header .mobile-menu__content-header .header__locale-switch .svg {
  padding-top: 4px;
}
.header .mobile-menu__content-header .header__locale-list {
  top: 0px;
}
.header .mobile-menu__content-header-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 20px;
  height: 24px;
  color: var(--primary-color);
  cursor: pointer;
  opacity: 0.85;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.header .mobile-menu__content-header-close:hover,
.header .mobile-menu__content-header-close:focus {
  opacity: 1;
}
.header .mobile-menu__content-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 100px;
  padding-top: 70px;
}
.header .mobile-menu__content-body .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .mobile-menu__content-body .header__nav .header__nav-item {
  margin-right: 0;
  margin-bottom: 20px;
}
.header .mobile-menu__content-body .header__nav .header__nav-item:last-child {
  margin-bottom: 0;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-menu {
  position: relative;
  top: 0;
  margin-top: 18px;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-img {
  color: var(--primary-color);
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-item {
  background: transparent;
  border: none;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-item.active {
  background: transparent;
  color: #ffffff;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-item .link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .mobile-menu__content-body .header__nav .header__nav-sub .header__nav-sub-item .link .link__text::after {
  opacity: 1;
}
.header .mobile-menu__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .mobile-menu__content-footer .header__switch-theme {
  margin-bottom: 20px;
  margin-left: 0;
}
.header .mobile-menu__content-footer .header__switch-theme .switch-theme {
  position: relative;
  top: 0;
}
.header .mobile-menu__content-footer .header__phone {
  margin-left: 0;
}
.header .mobile-menu__content-footer .header__phone .link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/images/backgrounds/lines.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-menu-background .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.mobile-menu-background .blobs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-menu-background .blobs-1 {
  width: 290.15px;
  height: 198.46px;
  background-image: url("/images/backgrounds/bg-mobile/blob-mobile-menu.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-menu-background .blobs-2 {
  width: 333.38px;
  height: 269.46px;
  background-image: url("/images/backgrounds/bg-mobile/blob-mobile-menu2.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-menu-background .blobs-3 {
  background-image: url("/images/backgrounds/bg-mobile/blob-mobile-menu3.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.light-version #header.sticky .header::after {
  background: #022b8f;
}
.light-version #header.sticky .header .switch-theme__list {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 19, 54, 0.5);
}
.light-version #header.sticky .header .switch-theme__item {
  color: var(--second-color);
}
.light-version #header.sticky .header .switch-theme__item.active {
  color: #000000;
}
.light-version #header .header__nav-sub-item {
  color: var(--main-color);
}
.light-version #header .mobile-menu__sidebar .header__nav-sub-item {
  color: var(--second-color);
}
.light-version .mobile-menu__sidebar {
  background: #ffffff;
}
.light-version .mobile-menu-background {
  background-image: url("/images/backgrounds/lines-light.svg");
}
.light-version .mobile-menu-background .blur {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.light-version .mobile-menu-background .blobs-1 {
  width: 519.92px;
  height: 417.61px;
  background-image: url("/images/backgrounds/bg-mobile/blob-mobile-menu-light.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.light-version .mobile-menu-background .blobs-2 {
  width: 0px;
  height: 0px;
  background-image: initial;
}
.light-version .mobile-menu-background .blobs-3 {
  width: 0px;
  height: 0px;
  background-image: initial;
}
.footer {
  overflow: hidden;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer .section__content {
  height: 600px;
}
@media (max-width: 1024px) {
  .footer .section__content {
    height: auto;
  }
}
.footer .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 45px);
  padding: 100px;
}
@media (max-width: 1549px) {
  .footer .section__body {
    padding: 100px 40px;
  }
}
@media (max-width: 1280px) {
  .footer .section__body {
    padding: 100px 16px;
  }
}
@media (max-width: 1024px) {
  .footer .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 16px;
  }
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 95px);
}
.footer-logo a {
  display: block;
}
.footer-logo .svg {
  color: var(--second-color);
  max-width: 200px;
  max-height: 45px;
}
@media (max-width: 1280px) {
  .footer-logo .svg {
    max-width: 130px;
  }
}
@media (max-width: 1024px) {
  .footer-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
    margin-bottom: 8px;
  }
}
.footer__header {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.footer__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  border-top: 2px solid var(--primary-color);
}
@media (max-width: 1024px) {
  .footer__header {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .footer__list {
    margin-bottom: 40px;
  }
  .footer__list .link__text {
    font-size: 12px;
  }
}
.footer__item {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer-contacts {
  height: calc(100% - 95px);
}
@media (max-width: 767px) {
  .footer-contacts {
    width: 100%;
  }
}
.footer__address {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .footer__address {
    margin-bottom: 40px;
  }
}
.footer__address-item {
  margin-bottom: 16px;
}
.footer__address-item:last-child {
  margin-bottom: 0;
}
.footer__address-item:first-child .link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__address-item .link__icon {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .footer__address-item .link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__address-item .link__text {
    font-size: 12px;
  }
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-item {
  display: block;
  margin-right: 12px;
  color: var(--primary-color);
  opacity: 0.85;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.footer__social-item:hover {
  opacity: 1;
}
.footer .section__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer .section__footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.footer__agreements span,
.footer__copyright span,
.footer__dev span,
.footer__dev p {
  color: var(--second-color);
  opacity: 0.4;
  font-family: "Gotham";
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer__agreements span,
  .footer__copyright span,
  .footer__dev span,
  .footer__dev p {
    font-size: 10px;
  }
}
.footer__agreements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
.footer__agreements .link:first-child {
  margin-right: 40px;
}
.footer__copyright {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .footer__copyright {
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
.footer__dev .link {
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .footer__dev .link {
    margin-left: 8px;
  }
}
.footer__dev .link:hover .svg {
  opacity: 1;
}
.footer__dev .svg {
  margin-left: 8px;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  opacity: 0.5;
}
.light-version .footer {
  border-top: 2px solid rgba(3, 34, 64, 0.2);
}
.light-version .footer .section__footer {
  border-top: 1px solid rgba(3, 34, 64, 0.1);
}
.sidebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 40px;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 200px;
}
.sidebar a.card_default:hover,
.sidebar a.card_default:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.7);
}
@media (max-width: 1549px) {
  .sidebar {
    padding-left: 20px;
    margin-top: 190px;
  }
}
@media (max-width: 1280px) {
  .sidebar {
    margin-top: 40px;
    max-width: 100%;
    padding-left: 0;
    max-width: 360px;
  }
}
.sidebar .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .sidebar .section__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sidebar-categories {
  width: 100%;
}
@media (max-width: 1280px) {
  .sidebar-categories {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 360px;
  }
}
.sidebar-categories__header {
  margin-bottom: 20px;
}
@media (max-width: 1549px) {
  .sidebar-categories__header {
    margin-top: 16px;
  }
}
.sidebar-categories__list-item {
  margin-bottom: 15px;
}
.sidebar-categories__list-item:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-categories + .sidebar-newsletter {
  margin-top: 40px;
}
@media (max-width: 1549px) {
  .sidebar .sidebar-categories + .sidebar-newsletter {
    margin-top: 25px;
  }
}
.sidebar-newsletter {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  max-height: 380px;
  padding: 50px 20px;
  border-radius: 12px;
}
.sidebar-newsletter__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar-newsletter__bg img {
  height: 100%;
}
.sidebar-newsletter__header {
  color: #000000;
}
.sidebar-newsletter__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.sidebar-newsletter__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.sidebar-latest-articles {
  position: relative;
  margin-top: 40px;
}
.sidebar-latest-articles__header {
  margin-bottom: 20px;
}
.sidebar-latest-articles__body {
  color: #032240;
}
.sidebar-latest-articles__body .card_default {
  width: 360px;
  height: 245px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1549px) {
  .sidebar-latest-articles__body .card_default {
    margin-bottom: 12px;
  }
}
.sidebar-latest-articles__body .card_default:last-child {
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .sidebar-latest-articles__body .card_default {
    height: 190px;
  }
}
.sidebar-latest-articles__body-header {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .sidebar-latest-articles__body-header {
    font-size: 18px;
  }
}
.sidebar-latest-articles__body-date {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .sidebar-latest-articles__body-date {
    font-size: 12px;
  }
}
.sidebar-latest-articles__footer {
  margin-top: 40px;
}
@media (max-width: 1549px) {
  .sidebar-latest-articles__footer {
    margin-top: 16px;
  }
}
.modal-dialog {
  position: relative;
  padding: 0px 8px;
}
.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1060;
  color: #14cb9f;
}
@media (max-width: 1024px) {
  .modal-close {
    top: -8px;
    right: -8px;
  }
}
.modal-close .svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .modal-close .svg {
    width: 26px;
    height: 26px;
  }
}
.modal-content {
  position: relative;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: 100vw;
  border-radius: 80px 200px;
}
@media (max-width: 1024px) {
  .modal-content {
    border-radius: 50px 100px;
  }
}
.modal-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  background: url(../images/backgrounds/sidebar-newsletter-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-form {
  background-color: #ffffff;
  margin: 12px;
  min-width: 550px;
  height: 100%;
  padding: 70px 90px;
  border-radius: 70px 190px;
  color: #001336;
}
@media (max-width: 1549px) {
  .modal-form {
    padding: 50px 100px;
    min-width: 480px;
  }
}
@media (max-width: 1024px) {
  .modal-form {
    border-radius: 45px 95px;
    padding: 30px 8px;
    margin: 8px;
    min-width: 300px;
  }
}
.modal-form-img {
  width: 150px;
  max-height: 200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .modal-form-img {
    margin-bottom: 60px;
    width: 100px;
  }
}
.modal-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 1549px) {
  .modal-form-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .modal-form-header {
    margin-bottom: 16px;
    max-width: 90%;
  }
}
.modal-form-body-info {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #032240;
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.modal-form-body-info_4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
.modal-form-body-info_10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .modal-form-body-info {
    font-size: 16px;
    max-width: 70%;
  }
}
.modal-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.modal-form-footer .btn {
  width: auto;
}
@media (max-width: 1549px) {
  .modal-form-footer {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .modal-form-footer {
    margin-top: 8px;
  }
}
.modal_consultation-item {
  margin-bottom: 20px;
}
@media (max-width: 1549px) {
  .modal_consultation-item {
    margin-bottom: 8px;
  }
}
.modal_consultation-item:last-child {
  margin-bottom: 0;
}
.modal_success .modal-form-header,
.modal_error .modal-form-header {
  margin-bottom: 20px;
}
.modal_success .modal-form-footer,
.modal_error .modal-form-footer {
  margin-top: 50px;
}
.modal-backdrop {
  background: rgba(2, 36, 94, 0.1);
  background-blend-mode: overlay;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.switch-theme__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 2px;
}
.switch-theme__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  color: #ffffff;
  opacity: 0.7;
}
.switch-theme__item:hover {
  opacity: 1;
}
.switch-theme__item.active {
  color: #000000;
  background-color: var(--primary-color);
  opacity: 1;
}
.light-version .switch-theme__list {
  border: 1px solid rgba(0, 19, 54, 0.2);
  background: linear-gradient(96.66deg, rgba(0, 21, 134, 0.05) 0.21%, rgba(2, 43, 143, 0.05) 50.02%, rgba(1, 48, 134, 0.05) 70.77%, rgba(0, 45, 118, 0.05) 99.82%);
}
.light-version .switch-theme__item {
  color: #032240;
}
.main-showcase {
  margin-bottom: 250px;
  color: var(--second-color);
}
@media (max-width: 1549px) {
  .main-showcase {
    margin-bottom: 250px;
  }
}
@media (max-width: 1279px) {
  .main-showcase {
    margin-bottom: 180px;
  }
}
@media (max-width: 1024px) {
  .main-showcase {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .main-showcase {
    margin-bottom: 80px;
  }
}
.main-showcase .section__body {
  padding: 0px 80px;
}
@media (max-width: 1549px) {
  .main-showcase .section__body {
    padding: 0px 40px;
  }
}
@media (max-width: 1280px) {
  .main-showcase .section__body {
    padding: 0px;
  }
}
.main-showcase__head {
  max-width: 660px;
}
.main-showcase__desc {
  max-width: 660px;
  font-family: "Gotham";
  opacity: 0.7;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main-showcase__desc {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.main-showcase__btn {
  max-width: 660px;
  color: #001336;
}
@media (max-width: 767px) {
  .main-showcase__btn {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
  }
}
.main-showcase__media {
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 600px;
  max-height: 700px;
  max-width: 100%;
}
@media (max-width: 1549px) {
  .main-showcase__media {
    min-height: 550px;
    max-height: 650px;
  }
}
@media (max-width: 1024px) {
  .main-showcase__media {
    min-height: initial;
  }
}
@media (max-width: 576px) {
  .main-showcase__media img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 0px 40px;
  }
}
.main-showcase .section__footer {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1549px) {
  .main-showcase .section__footer {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .main-showcase .section__footer {
    bottom: -55px;
  }
}
.main-showcase .section__footer .main-showcase-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.main-showcase .section__footer .main-showcase-scroll:hover .text {
  opacity: 1;
}
.main-showcase .section__footer .main-showcase-scroll .text {
  color: var(--second-color);
  opacity: 0.4;
  font-weight: normal;
  font-size: 14px;
  font-family: "Gotham";
  margin-bottom: 4px;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
@media (max-width: 767px) {
  .main-showcase .section__footer .main-showcase-scroll .text {
    font-size: 16px;
  }
}
.main-video {
  margin-bottom: 50px;
  height: 100vh;
  z-index: -2;
}
@media (max-width: 1549px) {
  .main-video {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .main-video {
    margin-bottom: 100px;
    padding-top: 20px;
    height: 620px;
  }
}
@media (max-width: 1024px) {
  .main-video {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .main-video {
    height: auto;
  }
}
.main-video .section__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 80px);
}
@media (max-width: 1279px) {
  .main-video .section__body {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .main-video .section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-video__panel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-video__panel-control-btn {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  width: 80px;
  height: 100px;
  opacity: 0.8;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
@media (max-width: 1549px) {
  .main-video__panel-control-btn {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .main-video__panel-control-btn {
    margin-right: 20px;
  }
  .main-video__panel-control-btn:last-child {
    margin-right: 0;
  }
}
.main-video__panel-control-btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-video__panel-control-btn:last-child {
    margin-bottom: 10px;
  }
}
.main-video__panel-control-btn:hover,
.main-video__panel-control-btn.active,
.main-video__panel-control-btn:hover .img-mask,
.main-video__panel-control-btn.active .img-mask {
  opacity: 1;
}
.main-video__panel-control-btn .img-mask {
  position: absolute;
  top: 0px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  opacity: 0.3;
}
.main-video__panel-control-btn .img-mask img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.main-video__panel-control-btn .img-btn {
  position: absolute;
  top: 1.3vh;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  border-radius: 40%;
  overflow: hidden;
}
.main-video__panel-control-btn .img-btn img {
  width: auto;
}
@media (max-width: 767px) {
  .main-video__panel-control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-video__video {
  width: calc(100% - 200px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 1549px) {
  .main-video__video {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .main-video__video {
    width: 100%;
  }
}
.main-video__wrap-text {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1549px) {
  .main-video__wrap-text {
    max-width: 400px;
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .main-video__wrap-text {
    max-width: 350px;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .main-video__wrap-text {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .main-video__wrap-text {
    position: relative;
    max-width: 100%;
    height: auto;
  }
}
.main-video__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 700px;
  opacity: 0;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}
.main-video__text h2 {
  font-size: 70px;
  font-weight: 600;
}
@media (max-width: 1549px) {
  .main-video__text {
    max-width: 500px;
  }
  .main-video__text h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .main-video__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .main-video__text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height linear 0.5s, opacity linear 0.5s;
    transition: max-height linear 0.5s, opacity linear 0.5s;
  }
  .main-video__text h2 {
    font-size: 24px;
  }
}
.main-video__text.show {
  opacity: 1;
  -webkit-transition: 0.3s opacity linear 0.8s;
  transition: 0.3s opacity linear 0.8s;
}
@media (max-width: 767px) {
  .main-video__text.show {
    max-height: 400px;
    opacity: 1;
    -webkit-transition: max-height linear 0.5s, opacity linear 0.5s;
    transition: max-height linear 0.5s, opacity linear 0.5s;
  }
}
.main-video__text-head {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .main-video__text-head {
    margin-bottom: 30px;
  }
}
.main-video__text-desc {
  font-family: Gotham;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: var(--second-color);
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .main-video__text-desc {
    margin-bottom: 30px;
  }
}
.main-directions .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .main-directions .section__header {
    margin-bottom: 32px;
  }
}
.main-directions .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .main-directions .section__body {
    margin-bottom: 20px;
  }
}
.main-directions .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-directions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 80px;
}
@media (max-width: 1024px) {
  .main-directions__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
}
@media (max-width: 1549px) {
}
.main-directions__list .card_directions-img {
  margin-top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  border-radius: 0px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .main-directions__list .card_directions-img {
    margin-top: 20px;
    max-width: 120px;
    max-height: 120px;
  }
}
.main-directions__list .card_directions-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-directions__list .card_directions-footer .link[href*=javascript] {
  display: none;
}
.main-testimonials .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .main-testimonials .section__header {
    margin-bottom: 32px;
  }
}
.main-testimonials .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .main-testimonials .section__body {
    margin-bottom: 20px;
  }
}
.main-testimonials__buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .main-testimonials__buttons {
    display: none;
  }
}
.main-testimonials__buttons-left,
.main-testimonials__buttons-right {
  position: absolute;
}
.main-testimonials__buttons-left {
  left: -30px;
}
.main-testimonials__buttons-right {
  right: -30px;
}
.main-testimonials__list {
  border-radius: 80px;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
  overflow: hidden;
}
.main-testimonials__list .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-testimonials__list {
    border-radius: 40px 12px 12px 40px;
  }
}
@media (max-width: 767px) {
  .main-testimonials .swiper-slide .card_testimonials p {
    font-size: 12px;
  }
}
.main-testimonials .swiper-slide .card_testimonials-header h4 {
  font-weight: 400;
}
.main-testimonials .swiper-slide .card_testimonials-header p {
  color: #ffffff;
  opacity: 0.7;
}
.main-testimonials .swiper-slide .card_testimonials-body p {
  margin-top: 12px;
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .main-testimonials .swiper-slide .card_testimonials-body p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-testimonials .swiper-slide .card_testimonials-body p {
    font-size: 12px;
  }
}
.main-testimonials .swiper-slide:first-child .card_testimonials {
  border-radius: 80px 12px 12px 80px;
}
@media (max-width: 1024px) {
  .main-testimonials .swiper-slide:first-child .card_testimonials {
    border-radius: 40px 12px 12px 40px;
  }
}
.main-testimonials .swiper-slide:last-child .card_testimonials {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1024px) {
  .main-testimonials .swiper-slide:last-child .card_testimonials {
    border-radius: 12px 40px 40px 12px;
  }
}
@media (max-width: 1024px) {
  .main-testimonials .swiper-slide {
    max-width: 240px;
  }
}
.main-blog .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .main-blog .section__header {
    margin-bottom: 32px;
  }
}
.main-blog .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .main-blog .section__body {
    margin-bottom: 20px;
  }
}
.main-blog__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 16px));
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 80px;
  grid-gap: 32px;
  -webkit-filter: drop-shadow(0px 0px 60px rgba(0, 19, 54, 0.2));
          filter: drop-shadow(0px 0px 60px rgba(0, 19, 54, 0.2));
}
@media (max-width: 1024px) {
  .main-blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    grid-gap: 0px;
    max-width: 360px;
    margin: 0 auto;
  }
}
.main-subscribe .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 650px;
  padding: 80px 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 80px;
  color: #001336;
  background-color: #ffffff;
}
@media (max-width: 1549px) {
  .main-subscribe .section__body {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .main-subscribe .section__body {
    padding: 20px 12px;
    height: 100%;
    border-radius: 30px;
  }
}
.main-subscribe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  text-align: right;
  padding-right: 80px;
  margin-right: -30px;
}
@media (max-width: 1549px) {
  .main-subscribe-header {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .main-subscribe-header {
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.main-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 80px;
  border-left: 2px solid rgba(0, 19, 54, 0.1);
}
@media (max-width: 1549px) {
  .main-subscribe-form {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .main-subscribe-form {
    max-width: 355px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 12px;
    border-left: none;
    border-top: 2px solid rgba(0, 19, 54, 0.1);
  }
  .main-subscribe-form .btn {
    margin: 0 auto;
  }
}
.main-subscribe-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .main-subscribe-labels {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-subscribe-labels .input,
.main-subscribe-labels .textarea {
  width: 100%;
  margin-bottom: 20px;
  max-width: 355px;
}
.main-subscribe-labels .input:last-child,
.main-subscribe-labels .textarea:last-child {
  margin-bottom: 0;
}
.error-page {
  overflow: hidden;
}
.error-page .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
}
.error-page .section__header {
  padding-top: 20px;
}
.error-page .section__footer {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .error-page .section__footer {
    padding-bottom: 34px;
  }
}
@media (max-width: 576px) {
  .error-page .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.error-page .section__footer .btn:first-child {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .error-page .section__footer .btn:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.error-page__logo {
  max-width: 200px;
}
.error-page__logo-img {
  color: var(--primary-color);
  max-width: 100%;
  max-height: 45px;
}
@media (max-width: 576px) {
  .error-page__logo {
    max-width: 130px;
  }
}
.error-page__number-err {
  max-width: 100%;
  height: 300px;
  font-weight: 800;
  font-size: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--second-color);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
@media (max-width: 1549px) {
  .error-page__number-err {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .error-page__number-err {
    font-size: 164px;
    height: 160px;
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .page-blog .sidebar .sidebar-categories {
    display: none;
  }
}
@media (max-width: 1280px) {
  .page-blog .sidebar .sidebar-latest-articles {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.blog-content .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .blog-content .section__header {
    margin-bottom: 32px;
  }
}
.blog-content .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-content .section__body {
    margin-bottom: 20px;
  }
}
.blog-content__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 16px));
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 80px;
  grid-gap: 32px;
  -webkit-filter: drop-shadow(0 0 60px rgba(0, 19, 54, 0.2));
          filter: drop-shadow(0 0 60px rgba(0, 19, 54, 0.2));
}
@media (max-width: 1024px) {
  .blog-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    grid-gap: 0;
    max-width: 360px;
    margin: 0 auto;
  }
}
.blog-page-content .section__header {
  margin-bottom: 20px;
}
.blog-page-content .section__header p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000f5f;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: Gotham;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .blog-page-content .section__header {
    margin-bottom: 8px;
  }
}
.blog-page-content .section__body {
  margin-bottom: 40px;
}
.blog-page-content .section__body h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 697px;
}
@media (max-width: 1024px) {
  .blog-page-content .section__body {
    margin-bottom: 20px;
  }
}
.blog-page-content .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-page-content__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000f5f;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: Gotham;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 14px;
  font-weight: 400;
  color: #ffffff;
}
.blog-page-content__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--second-color);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-page-content__controls {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .blog-page-content__controls .svg {
    width: 16px;
    height: 16px;
  }
}
.blog-page-content__controls-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-page-content__controls-views-count {
  opacity: 0.3;
  margin-left: 8px;
  margin-right: 16px;
}
.blog-page-content__controls-date {
  opacity: 0.3;
  margin-bottom: 0;
}
.blog-page-content__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
@media (max-width: 1549px) {
  .blog-page-content__text {
    font-size: 16px;
  }
}
.blog-page-content__top {
  border-radius: 12px 200px 12px 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-page-content__top {
    border-radius: 0;
  }
}
.blog-page-content__top-img {
  width: 100%;
  height: 340px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-page-content__top-img {
    height: 200px;
    margin-bottom: 16px;
  }
}
.blog-page-content__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page-content__slider {
  position: relative;
  margin: 40px 0px;
}
@media (max-width: 1024px) {
  .blog-page-content__slider {
    margin: 20px 0px;
  }
}
.blog-page-content__slider-buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .blog-page-content__slider-buttons {
    display: none;
  }
}
.blog-page-content__slider-buttons-left,
.blog-page-content__slider-buttons-right {
  position: absolute;
}
.blog-page-content__slider-buttons-left {
  left: -30px;
}
.blog-page-content__slider-buttons-right {
  right: -30px;
}
.blog-page-content__slider-list {
  border-radius: 80px;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
  overflow: hidden;
}
.blog-page-content__slider-list .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .blog-page-content__slider-list {
    border-radius: 0;
  }
}
.blog-page-content__slider-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.blog-page-content__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page-content__slider .swiper-slide {
  max-height: 540px;
}
@media (max-width: 1024px) {
  .blog-page-content__slider .swiper-slide {
    max-height: 360px;
  }
}
.blog-page-content__slider .swiper-slide:first-child .blog-page-content__slider-img {
  border-radius: 80px 0 0 80px;
}
@media (max-width: 1024px) {
  .blog-page-content__slider .swiper-slide:first-child .blog-page-content__slider-img {
    border-radius: 0;
  }
}
.blog-page-content__slider .swiper-slide:last-child .blog-page-content__slider-img {
  border-radius: 0px 80px 80px 0;
}
@media (max-width: 1024px) {
  .blog-page-content__slider .swiper-slide:last-child .blog-page-content__slider-img {
    border-radius: 0;
  }
}
.blog-page-content__list {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-page-content__list {
    margin-bottom: 20px;
  }
}
.blog-page-content__list-head.headline {
  margin: initial;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 110%;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .blog-page-content__list-head.headline {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.blog-page-content__list-wrap {
  padding-left: 100px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .blog-page-content__list-wrap {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.blog-page-content__list-item {
  color: var(--primary-color);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-page-content__list-item {
    margin-bottom: 20px;
  }
}
.blog-page-content__list-item-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: var(--second-color);
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .blog-page-content__list-item-head {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.blog-page-content__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-page-content__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.blog-page-content__quote-img,
.blog-page-content__quote img {
  min-width: 550px;
  height: 680px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 32px;
}
@media (max-width: 1549px) {
  .blog-page-content__quote-img,
  .blog-page-content__quote img {
    min-width: 500px;
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .blog-page-content__quote-img,
  .blog-page-content__quote img {
    width: 100%;
    height: 200px;
    min-width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.blog-page-content__quote-img img,
.blog-page-content__quote img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-page-content__quote-text,
.blog-page-content__quote p {
  position: relative;
  margin: 0;
  padding: 80px 0px;
  max-width: 100%;
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  opacity: 1;
}
@media (max-width: 1024px) {
  .blog-page-content__quote-text,
  .blog-page-content__quote p {
    font-size: 16px;
    padding: 30px 0px;
  }
}
.blog-page-content__quote-text::after,
.blog-page-content__quote p::after,
.blog-page-content__quote-text::before,
.blog-page-content__quote p::before {
  position: absolute;
  color: var(--primary-color);
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  font-family: "Mont";
}
@media (max-width: 1024px) {
  .blog-page-content__quote-text::after,
  .blog-page-content__quote p::after,
  .blog-page-content__quote-text::before,
  .blog-page-content__quote p::before {
    font-size: 24px;
  }
}
.blog-page-content__quote-text::before,
.blog-page-content__quote p::before {
  content: "“";
  top: 30px;
  left: 0;
}
@media (max-width: 1024px) {
  .blog-page-content__quote-text::before,
  .blog-page-content__quote p::before {
    top: 0;
  }
}
.blog-page-content__quote-text::after,
.blog-page-content__quote p::after {
  content: "”";
  bottom: 0;
  right: 0;
}
.blog-page-content__quote-text p,
.blog-page-content__quote p p {
  opacity: 1;
}
.blog-page-content__footer-img {
  width: 100%;
  height: 600px;
  border-radius: 12px 12px 200px 12px;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1549px) {
  .blog-page-content__footer-img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .blog-page-content__footer-img {
    height: 200px;
    border-radius: 0;
    margin-top: 20px;
  }
}
.blog-page-content__footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brands-main {
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .brands-main {
    padding-bottom: 0;
  }
}
.brands-main .section__media1 {
  position: absolute;
  top: -510px;
  left: 0;
  width: 100%;
  height: 1300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.69%, rgba(0, 21, 56, 0)), to(#001537)), url(../images/backgrounds/brands/3d-abstract-iridescent-wavy.png);
  background: linear-gradient(180deg, rgba(0, 21, 56, 0) 27.69%, #001537 100%), url(../images/backgrounds/brands/3d-abstract-iridescent-wavy.png);
  background-blend-mode: normal, lighten;
  opacity: 0.5;
  z-index: -1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brands-main .section__media2 {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: -2;
  background-image: url(../images/backgrounds/brands/main-fashon-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .brands-main .section__media2 {
    top: -50px;
    height: 400px;
  }
}
.brands-main .section__media3 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: -1;
  mix-blend-mode: overlay;
  background: #ea72ff;
  -webkit-filter: blur(600px);
          filter: blur(600px);
}
.brands-main .section__media4 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #011162 0%, rgba(0, 16, 103, 0) 100%);
}
.brands-main .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 660px;
  margin: 0 auto;
}
.brands-main .section__header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .brands-main .section__header {
    margin-bottom: 20px;
  }
}
.brands-main .section__body {
  position: relative;
  margin-bottom: 60px;
}
.brands-main .section__body p {
  text-align: center;
}
@media (max-width: 1024px) {
  .brands-main .section__body {
    margin-bottom: 20px;
  }
}
.brands-main .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.brands-main__desc {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .brands-main__desc {
    font-size: 16px;
    text-align: left;
  }
}
.light-version .brands-main .section__media1,
.light-version .brands-main .section__media3,
.light-version .brands-main .section__media4 {
  display: none;
}
.light-version .brands-main .section__media2 {
  background-image: url(../images/backgrounds/brands/main-fashon-bg-light.png);
}
.brands-cases .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .brands-cases .section__header {
    margin-bottom: 32px;
  }
}
.brands-cases .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .brands-cases .section__body {
    margin-bottom: 20px;
  }
}
.brands-cases__list {
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .brands-cases__list {
    border-radius: 12px;
  }
}
.brands-cases__list .card_full-width {
  color: #032240;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.brands-cases__list .card_full-width::after {
  background: #ffffff;
  opacity: 1;
}
.brands-cases__list .card_full-width-body h2 {
  color: #032240;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .brands-cases__list .card_full-width-body h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .brands-cases__list .card_full-width-body h2 {
    font-size: 24px;
  }
}
.brands-cases__list .card_full-width-body p {
  margin-top: 20px;
  color: #032240;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 140%;
  opacity: 0.7;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .brands-cases__list .card_full-width-body p {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .brands-cases__list .card_full-width-body p {
    margin-top: 8px;
  }
}
.brands-cases__header {
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .brands-cases__header {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .brands-cases__header {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .brands-cases__header {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.brands-cases__desc {
  margin-top: 20px;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 140%;
  color: #032240;
  opacity: 0.7;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .brands-cases__desc {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .brands-cases__desc {
    margin-top: 8px;
  }
}
.brands-cases__desc p {
  margin-top: 20px;
  color: #032240;
  font-family: "Gotham";
  font-size: 18px;
  line-height: 140%;
  opacity: 0.7;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .brands-cases__desc p {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .brands-cases__desc p {
    margin-top: 8px;
  }
}
@media (max-width: 1549px) {
  .brands-cases__desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1280px) {
  .brands-cases__desc {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .brands-cases__desc {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.brands-testimonials .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .brands-testimonials .section__header {
    margin-bottom: 32px;
  }
}
.brands-testimonials .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .brands-testimonials .section__body {
    margin-bottom: 20px;
  }
}
.brands-testimonials__buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .brands-testimonials__buttons {
    display: none;
  }
}
.brands-testimonials__buttons-left,
.brands-testimonials__buttons-right {
  position: absolute;
}
.brands-testimonials__buttons-left {
  left: -30px;
}
.brands-testimonials__buttons-right {
  right: -30px;
}
.brands-testimonials__list {
  border-radius: 80px;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
  overflow: hidden;
}
.brands-testimonials__list .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .brands-testimonials__list {
    border-radius: 40px 12px 12px 40px;
  }
}
.brands-testimonials .swiper-slide:first-child .card_testimonials {
  border-radius: 80px 12px 12px 80px;
}
@media (max-width: 1024px) {
  .brands-testimonials .swiper-slide:first-child .card_testimonials {
    border-radius: 40px 12px 12px 40px;
  }
}
.brands-testimonials .swiper-slide:last-child .card_testimonials {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1024px) {
  .brands-testimonials .swiper-slide:last-child .card_testimonials {
    border-radius: 12px 40px 40px 12px;
  }
}
.brands-testimonials .swiper-slide .card_testimonials-header h4 {
  font-weight: 400;
}
.brands-testimonials .swiper-slide .card_testimonials-header p {
  color: #ffffff;
  opacity: 0.7;
}
.brands-testimonials .swiper-slide .card_testimonials-body p {
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .brands-testimonials .swiper-slide {
    max-width: 240px;
  }
}
.company-about .section__media img {
  -o-object-position: top left;
     object-position: top left;
}
.company-about__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.company-about__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .company-about__text {
    font-size: 16px;
  }
}
.company-history__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.company-history__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .company-history__text {
    font-size: 16px;
  }
}
.company-testimonials .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .company-testimonials .section__header {
    margin-bottom: 32px;
  }
}
.company-testimonials .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .company-testimonials .section__body {
    margin-bottom: 20px;
  }
}
.company-testimonials__buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .company-testimonials__buttons {
    display: none;
  }
}
.company-testimonials__buttons-left,
.company-testimonials__buttons-right {
  position: absolute;
}
.company-testimonials__buttons-left {
  left: -30px;
}
.company-testimonials__buttons-right {
  right: -30px;
}
.company-testimonials__list {
  border-radius: 80px;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
  overflow: hidden;
}
.company-testimonials__list .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .company-testimonials__list {
    border-radius: 40px 12px 12px 40px;
  }
}
.company-testimonials .swiper-slide .card_testimonials-header h4 {
  font-weight: 400;
}
.company-testimonials .swiper-slide .card_testimonials-header p {
  color: #ffffff;
  opacity: 0.7;
}
.company-testimonials .swiper-slide .card_testimonials-body p {
  color: #ffffff;
  opacity: 0.7;
}
.company-testimonials .swiper-slide:first-child .card_testimonials {
  border-radius: 80px 12px 12px 80px;
}
@media (max-width: 1024px) {
  .company-testimonials .swiper-slide:first-child .card_testimonials {
    border-radius: 40px 12px 12px 40px;
  }
}
.company-testimonials .swiper-slide:last-child .card_testimonials {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1024px) {
  .company-testimonials .swiper-slide:last-child .card_testimonials {
    border-radius: 12px 40px 40px 12px;
  }
}
@media (max-width: 1024px) {
  .company-testimonials .swiper-slide {
    max-width: 240px;
  }
}
.company-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .company-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.company-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .company-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .company-benefits .section__body {
    margin-bottom: 20px;
  }
}
.company-goals .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .company-goals .section__header {
    margin-bottom: 20px;
  }
}
.company-goals .section__body {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .company-goals .section__body {
    margin-bottom: 20px;
  }
}
.company-goals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .company-goals__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-goals__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0px 20px;
}
.company-goals__item:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1549px) {
  .company-goals__item {
    padding: 0px 10px;
  }
}
@media (max-width: 1280px) {
  .company-goals__item {
    width: 100%;
    padding: 20px 0px;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-goals__item:first-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
  .company-goals__item:nth-child(even) .company-goals__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .company-goals__item:nth-child(even) .company-goals__img {
    margin-right: 0;
    margin-left: 16px;
  }
}
.company-goals__img {
  min-width: 200px;
  max-width: 200px;
  height: 350px;
  margin-right: 20px;
  -webkit-filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .company-goals__img {
    min-width: 180px;
    max-width: 180px;
    height: 300px;
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .company-goals__img {
    min-width: 130px;
    max-width: 130px;
    height: 180px;
  }
}
.company-goals__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-goals__content {
  max-width: calc(100% - 220px);
}
@media (max-width: 1549px) {
  .company-goals__content {
    max-width: calc(100% - 180px);
  }
}
.company-goals__content-head {
  margin-bottom: 20px;
}
.company-goals__content-head h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .company-goals__content-head {
    margin-bottom: 8px;
  }
}
.company-goals__content .text-body {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .company-goals__content .text-body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .company-goals__content .text-body {
    font-size: 12px;
  }
}
.company-contact .section-contacts {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 0px 500px 500px 0px;
  overflow: hidden;
  padding: 80px 100px;
  padding-right: 260px;
  color: #032240;
}
@media (max-width: 1280px) {
  .company-contact .section-contacts {
    padding: 60px;
    padding-right: 180px;
  }
}
@media (max-width: 1024px) {
  .company-contact .section-contacts {
    position: relative;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .company-contact .section-contacts {
    padding: 20px 12px;
  }
}
.company-contact .section-contacts-header {
  color: var(--primary-color);
  margin-bottom: 40px;
}
@media (max-width: 1549px) {
  .company-contact .section-contacts-header {
    margin-bottom: 32px;
  }
}
.company-contact .section-contacts-header h2 {
  color: #032240;
}
.company-contact .section-contacts-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-contact .section-contacts-item {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .company-contact .section-contacts-item {
    width: 100%;
  }
}
.company-contact .section-contacts-item.large {
  width: 100%;
}
.company-contact .section-contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1549px) {
  .company-contact .section-contacts-footer {
    margin-top: 22px;
  }
}
@media (max-width: 576px) {
  .company-contact .section-contacts-footer {
    margin-top: 12px;
  }
}
.company-contact .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 70%;
  min-height: 800px;
}
@media (max-width: 1549px) {
  .company-contact .information {
    min-height: 710px;
  }
}
@media (max-width: 1024px) {
  .company-contact .information {
    padding: 0;
    height: auto;
    min-height: 0;
    margin-top: 40px;
  }
}
.company-contact .information__header {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 110%;
}
.company-contact .information__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  border-top: 2px solid var(--primary-color);
}
@media (max-width: 1024px) {
  .company-contact .information__header {
    margin-bottom: 12px;
  }
}
.company-contact .information__subheader {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1549px) {
  .company-contact .information__subheader {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.company-contact .information__contacts {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1549px) {
  .company-contact .information__contacts {
    font-size: 16px;
  }
}
.company-contact .information__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-contact .information__contacts-wrap .link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company-contact .information__contacts-text {
  margin-bottom: 0;
}
.company-contact .information__contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1549px) {
  .company-contact .information__contacts-phone {
    margin-bottom: 8px;
  }
}
.company-contact .information__contacts-phone .svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.company-contact .information__contacts-phone .link {
  margin-left: 12px;
}
.company-contact .information__social {
  margin-top: 80px;
}
@media (max-width: 1549px) {
  .company-contact .information__social {
    margin-top: 40px;
  }
}
.company-contact .information__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.company-contact .information__social-item {
  color: var(--primary-color);
  margin-right: 12px;
  opacity: 0.85;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.company-contact .information__social-item:hover {
  opacity: 1;
}
.company-contact .information__social-item:last-child {
  margin-right: 0;
}
.company-contact .map {
  z-index: -1;
}
.map {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 1600px;
  top: -300px;
  margin-bottom: -300px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .map {
    height: 600px;
    top: -100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 576px) {
  .map {
    height: 450px;
  }
}
.map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map_light {
  background: none;
  -webkit-transition: background linear 0.3ms;
  transition: background linear 0.3ms;
}
.map_light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(80%, rgba(0, 17, 51, 0)));
  background: linear-gradient(180deg, #ffffff 5%, rgba(0, 17, 51, 0) 80%);
  -webkit-transition: background linear 0.3ms;
  transition: background linear 0.3ms;
}
@media (max-width: 1024px) {
  .map_light::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #ffffff), color-stop(80%, rgba(0, 17, 51, 0)));
    background: linear-gradient(180deg, #ffffff 15%, rgba(0, 17, 51, 0) 80%);
    -webkit-transition: background linear 0.3ms;
    transition: background linear 0.3ms;
  }
}
.map_dark {
  background: none;
  -webkit-transition: background linear 0.3ms;
  transition: background linear 0.3ms;
}
.map_dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #001537), color-stop(80%, rgba(0, 17, 51, 0)));
  background: linear-gradient(180deg, #001537 5%, rgba(0, 17, 51, 0) 80%);
  -webkit-transition: background linear 0.3ms;
  transition: background linear 0.3ms;
}
@media (max-width: 1024px) {
  .map_dark::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #001537), color-stop(80%, rgba(0, 17, 51, 0)));
    background: linear-gradient(180deg, #001537 15%, rgba(0, 17, 51, 0) 80%);
    -webkit-transition: background linear 0.3ms;
    transition: background linear 0.3ms;
  }
}
.moda-main .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .moda-main .section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.moda-main .section__media {
  width: 100%;
  height: 100%;
  min-width: 800px;
  max-width: 1000px;
  margin-right: -50px;
  margin-bottom: -50px;
}
@media (max-width: 1549px) {
  .moda-main .section__media {
    min-width: 800px;
    margin-right: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .moda-main .section__media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    min-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.moda-main__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .moda-main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }
}
.moda-main__body {
  margin-bottom: 60px;
  margin-right: 60px;
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .moda-main__body {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.moda-main__footer {
  width: 100%;
}
@media (max-width: 1024px) {
  .moda-main__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.moda-video__list {
  margin-bottom: 40px;
  margin-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}
@media (max-width: 1549px) {
  .moda-video__list {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
}
.moda-video__item {
  color: var(--primary-color);
  margin-bottom: 32px;
}
@media (max-width: 1549px) {
  .moda-video__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .moda-video__item {
    margin-bottom: 12px;
  }
}
.moda-video__item:last-child {
  margin-bottom: 0;
}
.moda-video__item-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: var(--second-color);
}
@media (max-width: 1549px) {
  .moda-video__item-text {
    font-size: 16px;
  }
}
.moda-middle .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .moda-middle .section__header {
    margin-bottom: 32px;
  }
}
.moda-middle .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .moda-middle .section__body {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.moda-helps .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .moda-helps .section__header {
    margin-bottom: 32px;
  }
}
.moda-helps .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .moda-helps .section__body {
    margin-bottom: 20px;
  }
}
.moda-helps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 80px;
}
@media (max-width: 1024px) {
  .moda-helps__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
}
.moda-helps__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: calc(33% - 8px);
  min-height: 450px;
  border-radius: 12px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.07));
  color: #032240;
  background-color: #ffffff;
}
.moda-helps__card:first-child {
  border-radius: 80px 12px 12px 80px;
}
.moda-helps__card:last-child {
  margin-right: 0;
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1549px) {
  .moda-helps__card {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .moda-helps__card {
    width: 100%;
    max-width: 360px;
    min-height: calc((330 / 667) * 100vh);
    margin-bottom: 12px;
  }
  .moda-helps__card:first-child {
    border-radius: 12px;
  }
  .moda-helps__card:last-child {
    margin-bottom: 0;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
}
.moda-helps__img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 250px;
  border-radius: 12px 12px 200px 200px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .moda-helps__img {
    max-height: 200px;
  }
}
.moda-helps__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moda-helps__body {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 65%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 40px;
  padding-right: 30px;
}
@media (max-width: 1549px) {
  .moda-helps__body {
    padding: 16px;
    height: 60%;
  }
}
@media (max-width: 1024px) {
  .moda-helps__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 12px;
    height: auto;
    min-height: initial;
    max-height: 60%;
  }
}
.moda-helps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70%;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--primary-color);
}
@media (max-width: 1549px) {
  .moda-helps__info {
    margin-right: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1024px) {
  .moda-helps__info {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid var(--primary-color);
    max-width: 100%;
    text-align: center;
  }
}
.moda-helps__info-header {
  color: #000f30;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .moda-helps__info-header {
    margin-bottom: 4px;
  }
}
.moda-helps__info-desc {
  color: #000f30;
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .moda-helps__info-desc {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .moda-helps__info-desc {
    font-size: 12px;
  }
}
.moda-helps__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 40%;
}
@media (max-width: 1549px) {
  .moda-helps__benefits {
    max-width: 35%;
  }
}
@media (max-width: 1024px) {
  .moda-helps__benefits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}
.moda-helps__benefits-item {
  margin-bottom: 20px;
}
@media (max-width: 1549px) {
  .moda-helps__benefits-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .moda-helps__benefits-item {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .moda-helps__benefits-item:last-child {
    margin-right: 0;
  }
}
.moda-helps__benefits-item:last-child {
  margin-bottom: 0;
}
.moda-helps__benefits-head {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: rgba(3, 34, 64, 0.7);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .moda-helps__benefits-head {
    font-size: 16px;
  }
}
.moda-helps__benefits-desc {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  opacity: 0.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .moda-helps__benefits-desc {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .moda-helps__benefits-desc {
    font-size: 12px;
  }
}
.moda-cases .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .moda-cases .section__header {
    margin-bottom: 20px;
  }
}
.moda-cases .section__body {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .moda-cases .section__body {
    margin-bottom: 20px;
  }
}
.moda-cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .moda-cases__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.moda-cases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
  width: calc(25% - 16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.moda-cases__item:first-child {
  border-radius: 80px 12px 12px 80px;
}
.moda-cases__item:last-child {
  border-radius: 12px 80px 80px 12px;
}
@media (max-width: 1024px) {
  .moda-cases__item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 12px;
  }
  .moda-cases__item:first-child,
  .moda-cases__item:last-child {
    border-radius: 12px;
  }
  .moda-cases__item:last-child {
    margin-bottom: 0;
  }
}
.moda-cases__img {
  width: 100%;
  height: 200px;
  -webkit-filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
  margin: 0;
}
@media (max-width: 1549px) {
  .moda-cases__img {
    height: 180px;
  }
}
@media (max-width: 1024px) {
  .moda-cases__img {
    height: 140px;
  }
}
.moda-cases__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moda-cases__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .moda-cases__content {
    padding: 12px;
  }
}
.moda-cases__content-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .moda-cases__content-head {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .moda-cases__content-head {
    margin-bottom: 20px;
  }
}
.moda-cases__content-text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (max-width: 1549px) {
  .moda-cases__content-text {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .moda-cases__content-text {
    margin-bottom: 40px;
  }
}
.moda-cases__content .link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1549px) {
  .moda-cases__content .link {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .moda-cases__content .link {
    bottom: 12px;
    font-size: 12px;
  }
}
.light-version .materia-cases__item {
  border: 1px solid rgba(3, 34, 64, 0.2);
}
.moda-feedback .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .moda-feedback .section__header {
    margin-bottom: 32px;
  }
}
.moda-feedback .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .moda-feedback .section__body {
    margin-bottom: 20px;
  }
}
.moda-feedback__list {
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .moda-feedback__list {
    border-radius: 12px;
  }
}
.moda-feedback .card_full-width {
  height: 100%;
  max-height: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.moda-feedback .card_full-width-cut,
.moda-feedback .card_full-width-content {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .moda-feedback .card_full-width-cut,
  .moda-feedback .card_full-width-content {
    max-width: 100%;
  }
}
.moda-feedback .card_full-width-content {
  padding: 60px 40px;
}
@media (max-width: 1549px) {
  .moda-feedback .card_full-width-content {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback .card_full-width-content {
    padding: 16px;
    padding-top: 0px;
  }
}
.moda-feedback .card_full-width-cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 780px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: -webkit-gradient(linear, left top, right top, from(#04246e), color-stop(18.63%, #042672), color-stop(37.46%, #042872), color-stop(61.38%, #042872), color-stop(78.18%, #042a76), color-stop(97.72%, #042c78));
  background: linear-gradient(90deg, #04246e 0%, #042672 18.63%, #042872 37.46%, #042872 61.38%, #042a76 78.18%, #042c78 97.72%);
}
@media (max-width: 1549px) {
  .moda-feedback .card_full-width-cut {
    height: 750px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback .card_full-width-cut {
    height: auto;
  }
}
.moda-feedback__header {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1549px) {
  .moda-feedback__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.moda-feedback__header-head {
  padding-right: 20px;
  max-width: calc(100% - 135px);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (max-width: 1549px) {
  .moda-feedback__header-head {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback__header-head {
    font-size: 24px;
    margin-bottom: 8px;
    max-width: 100%;
    padding-right: 0;
  }
}
.moda-feedback__header .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 135px;
}
.moda-feedback__header .stars-star {
  color: #ffc20b;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .moda-feedback__header .stars-star .svg {
    width: 14px;
    height: 14px;
  }
}
.moda-feedback__body-row {
  margin-bottom: 40px;
}
@media (max-width: 1549px) {
  .moda-feedback__body-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback__body-row {
    margin-bottom: 16px;
  }
}
.moda-feedback__body-subhead {
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .moda-feedback__body-subhead {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback__body-subhead {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.moda-feedback__body-text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .moda-feedback__body-text {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .moda-feedback__body-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .moda-feedback__body-text {
    font-size: 12px;
  }
}
.moda-feedback__footer {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .moda-feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.light-version .materia-feedback .card_full-width {
  background: linear-gradient(96.66deg, #001586 0.21%, #022b8f 50.02%, #013086 70.77%, #002d76 99.82%);
}
.light-version .materia-feedback .card_full-width-cut {
  background: #0b8bff;
}
.moda-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .moda-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.moda-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .moda-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .moda-benefits .section__body {
    margin-bottom: 20px;
  }
}
.moda-integration .section__media img {
  -o-object-position: top;
     object-position: top;
}
.prices .section__header {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .prices .section__header {
    margin-bottom: 20px;
  }
}
.prices .section__body {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .prices .section__body {
    margin-bottom: 20px;
  }
}
.prices .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .prices__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prices__subhead {
  margin-top: 20px;
  text-align: center;
}
.consulting-main__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.consulting-main__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .consulting-main__text {
    font-size: 16px;
  }
}
.consulting-projects .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .consulting-projects .section__header {
    margin-bottom: 32px;
  }
}
.consulting-projects .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  .consulting-projects .section__body .card_img-inside__header h2 {
    font-size: 50px;
  }
}
@media (max-width: 1549px) {
  .consulting-projects .section__body .card_img-inside__header h2 {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .consulting-projects .section__body .card_img-inside__header h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .consulting-projects .section__body .card_img-inside__header h2 {
    font-size: 24px;
  }
}
@media (max-width: 1549px) {
  .consulting-projects .section__body .card_img-inside__desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .consulting-projects .section__body .card_img-inside__desc p:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .consulting-projects .section__body {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tryon-main__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.tryon-main__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .tryon-main__text {
    font-size: 16px;
  }
}
.tryon-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tryon-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.tryon-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .tryon-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .tryon-benefits .section__body {
    margin-bottom: 20px;
  }
}
.tryon-perfect-fit .section__content {
  position: initial;
  width: 100%;
  padding: 0;
}
.tryon-perfect-fit .section__header,
.tryon-perfect-fit .section__body,
.tryon-perfect-fit .section__footer {
  width: 40%;
  padding: 0;
}
@media (max-width: 1549px) {
  .tryon-perfect-fit .section__header,
  .tryon-perfect-fit .section__body,
  .tryon-perfect-fit .section__footer {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .tryon-perfect-fit .section__header,
  .tryon-perfect-fit .section__body,
  .tryon-perfect-fit .section__footer {
    width: 100%;
  }
}
.tryon-perfect-fit__collage {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  width: calc(60% - 65px);
  border-radius: 80px 0px 0px 80px;
  padding: 12px;
}
@media (max-width: 1549px) {
  .tryon-perfect-fit__collage {
    width: calc(55% - 20px);
    height: 620px;
  }
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage {
    position: relative;
    top: 0;
    width: 100%;
    height: 420px;
    -webkit-transform: none;
            transform: none;
    border-radius: 20px;
    margin-bottom: 12px;
    padding: 3px;
  }
}
@media (max-width: 767px) {
  .tryon-perfect-fit__collage {
    height: 300px;
  }
}
.tryon-perfect-fit__collage-col {
  height: 100%;
  width: 33.3%;
  margin-left: 12px;
}
.tryon-perfect-fit__collage-col:first-child {
  margin-left: 0px;
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-col {
    margin-left: 3px;
  }
}
.tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item {
  width: 100%;
  height: calc(50% - 6px);
}
.tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item:first-child {
  border-radius: 70px 12px 12px 12px;
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item:first-child {
    border-radius: 18px 3px 3px 3px;
  }
}
.tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item:last-child {
  border-radius: 12px 12px 12px 70px;
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item:last-child {
    border-radius: 3px 3px 3px 18px;
  }
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-left .tryon-perfect-fit__collage-item {
    height: calc(50% - 1.5px);
  }
}
.tryon-perfect-fit__collage-center .tryon-perfect-fit__collage-item {
  width: 100%;
  height: calc(33.3% - 8px);
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-center .tryon-perfect-fit__collage-item {
    height: calc(33.3% - 2px);
  }
}
.tryon-perfect-fit__collage-right .tryon-perfect-fit__collage-item {
  width: 100%;
  height: calc(50% - 6px);
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-right .tryon-perfect-fit__collage-item:first-child {
    border-radius: 3px 18px 3px 3px;
  }
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-right .tryon-perfect-fit__collage-item:last-child {
    border-radius: 3px 3px 18px 3px;
  }
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-right .tryon-perfect-fit__collage-item {
    height: calc(50% - 1.5px);
  }
}
.tryon-perfect-fit__collage-item {
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.tryon-perfect-fit__collage-item:last-child {
  margin-bottom: 0;
}
.tryon-perfect-fit__collage-item:hover,
.tryon-perfect-fit__collage-item:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media (max-width: 1024px) {
  .tryon-perfect-fit__collage-item {
    border-radius: 3px;
    margin-bottom: 3px;
  }
}
.tryon-perfect-fit__collage-item .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tryon-perfect-fit__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.tryon-perfect-fit__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .tryon-perfect-fit__text {
    font-size: 16px;
  }
}
.fit-main__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.fit-main__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .fit-main__text {
    font-size: 16px;
  }
}
.fit-middle__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.fit-middle__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .fit-middle__text {
    font-size: 16px;
  }
}
.fit-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .fit-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.fit-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.fit-benefits .section__body p {
  text-align: center;
}
@media (max-width: 1280px) {
  .fit-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .fit-benefits .section__body {
    margin-bottom: 20px;
  }
}
.sizing-main .section {
  overflow: hidden;
}
.sizing-main .section__content {
  padding-right: 57%;
  overflow-wrap: break-word;
}
@media (max-width: 1024px) {
  .sizing-main .section__content {
    padding-right: 0;
  }
}
.sizing-middle__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.sizing-middle__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .sizing-middle__text {
    font-size: 16px;
  }
}
.sizing-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sizing-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.sizing-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .sizing-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .sizing-benefits .section__body {
    margin-bottom: 20px;
  }
}
.sizing-tech .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sizing-tech .section__header {
    margin-bottom: 32px;
  }
}
.sizing-tech .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sizing-tech .section__body {
    margin-bottom: 20px;
  }
}
.sizing-tech .card_full-width {
  height: 800px;
}
@media (max-width: 1549px) {
  .sizing-tech .card_full-width {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .sizing-tech .card_full-width {
    height: auto;
  }
}
.sizing-tech .card_full-width-content {
  padding: 90px 60px;
}
@media (max-width: 1549px) {
  .sizing-tech .card_full-width-content {
    padding: 80px 40px;
  }
}
@media (max-width: 1280px) {
  .sizing-tech .card_full-width-content {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .sizing-tech .card_full-width-content {
    padding: 16px;
    padding-top: 0;
  }
}
.sizing-tech__header {
  margin-bottom: 40px;
}
@media (max-width: 1549px) {
  .sizing-tech__header {
    margin-bottom: 20px;
  }
}
.sizing-tech__body {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .sizing-tech__body {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1280px) {
  .sizing-tech__body {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .sizing-tech__body {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
.sizing-application .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sizing-application .section__header {
    margin-bottom: 32px;
  }
}
.sizing-application .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  .sizing-application .section__body .card_img-inside__header h2 {
    font-size: 50px;
  }
}
@media (max-width: 1549px) {
  .sizing-application .section__body .card_img-inside__header h2 {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .sizing-application .section__body .card_img-inside__header h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .sizing-application .section__body .card_img-inside__header h2 {
    font-size: 24px;
  }
}
@media (max-width: 1549px) {
  .sizing-application .section__body .card_img-inside__desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sizing-application .section__body .card_img-inside__desc p:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .sizing-application .section__body {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catalog-main__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.catalog-main__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .catalog-main__text {
    font-size: 16px;
  }
}
.catalog-inside .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .catalog-inside .section__header {
    margin-bottom: 32px;
  }
}
.catalog-inside .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .catalog-inside .section__body {
    margin-bottom: 20px;
  }
}
.catalog-inside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 80px;
}
@media (max-width: 1024px) {
  .catalog-inside__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
}
.catalog-inside .card_directions-content {
  min-height: 60%;
}
.catalog-benefits .section__header {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .catalog-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.catalog-benefits .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .catalog-benefits .section__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .catalog-benefits .section__body {
    margin-bottom: 20px;
  }
}
.catalog-goals .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .catalog-goals .section__header {
    margin-bottom: 20px;
  }
}
.catalog-goals .section__body {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .catalog-goals .section__body {
    margin-bottom: 20px;
  }
}
.catalog-goals .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog-goals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .catalog-goals__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-goals__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0px 20px;
}
.catalog-goals__item:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.catalog-goals__item .catalog-goals__img {
  position: relative;
}
.catalog-goals__item .catalog-goals__img .item_number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 200px;
  color: #032240;
}
@media (max-width: 1280px) {
  .catalog-goals__item .catalog-goals__img .item_number {
    font-size: 150px;
  }
}
@media (max-width: 1024px) {
  .catalog-goals__item .catalog-goals__img .item_number {
    font-size: 100px;
  }
}
@media (max-width: 1549px) {
  .catalog-goals__item {
    padding: 0px 10px;
  }
}
@media (max-width: 1280px) {
  .catalog-goals__item {
    width: 100%;
    padding: 20px 0px;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .catalog-goals__item:first-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
  .catalog-goals__item:nth-child(even) .catalog-goals__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .catalog-goals__item:nth-child(even) .catalog-goals__img {
    margin-right: 0;
    margin-left: 16px;
  }
}
.catalog-goals__img {
  min-width: 200px;
  max-width: 220px;
  height: 350px;
  margin-right: 20px;
  -webkit-filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .catalog-goals__img {
    max-width: 180px;
    min-width: 180px;
    height: 300px;
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .catalog-goals__img {
    max-width: 130px;
    min-width: 130px;
    height: 180px;
  }
}
.catalog-goals__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-goals__content-head {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .catalog-goals__content-head {
    margin-bottom: 8px;
  }
}
.catalog-goals__content .text-body {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .catalog-goals__content .text-body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .catalog-goals__content .text-body {
    font-size: 12px;
  }
}
.phygital-main__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.phygital-main__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .phygital-main__text {
    font-size: 16px;
  }
}
.phygital-benefits .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .phygital-benefits .section__header {
    margin-bottom: 32px;
  }
}
.phygital-benefits .section__body {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .phygital-benefits .section__body {
    margin-bottom: 20px;
  }
}
.phygital-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 80px;
}
@media (max-width: 1024px) {
  .phygital-benefits__list {
    width: 100%;
    margin: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
  }
}
.phygital-benefits .card_directions-content {
  min-height: 60%;
}
.phygital-digital .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .phygital-digital .section__header {
    margin-bottom: 20px;
  }
}
.phygital-digital .section__body {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .phygital-digital .section__body {
    margin-bottom: 20px;
  }
}
.phygital-digital__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .phygital-digital__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.phygital-digital__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0px 20px;
}
.phygital-digital__item:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1549px) {
  .phygital-digital__item {
    padding: 0px 10px;
  }
}
@media (max-width: 1280px) {
  .phygital-digital__item {
    width: 100%;
    padding: 20px 0px;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .phygital-digital__item:first-child {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
  .phygital-digital__item:nth-child(even) .phygital-digital__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .phygital-digital__item:nth-child(even) .phygital-digital__img {
    margin-right: 0;
    margin-left: 16px;
  }
}
.phygital-digital__img {
  min-width: 200px;
  max-width: 220px;
  height: 350px;
  margin-right: 20px;
  -webkit-filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.2));
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1549px) {
  .phygital-digital__img {
    max-width: 180px;
    min-width: 180px;
    height: 300px;
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .phygital-digital__img {
    max-width: 130px;
    min-width: 130px;
    height: 180px;
  }
}
.phygital-digital__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.phygital-digital__content-head {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .phygital-digital__content-head {
    margin-bottom: 8px;
  }
}
.phygital-digital__content p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .phygital-digital__content p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .phygital-digital__content p {
    font-size: 12px;
  }
}
.phygital-video__text {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
  opacity: 0.7;
}
.phygital-video__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .phygital-video__text {
    font-size: 16px;
  }
}
.text-page-content .section__content {
  width: 80%;
}
@media (max-width: 1024px) {
  .text-page-content .section__content {
    width: 100%;
  }
}
.text-page-content .section__header {
  margin-bottom: 20px;
}
.text-page-content .section__body .text-body {
  margin-top: 20px;
}
.text-page-content .section__body .text-body:last-child {
  margin-bottom: 0;
}
.text-page-content .section__footer {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .text-page-content .section__footer {
    margin-top: 20px;
  }
}
.text-page-content__row {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .text-page-content__row {
    margin-top: 40px;
  }
}
.text-page-content__row-head {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .text-page-content__row-head {
    padding-bottom: 0;
  }
}
.solutions-main {
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .solutions-main {
    padding-bottom: 0;
  }
}
.solutions-main .section__media1 {
  position: absolute;
  top: -260px;
  left: 0;
  width: 100%;
  height: 1300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.69%, rgba(0, 21, 56, 0)), to(#001537)), url(../images/backgrounds/solutions/3d-abstract.png);
  background: linear-gradient(180deg, rgba(0, 21, 56, 0) 27.69%, #001537 100%), url(../images/backgrounds/solutions/3d-abstract.png);
  z-index: -1;
  overflow: hidden;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 101% 80%;
}
@media (max-width: 1280px) {
  .solutions-main .section__media1 {
    top: -170px;
    background-size: 150%;
    height: 100%;
  }
}
.solutions-main .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 660px;
  margin: 0 auto;
}
.solutions-main .section__header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .solutions-main .section__header {
    margin-bottom: 20px;
  }
}
.solutions-main .section__body {
  position: relative;
  margin-bottom: 60px;
}
.solutions-main .section__body p {
  text-align: center;
  opacity: 1;
}
@media (max-width: 1024px) {
  .solutions-main .section__body {
    margin-bottom: 20px;
  }
}
.solutions-main .section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.solutions-main__desc {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .solutions-main__desc {
    font-size: 16px;
    text-align: left;
  }
}
.light-version .solutions-main .section__media1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.69%, rgba(0, 21, 56, 0)), to(#ffffff)), url(../images/backgrounds/solutions/3d-abstract.png);
  background: linear-gradient(180deg, rgba(0, 21, 56, 0) 27.69%, #ffffff 100%), url(../images/backgrounds/solutions/3d-abstract.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 101% 80%;
}
@media (max-width: 1280px) {
  .light-version .solutions-main .section__media1 {
    top: -170px;
    background-size: 150%;
    height: 100%;
  }
}
.solutions-sizing .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .solutions-sizing .section__header {
    margin-bottom: 32px;
  }
}
.solutions-sizing .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .solutions-sizing .section__body {
    margin-bottom: 20px;
  }
}
.solutions-sizing .card_full-width {
  height: 800px;
}
@media (max-width: 1549px) {
  .solutions-sizing .card_full-width {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .solutions-sizing .card_full-width {
    height: auto;
  }
}
.solutions-sizing .card_full-width-content {
  padding: 90px 60px;
}
@media (max-width: 1549px) {
  .solutions-sizing .card_full-width-content {
    padding: 80px 40px;
  }
}
@media (max-width: 1280px) {
  .solutions-sizing .card_full-width-content {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .solutions-sizing .card_full-width-content {
    padding: 16px;
    padding-top: 0;
  }
}
.solutions-sizing__header {
  margin-bottom: 40px;
}
@media (max-width: 1549px) {
  .solutions-sizing__header {
    margin-bottom: 20px;
  }
}
.solutions-sizing__body {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .solutions-sizing__body {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1280px) {
  .solutions-sizing__body {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .solutions-sizing__body {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
.solutions-fashion .section__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .solutions-fashion .section__header {
    margin-bottom: 32px;
  }
}
.solutions-fashion .section__body {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .solutions-fashion .section__body {
    margin-bottom: 20px;
  }
}
.solutions-fashion .card_full-width {
  height: 800px;
}
@media (max-width: 1549px) {
  .solutions-fashion .card_full-width {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .solutions-fashion .card_full-width {
    height: auto;
  }
}
.solutions-fashion .card_full-width-content {
  padding: 90px 60px;
}
@media (max-width: 1549px) {
  .solutions-fashion .card_full-width-content {
    padding: 80px 40px;
  }
}
@media (max-width: 1280px) {
  .solutions-fashion .card_full-width-content {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .solutions-fashion .card_full-width-content {
    padding: 16px;
    padding-top: 0;
  }
}
.solutions-fashion__header {
  margin-bottom: 40px;
}
@media (max-width: 1549px) {
  .solutions-fashion__header {
    margin-bottom: 20px;
  }
}
.solutions-fashion__body {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 100%;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .solutions-fashion__body {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1280px) {
  .solutions-fashion__body {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .solutions-fashion__body {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100%;
    word-break: break-word;
  }
}
.technology-content .section__content {
  max-width: 80%;
}
@media (max-width: 1280px) {
  .technology-content .section__content {
    max-width: 100%;
  }
}
.technology-content .section__header {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .technology-content .section__header {
    margin-bottom: 40px;
  }
}
.technology-content__row {
  position: relative;
  padding-left: 100px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .technology-content__row {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.technology-content__row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .technology-content__row-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.technology-content__row-line {
  position: relative;
  min-width: 30%;
}
.technology-content__row-line::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
}
@media (max-width: 1024px) {
  .technology-content__row-line::after {
    width: calc(100% - 55px);
    top: 15px;
    left: initial;
    right: 0;
  }
}
.technology-content__row-line-number {
  position: absolute;
  top: -5px;
  left: -100px;
}
@media (max-width: 1024px) {
  .technology-content__row-line-number {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .technology-content__row-line-number .headline_style2 {
    font-size: 36px;
  }
}
.technology-content__row-desc {
  margin-left: 32px;
}
@media (max-width: 1024px) {
  .technology-content__row-desc {
    margin-left: 0;
    margin-top: 16px;
  }
}
.technology-content__row-desc .headline {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .technology-content__row-desc .headline {
    margin-bottom: 12px;
  }
}
.technology-content__row-desc .text-body:last-child {
  margin-bottom: 0;
}
.technology-content__row-media {
  position: relative;
  width: 100%;
  height: 420px;
  margin-top: 40px;
}
@media (max-width: 1549px) {
  .technology-content__row-media {
    height: 320px;
  }
}
@media (max-width: 1024px) {
  .technology-content__row-media {
    margin-top: 20px;
    height: 200px;
  }
}
.technology-content__row-media.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.technology-content__row-media-header {
  height: inherit;
  overflow: hidden;
  border-radius: 200px 12px 12px 12px;
}
@media (max-width: 1024px) {
  .technology-content__row-media-header {
    border-radius: 0;
  }
}
.technology-content__row-media-center {
  width: 100%;
  height: 290px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 1549px) {
  .technology-content__row-media-center {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .technology-content__row-media-center {
    border-radius: 0;
  }
}
.technology-content__row-media-center:first-child {
  max-width: 35%;
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .technology-content__row-media-center:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.technology-content__row-media-center:last-child {
  max-width: calc(65% - 32px);
}
@media (max-width: 1024px) {
  .technology-content__row-media-center:last-child {
    max-width: 100%;
  }
}
.technology-content__row-media-footer {
  height: inherit;
  overflow: hidden;
  border-radius: 12px 12px 200px 12px;
}
@media (max-width: 1024px) {
  .technology-content__row-media-footer {
    border-radius: 0;
  }
}
.technology-content__row-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-demo {
  position: relative;
}
.page-demo .section__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-demo .section__header .headline {
  padding: 20px 100px;
  text-align: center;
  margin-bottom: 80px;
}
.page-demo .section__header .headline h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--second-color);
  max-width: 250px;
  word-break: break-word;
}
@media (max-width: 1549px) {
  .page-demo .section__header .headline {
    padding: 20px 80px;
  }
}
@media (max-width: 1280px) {
  .page-demo .section__header .headline {
    padding: 20px 60px;
  }
  .page-demo .section__header .headline h2 {
    font-size: 40px;
    max-width: 170px;
  }
}
@media (max-width: 1024px) {
  .page-demo .section__header .headline {
    padding: 20px 40px;
    margin-bottom: 64px;
  }
  .page-demo .section__header .headline h2 {
    font-size: 32px;
    max-width: 120px;
  }
}
.page-demo .section__body .block_model_men {
  display: none;
}
.page-demo .section__body .btn_men {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 180px;
  border-radius: 80px 5px 5px 12px;
  background-color: #000f5f;
  border: 1px solid #1A456B;
  text-align: left;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.page-demo .section__body .btn_men:hover,
.page-demo .section__body .btn_men:focus {
  background-color: #78e9ce;
  border-color: #78e9ce;
}
.page-demo .section__body .btn_men:hover .btn_text,
.page-demo .section__body .btn_men:focus .btn_text {
  color: #032240;
}
.page-demo .section__body .btn_men .btn_text {
  display: inline-block;
  margin-left: 53px;
  max-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
}
.page-demo .section__body .btn_men .btn_picture {
  margin: 0;
  background-image: url("../images/demo/button-bg.png");
  position: absolute;
  top: -1px;
  right: -1px;
  width: 230px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px 5px 5px 90px;
  overflow: hidden;
  opacity: 1;
}
.page-demo .section__body .btn_men .btn_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-demo .section__body .btn_men .img_men_bg {
  position: absolute;
  top: -1px;
  right: -1px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px 5px 5px 90px;
  overflow: hidden;
}
.page-demo .section__body .btn_women {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 179px;
  border-radius: 5px 80px 12px 5px;
  background-color: #000f5f;
  border: 1px solid #1A456B;
  text-align: right;
  opacity: 1;
}
.page-demo .section__body .btn_women:hover,
.page-demo .section__body .btn_women:focus {
  background-color: #78e9ce;
  border-color: #78e9ce;
}
.page-demo .section__body .btn_women:hover .btn_text,
.page-demo .section__body .btn_women:focus .btn_text {
  color: #032240;
}
.page-demo .section__body .btn_women .btn_text {
  display: inline-block;
  margin-right: 53px;
  max-width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
}
.page-demo .section__body .btn_women .btn_picture {
  margin: 0;
  background-image: url('../images/demo/button-bg.png');
  position: absolute;
  top: -1px;
  left: -1px;
  width: 230px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px 90px 90px 5px;
  overflow: hidden;
  opacity: 1;
}
.page-demo .section__body .btn_women .btn_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-demo .section__body .btn_women .img_men_bg {
  position: absolute;
  top: -1px;
  left: -1px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px 5px 5px 90px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .page-demo .section__body .btn_men .btn_text {
    margin-left: 5px;
  }
  .page-demo .section__body .btn_women .btn_text {
    margin-right: 5px;
  }
}
@media (max-width: 1563px) {
  .page-demo .section__body .btn_men .btn_text {
    margin-left: 0;
  }
  .page-demo .section__body .btn_men .btn_picture {
    width: 200px;
  }
  .page-demo .section__body .btn_women .btn_text {
    margin-right: 0;
  }
  .page-demo .section__body .btn_women .btn_picture {
    width: 200px;
  }
}
@media (max-width: 1549px) {
  .page-demo .section__body .btn_men,
  .page-demo .section__body .btn_women {
    height: 140px;
  }
  .page-demo .section__body .btn_men .btn_text,
  .page-demo .section__body .btn_women .btn_text {
    font-size: 28px;
  }
  .page-demo .section__body .btn_men .btn_picture,
  .page-demo .section__body .btn_women .btn_picture {
    width: 200px;
    height: 140px;
  }
  .page-demo .section__body .btn_men {
    border-top-left-radius: 70px;
  }
  .page-demo .section__body .btn_women {
    border-top-right-radius: 70px;
  }
}
@media (max-width: 1280px) {
  .page-demo .section__body .btn_men,
  .page-demo .section__body .btn_women {
    margin-bottom: 14px;
    height: 100px;
  }
  .page-demo .section__body .btn_men .btn_text,
  .page-demo .section__body .btn_women .btn_text {
    font-size: 26px;
  }
  .page-demo .section__body .btn_men .btn_picture,
  .page-demo .section__body .btn_women .btn_picture {
    width: 150px;
    height: 100px;
  }
  .page-demo .section__body .btn_men {
    border-top-left-radius: 50px;
  }
  .page-demo .section__body .btn_women {
    border-top-right-radius: 50px;
  }
}
@media (max-width: 1024px) {
  .page-demo .section__body .col-6,
  .page-demo .section__body .col-lg-6 {
    padding: 0 7px;
  }
  .page-demo .section__body .btn_men,
  .page-demo .section__body .btn_women {
    padding: 12px 15px;
    height: 60px;
  }
  .page-demo .section__body .btn_men .btn_text,
  .page-demo .section__body .btn_women .btn_text {
    font-size: 24px;
  }
  .page-demo .section__body .btn_men .btn_picture,
  .page-demo .section__body .btn_women .btn_picture {
    width: 100px;
    height: 60px;
  }
  .page-demo .section__body .btn_men {
    border-top-left-radius: 30px;
  }
  .page-demo .section__body .btn_women {
    border-top-right-radius: 30px;
  }
}
@media (max-width: 767px) {
  .page-demo .section__body .btn_position_end {
    text-align: end;
  }
  .page-demo .section__body .btn_position_end .btn_men {
    max-width: 160px;
  }
  .page-demo .section__body .btn_position_end .btn_men .btn_text {
    font-size: 16px;
  }
  .page-demo .section__body .btn_position_end .btn_men .btn_picture {
    width: 80px;
  }
  .page-demo .section__body .btn_position_start {
    text-align: start;
  }
  .page-demo .section__body .btn_position_start .btn_women {
    max-width: 160px;
  }
  .page-demo .section__body .btn_position_start .btn_women .btn_text {
    font-size: 16px;
  }
  .page-demo .section__body .btn_position_start .btn_women .btn_picture {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .page-demo .section__body .btn_men,
  .page-demo .section__body .btn_women {
    max-width: 450px;
    padding: 12px 15px;
    height: 60px;
  }
  .page-demo .section__body .btn_men .btn_text,
  .page-demo .section__body .btn_women .btn_text {
    font-size: 16px;
    opacity: 1;
  }
  .page-demo .section__body .btn_men .btn_picture,
  .page-demo .section__body .btn_women .btn_picture {
    height: 60px;
    opacity: 1;
  }
  .page-demo .section__body .btn_men {
    border-top-left-radius: 30px;
  }
  .page-demo .section__body .btn_women {
    border-top-right-radius: 30px;
  }
}
.page-demo .section__body .active {
  background-color: #78e9ce;
  border-color: #78e9ce;
  color: #032240;
}
.page-demo .section__body .active .btn_text {
  color: #032240;
}
.page-demo .section__body .block_content {
  height: 100%;
}
.page-demo .section__body .block_content .block_model_men,
.page-demo .section__body .block_content .block_model_women {
  margin-bottom: 200px;
}
.page-demo .section__body .block_content .block_model_men .block_model_left,
.page-demo .section__body .block_content .block_model_women .block_model_left,
.page-demo .section__body .block_content .block_model_men .block_model_right,
.page-demo .section__body .block_content .block_model_women .block_model_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background-blend-mode: overlay;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.page-demo .section__body .block_content .block_model_men .block_model_left .item_picture,
.page-demo .section__body .block_content .block_model_women .block_model_left .item_picture,
.page-demo .section__body .block_content .block_model_men .block_model_right .item_picture,
.page-demo .section__body .block_content .block_model_women .block_model_right .item_picture {
  border-radius: 0 0 500em 500em;
  overflow: hidden;
}
.page-demo .section__body .block_content .block_model_men .block_model_left .item_picture img,
.page-demo .section__body .block_content .block_model_women .block_model_left .item_picture img,
.page-demo .section__body .block_content .block_model_men .block_model_right .item_picture img,
.page-demo .section__body .block_content .block_model_women .block_model_right .item_picture img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-demo .section__body .block_content .block_model_men .block_model_left .item_button,
.page-demo .section__body .block_content .block_model_women .block_model_left .item_button,
.page-demo .section__body .block_content .block_model_men .block_model_right .item_button,
.page-demo .section__body .block_content .block_model_women .block_model_right .item_button {
  max-width: 264px;
  max-height: 210px;
  text-align: center;
  margin: 40px auto 60px 	auto;
}
.page-demo .section__body .block_content .block_model_men .block_model_left .item_button .btn_text,
.page-demo .section__body .block_content .block_model_women .block_model_left .item_button .btn_text,
.page-demo .section__body .block_content .block_model_men .block_model_right .item_button .btn_text,
.page-demo .section__body .block_content .block_model_women .block_model_right .item_button .btn_text {
  opacity: 1;
}
.page-demo .section__body .block_content .block_model_men .block_model_left,
.page-demo .section__body .block_content .block_model_women .block_model_left {
  border-radius: 4px 4px 12px 80px;
}
.page-demo .section__body .block_content .block_model_men .block_model_right,
.page-demo .section__body .block_content .block_model_women .block_model_right {
  border-radius: 4px 4px 80px 12px;
}
@media (max-width: 1549px) {
  .page-demo .section__body .block_content .block_model_men,
  .page-demo .section__body .block_content .block_model_women {
    margin-bottom: 130px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left,
  .page-demo .section__body .block_content .block_model_women .block_model_left {
    border-radius: 4px 4px 12px 60px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_picture img {
    height: 620px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_right,
  .page-demo .section__body .block_content .block_model_women .block_model_right {
    border-radius: 4px 4px 60px 12px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_picture img {
    height: 620px;
  }
}
@media (max-width: 1280px) {
  .page-demo .section__body .block_content .block_model_men,
  .page-demo .section__body .block_content .block_model_women {
    margin-bottom: 100px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_picture img {
    height: 420px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_button {
    margin: 35px auto 40px auto;
  }
}
@media (max-width: 1024px) {
  .page-demo .section__body .block_content .block_model_men .block_model_left,
  .page-demo .section__body .block_content .block_model_women .block_model_left,
  .page-demo .section__body .block_content .block_model_men .block_model_right,
  .page-demo .section__body .block_content .block_model_women .block_model_right {
    max-height: 720px;
    border-radius: 4px 4px 24px 24px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_picture img {
    height: 620px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_button {
    margin: 35px auto 40px auto;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left,
  .page-demo .section__body .block_content .block_model_women .block_model_left {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-demo .section__body .block_content .block_model_men .block_model_left,
  .page-demo .section__body .block_content .block_model_women .block_model_left,
  .page-demo .section__body .block_content .block_model_men .block_model_right,
  .page-demo .section__body .block_content .block_model_women .block_model_right {
    max-width: 320px;
    max-height: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_picture img,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_picture img,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_picture img {
    width: 100%;
    height: 370px;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_button {
    margin: 35px auto 40px auto;
  }
}
@media (max-width: 576px) {
  .page-demo .section__body .block_content .block_model_men .block_model_left,
  .page-demo .section__body .block_content .block_model_women .block_model_left,
  .page-demo .section__body .block_content .block_model_men .block_model_right,
  .page-demo .section__body .block_content .block_model_women .block_model_right {
    margin-left: auto;
    margin-right: auto;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_picture,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_picture,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_picture,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_picture {
    overflow: hidden;
  }
  .page-demo .section__body .block_content .block_model_men .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_left .item_button,
  .page-demo .section__body .block_content .block_model_men .block_model_right .item_button,
  .page-demo .section__body .block_content .block_model_women .block_model_right .item_button {
    margin: 35px auto 40px auto;
  }
}
.page-demo .bg-lines-demo {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .page-demo .bg-lines-demo {
    top: 60%;
  }
}
.demo-personal {
  position: relative;
}
.demo-personal .bg_lines {
  position: absolute;
  top: -716px;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.demo-personal .section__media img {
  width: 1000px;
  height: 620px;
  border-radius: 500em 0 0 500em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1549px) {
  .demo-personal .section__media img {
    height: 520px;
  }
}
@media (max-width: 1280px) {
  .demo-personal .section__media img {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .demo-personal .section__media img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .demo-personal .section__media img {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .demo-personal .section__media img {
    height: 200px;
  }
}
.demo-personal .section__header {
  -ms-flex-pack: left;
      justify-content: left;
  -webkit-box-pack: start;
}
.demo-personal .section__header .borders {
  padding: 20px;
  margin-bottom: 0;
}
.demo-personal .section__header .borders h2 {
  max-width: 440px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: left;
  color: var(--second-color);
}
@media (max-width: 1024px) {
  .demo-personal .section__header {
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-pack: center;
  }
  .demo-personal .section__header .borders h2 {
    max-width: 250px;
    text-align: center;
  }
}
.demo-personal p {
  font-family: "Gotham";
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--second-color);
}
.demo-personal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1549px) {
  .demo-personal p {
    font-size: 16px;
  }
}
