@font-face {
  font-family: "Signika";
  src: url("../fonts/signika-light-webfont.woff2") format("woff2"), url("../fonts/signika-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signika";
  src: url("../fonts/signika-semibold-webfont.woff2") format("woff2"), url("../fonts/signika-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  background-color: rgba(22, 47, 56, 0.95);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hidden-m {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-d {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.button {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 53px 16px 28px;
  background-color: #F01C8A;
  border: none;
  border-radius: 100px;
  position: relative;
  transition: all 0.25s;
}
@media (min-width: 1440px) {
  .button {
    font-size: 24px;
    line-height: 1;
    min-width: 245px;
  }
}
.button-orange {
  background-color: #FD8F64;
}
.button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #FFFFFF;
  border-right: 1.5px solid #FFFFFF;
  position: absolute;
  top: 23px;
  right: 28px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.button:after {
  content: "";
  display: block;
  width: 15px;
  height: 1.5px;
  background-color: #FFFFFF;
  position: absolute;
  right: 27px;
  top: 28.25px;
  transition: all 0.25s;
}
.button:hover {
  background-color: #FFFFFF;
  color: #F01C8A;
}
.button:hover:before {
  border-color: #F01C8A;
}
.button:hover:after {
  background: #F01C8A;
}
.button-orange {
  background-color: #FD8F64;
}
.button-orange:hover {
  background-color: #FFFFFF;
  color: #FD8F64;
}
.button-orange:hover:before {
  border-color: #FD8F64;
}
.button-orange:hover:after {
  background: #FD8F64;
}

.box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.box .inner {
  background-color: rgba(255, 255, 255, 0.41);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  overflow: hidden;
  display: flex;
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  max-width: 315px;
  max-height: 665px;
}
@media (min-width: 768px) {
  .box .inner {
    max-width: 689px;
    max-height: 449px;
  }
}
@media (min-width: 1440px) {
  .box .inner {
    border-radius: 40px;
    max-width: 1128px;
    max-height: 745px;
  }
}

body > .box {
  padding: 0;
}

.box.chart,
.box.info,
.box.totals,
.box.related {
  padding: 0;
  position: relative;
  z-index: 2;
}
.box.chart .inner,
.box.info .inner,
.box.totals .inner,
.box.related .inner {
  width: 100%;
  max-width: 100%;
  border-radius: 30px 30px 0px 0px;
  background: #FFFFFF;
  padding: 20px;
  height: calc(100% - 0px);
  max-height: calc(100% - 0px);
  transform: translateY(102px);
  z-index: 10;
}
@media (min-width: 1440px) {
  .box.chart .inner,
  .box.info .inner,
  .box.totals .inner,
  .box.related .inner {
    border-radius: 60px 60px 0px 0px;
    padding: 64px;
    transform: translateY(132px);
  }
}

.box.info {
  padding-top: 20px;
}
@media (min-width: 1440px) {
  .box.info {
    padding-top: 0px;
  }
}
@media (min-width: 1880px) {
  .box.info {
    padding-top: 20px;
  }
}
.box.info .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box.info .container {
  width: 100%;
  max-width: 1128px;
  border-radius: 30px 30px 0px 0px;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .box.info .container {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .box.info .container {
    transform: translateY(-20px);
    border-radius: 60px 60px 0px 0px;
  }
}
@media (min-width: 1440px) {
  .box.info .container {
    transform: translateY(0px);
  }
}
.box.info .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 384px;
  padding: 24px 20px 20px;
}
@media (min-width: 1000px) {
  .box.info .wrapper {
    min-height: 284px;
  }
}
@media (min-width: 1440px) {
  .box.info .wrapper {
    min-height: 384px;
    padding: 48px 60px 50px;
  }
}
.box.info .media {
  display: block;
  width: 100%;
  margin-top: 0;
  max-height: 140px;
  overflow: hidden;
}
.box.info .media img {
  display: block;
  width: 100%;
}
.box.info .texts {
  margin-top: 0;
  margin-bottom: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .box.info .texts {
    width: 62.5%;
    padding-right: 75px;
  }
}
.box.info .texts .title {
  color: #F01C8A;
  font-family: "Signika";
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.96px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 566px;
}
@media (min-width: 768px) {
  .box.info .texts .title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.92px;
  }
}
.box.info .texts .title:last-child {
  max-width: 420px;
  margin-top: 0;
  margin-bottom: auto;
}
.box.info .texts .text {
  color: rgba(41, 68, 79, 0.95);
  font-family: "Signika";
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: auto;
  margin-top: 37px;
  border-top: 1px solid #F01C8A;
  padding-top: 38px;
}
@media (min-width: 768px) {
  .box.info .texts .text {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (min-width: 1880px) {
  .box.info .texts .text {
    margin-top: 37px;
    padding-top: 38px;
  }
}
.box.info .percent {
  color: #F01C8A;
  font-family: "Signika";
  font-size: 59.221px;
  line-height: 1.2;
  letter-spacing: -1.969px;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .box.info .percent {
    width: 37.5%;
    margin-left: auto;
    border-left: 1px solid #F01C8A;
  }
}
@media (min-width: 1440px) {
  .box.info .percent {
    width: 37.5%;
    margin-left: auto;
    border-left: 1px solid #F01C8A;
    font-size: 99.221px;
    line-height: 1.2;
    letter-spacing: -3.969px;
  }
}

.box.totals {
  padding-top: 20px;
}
.box.totals .inner {
  padding: 60px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .box.totals .inner {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner {
    padding-top: 137px;
  }
}
@media (min-width: 1880px) {
  .box.totals .inner {
    padding-top: 257px;
  }
}
.box.totals .inner .media {
  border-radius: 150px;
  overflow: hidden;
  position: absolute;
  max-width: 220px;
  left: 5px;
  top: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .box.totals .inner .media {
    max-width: 268px;
    max-height: 133px;
    left: 40px;
    top: 20px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner .media {
    max-width: 410px;
    max-height: 273px;
    left: calc(50% - 650px);
    top: 40px;
  }
}
@media (min-width: 1880px) {
  .box.totals .inner .media {
    max-width: 608px;
    max-height: 273px;
    left: calc(50% - 650px);
  }
}
.box.totals .inner .media img {
  display: block;
  width: 100%;
}
.box.totals .inner .wrapper {
  width: 90%;
  max-width: 1021px;
  margin-left: auto;
  background-color: #FFFFFF;
  padding: 68px 24px 64px;
}
@media (min-width: 768px) {
  .box.totals .inner .wrapper {
    padding: 38px 64px 64px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner .wrapper {
    margin-left: calc(50% - 300px);
    margin-right: auto;
    max-height: 560px;
  }
}
@media (min-width: 1880px) {
  .box.totals .inner .wrapper {
    padding-top: 98px;
  }
}
.box.totals .inner .texts {
  padding-bottom: 25px;
  border-bottom: 1px solid #D5DFE3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .box.totals .inner .texts {
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner .texts {
    padding-bottom: 65px;
    border-bottom: 1px solid #D5DFE3;
  }
}
@media (min-width: 1880px) {
  .box.totals .inner .texts {
    margin-bottom: 60px;
  }
}
.box.totals .inner .texts .title {
  max-width: 600px;
  font-family: "Signika";
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.58px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  background: linear-gradient(95deg, #FD8F64 -14.54%, #CE1AA8 92.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .box.totals .inner .texts .title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.28px;
    padding-bottom: 9px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner .texts .title {
    padding-bottom: 20px;
  }
}
.box.totals .inner .texts .title strong {
  display: block;
  font-weight: 600;
}
.box.totals .inner .texts .text {
  color: rgba(41, 68, 79, 0.95);
  font-family: "Signika";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box.totals .inner .texts .text {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }
}
.box.totals .inner .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .box.totals .inner .list {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.box.totals .inner .list li {
  color: #F01C8A;
  font-family: "Signika";
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 22px 0;
}
@media (max-width: 767px) {
  .box.totals .inner .list li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box.totals .inner .list li {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    padding: 0 12px;
  }
}
@media (min-width: 1440px) {
  .box.totals .inner .list li {
    padding: 0 32px;
  }
}
.box.totals .inner .list li:nth-of-type(1) {
  text-align: right;
}
@media (min-width: 768px) {
  .box.totals .inner .list li:nth-of-type(1) {
    border-right: 1px solid #D5DFE3;
  }
}
.box.totals .inner .list li strong {
  display: block;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1.56px;
  margin-bottom: -1px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .box.totals .inner .list li strong {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2.56px;
    margin-bottom: -3px;
  }
}

.box.related {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .box.related {
    padding-top: 10px;
  }
}
@media (min-width: 1880px) {
  .box.related {
    padding-top: 40px;
  }
}
.box.related .inner {
  padding: 40px 20px 20px;
  background-image: url("../images/bg-related.webp");
  background-size: 1360px auto;
  background-position: center 50px;
  background-repeat: no-repeat;
  background-color: rgba(22, 47, 56, 0.95);
}
@media (min-width: 768px) {
  .box.related .inner {
    padding: 40px 40px 40px;
  }
}
@media (min-width: 1880px) {
  .box.related .inner {
    padding-top: 202px;
  }
}
.box.related .title {
  color: #FFFFFF;
  font-family: "Signika";
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.46px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .box.related .title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.96px;
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  .box.related .title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.96px;
    margin-bottom: 49px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.box.related .title strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .box.related .title strong {
    display: block;
  }
}
.box.related .list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box.related .list {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .box.related .list {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.box.related .list li {
  display: flex;
  flex-direction: column;
  border-radius: 32px 32px 0px 0px;
  background-color: #FFFFFF;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box.related .list li {
    border-radius: 16px 16px 0 0;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .box.related .list li {
    width: calc(33.33% - 12px);
  }
}
@media (min-width: 768px) {
  .box.related .list li:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .box.related .list li:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .box.related .list li:nth-of-type(3) {
    margin-left: auto;
    margin-right: 0;
  }
}
.box.related .list .media {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box.related .list .media {
    width: 100px;
    min-width: 100px;
  }
}
.box.related .list .media img {
  display: block;
  width: calc(100% + 1px);
  transform: translateX(-1px);
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .box.related .list .media img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .box.related .list .media img {
    height: 188px;
  }
}
@media (min-width: 1880px) {
  .box.related .list .media img {
    height: 288px;
  }
}
.box.related .list .texts {
  padding: 15px;
}
@media (min-width: 1440px) {
  .box.related .list .texts {
    padding: 26px 48px 54px;
  }
}
.box.related .list .text {
  color: rgba(41, 68, 79, 0.95);
  font-family: "Signika";
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .box.related .list .text {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.6px;
  }
}
.box.related .list .text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.68px;
  font-weight: 300;
  background: linear-gradient(180deg, #A534B4 -14.54%, #4454EB 92.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 768px) {
  .box.related .list .text strong {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.68px;
  }
}
@media (min-width: 1440px) {
  .box.related .list .text strong {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.28px;
  }
}

.box.info .inner {
  background-color: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  -moz-backdrop-filter: blur(0px);
}

.box#info1 .inner,
.box.totals .inner {
  background-image: url("../images/bg-sky.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box#info2 .inner,
.box#info3 .inner {
  opacity: 0;
  transition: opacity 1s;
}
.box#info2.active .inner,
.box#info3.active .inner {
  opacity: 1;
}

.box.chart .inner {
  flex-direction: column;
}
.box.chart .heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .box.chart .heading {
    flex-direction: row;
  }
}
.box.chart .heading .title {
  color: #F01C8A;
  font-family: "Signika";
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.6px;
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .box.chart .heading .title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2.2px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .box.chart .heading .title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2.56px;
    margin-top: -17px;
    margin-bottom: 0;
  }
}
.box.chart .heading .nav {
  border-radius: 50px;
  border: 1px solid #F01C8A;
  background-color: #FFFFFF;
  display: flex;
  margin-bottom: auto;
  position: relative;
  margin-left: auto;
}
.box.chart .heading .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 48px;
  color: #F01C8A;
  font-family: "Signika";
  font-size: 22px;
  line-height: 1.27;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.box.chart .heading .nav a:first-child {
  color: #FFFFFF;
}
.box.chart .heading .nav:before {
  content: "";
  display: block;
  width: 65px;
  height: 100%;
  border-radius: 254.193px;
  background: #F01C8A;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.box.chart .media {
  display: block;
  text-align: center;
  width: 1013px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .box.chart .media {
    transform: scale(0.33);
    transform-origin: left top;
  }
}
@media (min-width: 768px) {
  .box.chart .media {
    transform: scale(0.72);
    transform-origin: left top;
  }
}
@media (min-width: 1000px) {
  .box.chart .media {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .box.chart .media {
    transform: none;
  }
}
.box.chart .media img {
  display: block;
  width: 100%;
  max-width: 354px;
  margin: 0 auto;
  animation: chart 1s forwards;
}
.box.chart .list {
  width: 100%;
  padding: 0;
  margin: 0;
}
.box.chart .list li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(41, 68, 79, 0.95);
  font-family: "Signika";
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
}
@media (max-width: 767px) {
  .box.chart .list li {
    font-size: 22px;
  }
}
.box.chart .list li strong {
  font-weight: 300;
  margin-right: 12px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .box.chart .list li strong {
    max-width: 190px;
  }
}
.box.chart .list li span {
  border-radius: 24px;
  border: 1px solid rgba(41, 68, 79, 0.95);
  background: #FFFFFF;
  padding: 3px 16px 5px;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
}
.box.chart .list li span:nth-of-type(2) {
  display: none;
}
.box.chart .list li:nth-of-type(2), .box.chart .list li:nth-of-type(3), .box.chart .list li:nth-of-type(4), .box.chart .list li:nth-of-type(5) {
  justify-content: flex-start;
  text-align: left;
}
.box.chart .list li:nth-of-type(2) strong, .box.chart .list li:nth-of-type(3) strong, .box.chart .list li:nth-of-type(4) strong, .box.chart .list li:nth-of-type(5) strong {
  margin-right: auto;
  margin-left: 12px;
  order: 1;
}
.box.chart .list li:nth-of-type(1) {
  top: 0;
  right: calc(50% + 140px);
}
.box.chart .list li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 64px;
  height: 61px;
  border-top: 1px solid #29444F;
  border-right: 1px solid #29444F;
  position: absolute;
  top: 15px;
  left: 100%;
}
.box.chart .list li:nth-of-type(2) {
  top: 0;
  left: calc(50% + 199px);
}
.box.chart .list li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 220px;
  height: 43px;
  border-top: 1px solid #29444F;
  border-left: 1px solid #29444F;
  position: absolute;
  top: 15px;
  right: 100%;
}
.box.chart .list li:nth-of-type(3) {
  top: 110px;
  left: calc(50% + 218px);
}
.box.chart .list li:nth-of-type(3):before {
  content: "";
  display: block;
  width: 90px;
  height: 0;
  border-top: 1px solid #29444F;
  position: absolute;
  top: 15px;
  right: 100%;
}
.box.chart .list li:nth-of-type(4) {
  top: 275px;
  left: calc(50% + 198px);
}
.box.chart .list li:nth-of-type(4):before {
  content: "";
  display: block;
  width: 90px;
  height: 0;
  border-top: 1px solid #29444F;
  position: absolute;
  top: 15px;
  right: 100%;
}
.box.chart .list li:nth-of-type(5) {
  bottom: 49px;
  left: calc(50% + 163px);
}
.box.chart .list li:nth-of-type(5):before {
  content: "";
  display: block;
  width: 234px;
  height: 35px;
  border-bottom: 1px solid #29444F;
  border-left: 1px solid #29444F;
  border-right: 1px solid #29444F;
  position: absolute;
  top: 100%;
  right: 200px;
}
.box.chart .list li:nth-of-type(6) {
  top: 372px;
  right: calc(50% + 148px);
}
.box.chart .list li:nth-of-type(6):before {
  content: "";
  display: block;
  width: 100px;
  height: 77px;
  border-top: 1px solid #29444F;
  border-left: 1px solid #29444F;
  position: absolute;
  bottom: 100%;
  right: -40px;
}
.box.chart .list li:nth-of-type(7) {
  top: 255px;
  right: calc(50% + 223px);
}
.box.chart .list li:nth-of-type(7):before {
  content: "";
  display: block;
  width: 123px;
  height: 61px;
  border-top: 1px solid #29444F;
  border-left: 1px solid #29444F;
  position: absolute;
  bottom: 100%;
  right: -65px;
}
.box.chart .list li:nth-of-type(8) {
  top: 100px;
  right: calc(50% + 237px);
}
.box.chart .list li:nth-of-type(8) strong {
  max-width: 80px;
}
.box.chart .list li:nth-of-type(8):before {
  content: "";
  display: block;
  width: 126px;
  height: 0px;
  border-top: 1px solid #29444F;
  position: absolute;
  top: 15px;
  left: 100%;
}
.box.chart.alternative .nav a:first-child {
  color: #F01C8A;
}
.box.chart.alternative .nav a:last-child {
  color: #FFFFFF;
}
.box.chart.alternative .nav:before {
  left: 65px;
}
.box.chart.alternative .media img {
  animation: chartAlt 1s forwards;
}
.box.chart.alternative .list li span:nth-of-type(1) {
  display: none;
}
.box.chart.alternative .list li span:nth-of-type(2) {
  display: block;
}

@keyframes chart {
  0% {
    transform: rotate(0deg);
  }
  99% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes chartAlt {
  0% {
    transform: rotate(0deg);
  }
  99% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 12;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.25);
  max-height: 100px;
  animation: maxHeight 2.5s 0.5s forwards;
}
@media (min-width: 1440px) {
  .header {
    max-height: 130px;
    border-radius: 0 0 50px 50px;
  }
}
.header .gradient {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  z-index: 0;
}
.header .gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/gradient.png");
  background-size: cover;
  background-position: center;
  animation: gradient 25s ease infinite;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  background: rgba(231, 231, 231, 0.7);
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
  -moz-backdrop-filter: blur(56.25px);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.header:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 0 0 30px 30px;
  background: rgba(231, 231, 231, 0.7);
  backdrop-filter: blur(56.25px);
  -webkit-backdrop-filter: blur(56.25px);
  -moz-backdrop-filter: blur(56.25px);
  transform: translateZ(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  animation: opacity 1s 2s forwards;
}
@media (min-width: 1440px) {
  .header:after {
    height: 130px;
    border-radius: 0 0 50px 50px;
  }
}
.header .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .header .container {
    flex-direction: row;
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .header .container {
    padding-right: 48px;
    padding-left: 155px;
    min-height: calc(100vh - 40px);
  }
}
.header .logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 85px;
  height: 46px;
  background-image: url("../images/logo-sgae.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  .header .logo {
    top: 30px;
    left: auto;
    right: calc(50% + 287px);
    width: 76px;
    height: 41px;
  }
}
@media (min-width: 1440px) {
  .header .logo {
    top: 40px;
    left: auto;
    right: calc(50% + 555px);
    width: 126px;
    height: 68px;
  }
}
.header .media {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header .media {
    width: calc(100% - 400px);
    max-width: 783px;
    margin-top: auto;
    margin-left: auto;
  }
}
.header .media img {
  display: block;
  width: 100%;
  max-width: 315px;
  margin-top: -80px;
  margin-left: auto;
  opacity: 0;
  animation: opacity 1s 0.5s forwards;
}
@media (min-width: 768px) {
  .header .media img {
    max-width: 100%;
    margin-top: -170px;
    margin-right: -10px;
  }
}
.header .media .button {
  margin-bottom: 12px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  transform: translateX(110vw);
  animation: translateX 1s 0.75s forwards;
}
.header .media .button:nth-of-type(1) {
  margin-right: 25px;
  transform: translateX(110vw) translateY(-20px);
  animation: translateX 1.5s 0.75s forwards, translateY 1.5s 0.75s forwards;
}
@media (min-width: 1440px) {
  .header .media .button:nth-of-type(1) {
    margin-right: 50px;
  }
}
.header .text {
  position: relative;
  max-width: 230px;
  margin-right: auto;
  z-index: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header .text {
    max-width: 380px;
    margin-bottom: auto;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .header .text {
    padding-bottom: 0;
  }
}
.header h1 {
  font-family: "Signika";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 0.85;
  text-align: left;
  letter-spacing: -2px;
  text-wrap: balance;
  color: rgba(41, 68, 79, 0.95);
  margin-top: 0;
  transform: translateX(-110vw);
  animation: translateX 1s 0.5s forwards;
}
.header h1 strong {
  color: #F01C8A;
  display: block;
  font-weight: 300;
}
@media (min-width: 768px) {
  .header h1 {
    font-size: 80px;
    line-height: 0.85;
    letter-spacing: -4px;
  }
}
.header h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  max-width: 204px;
  margin-bottom: 20px;
  padding-top: 26px;
  border-top: 1px solid #F01C8A;
  margin-top: 26px;
  transform: translateX(-110vw);
  animation: translateX 1s 0.75s forwards;
}
@media (min-width: 768px) {
  .header h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 47px;
    margin-top: 47px;
  }
}
.header h2 strong {
  color: #F01C8A;
  font-weight: 600;
}
.header p {
  font-family: "Signika";
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  transform: translateX(-110vw);
  animation: translateX 1s 0.75s forwards;
}
@media (min-width: 768px) {
  .header p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
  }
}

@keyframes gradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes height {
  100% {
    height: 100%;
  }
}
@keyframes maxHeight {
  100% {
    max-height: 200vh;
  }
}
@keyframes translateX {
  100% {
    transform: translateX(0);
  }
}
@keyframes translateY {
  100% {
    transform: translateY(0);
  }
}
@keyframes opacity {
  100% {
    opacity: 1;
  }
}
.footer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 40;
  transition: all 1s;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  -moz-backdrop-filter: blur(0);
  margin-bottom: 1px;
  padding: 0;
}
.footer .container {
  opacity: 0;
  transition: opacity 1s;
  padding: 25px;
  text-align: center;
}
.footer.active {
  background: rgba(41, 68, 79, 0.95);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  -moz-backdrop-filter: blur(10.5px);
}
.footer.active .container {
  opacity: 1;
}
.footer h4 {
  font-family: "Signika";
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .footer h4 {
    font-size: 80px;
    max-width: 699px;
  }
}
.footer h4 strong {
  font-weight: 600;
  background: linear-gradient(101.34deg, #FD8F64 12.24%, #CE1AA8 141.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.footer .button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .footer .button {
    min-width: 360px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .footer .button + .button {
    margin-left: 10px;
  }
}
.footer .credits {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(22, 47, 56, 0.95);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer .credits {
    padding: 24px 30px;
  }
}
@media (min-width: 1440px) {
  .footer .credits {
    padding: 31px 41px;
  }
}
.footer .credits .logo {
  width: 79px;
  height: 43px;
  background-image: url("../images/logo-sgae-white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .footer .credits .logo {
    width: 126px;
    height: 68px;
  }
}
.footer .credits .social a:not(:first-child) {
  margin-left: 17px;
}

.content {
  width: 100%;
  height: 500vh;
  overflow: hidden;
  position: relative;
}
.content .menu {
  width: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (min-width: 768px) {
  .content .menu {
    right: 66px;
  }
}
@media (min-width: 1440px) {
  .content .menu {
    right: 179px;
  }
}
.content .menu a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-color: #C1CACE;
  margin-left: -7px;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .content .menu a {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .content .menu a {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.content .menu a.active {
  background-color: #F01C8A;
}

.card .inner {
  position: fixed;
  top: 111px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 768px) {
  .card .inner {
    top: 99px;
  }
}
@media (min-width: 1440px) {
  .card .inner {
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 62px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.card.active .inner {
  opacity: 1;
}
.card.active .inner .data {
  transform: translateX(0%);
}
.card-goal {
  padding: 0;
}
.card-goal .inner {
  max-width: 1157px;
  border-radius: 0px 0px 0px 120px;
  background: linear-gradient(90deg, #F7F1F3 0%, #F5E9F1 100%);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
  margin-left: auto;
  left: auto;
  right: 0;
  top: 211px;
  transform: none;
  padding: 100px 100px 40px 40px;
  max-height: 465px;
  overflow: visible;
}
@media (max-width: 767px) {
  .card-goal .inner {
    border-radius: 0px 0px 0px 60px;
    max-height: 405px;
  }
}
@media (min-width: 768px) {
  .card-goal .inner {
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    max-height: 502px;
    padding-bottom: 66px;
    padding-left: 114px;
  }
}
@media (min-width: 1440px) {
  .card-goal .inner {
    top: calc(50% + 55px);
    right: auto;
    left: calc(50% - 440px);
  }
}
.card-goal .inner .media {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 100px;
}
@media (min-width: 768px) {
  .card-goal .inner .media {
    width: 185px;
  }
}
@media (min-width: 1440px) {
  .card-goal .inner .media {
    width: 285px;
    top: 84px;
    right: 100px;
  }
}
.card-goal .inner .media img {
  display: block;
  width: 100%;
}
.card-goal .inner .data {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px 0px 0px 150px;
  background: #F01C8A;
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 401px;
  z-index: 2;
  padding: 12px 32px;
  color: #FFFFFF;
  font-family: "Signika";
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.76px;
  font-style: normal;
  font-weight: 600;
  transform: translateX(110%);
  transition: 1s;
}
@media (min-width: 768px) {
  .card-goal .inner .data {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.76px;
    padding: 11px 72px;
    bottom: -37px;
  }
}
.card-goal .inner .data small {
  margin: auto 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .card-goal .inner .data small {
    margin: auto 20px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
}
.card .goal {
  display: flex;
  flex-direction: column;
  max-width: 150px;
}
@media (min-width: 768px) {
  .card .goal {
    max-width: 449px;
  }
}
.card .goal .title {
  color: #F01C8A;
  font-family: "Signika";
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card .goal .title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2.56px;
  }
}
@media (min-width: 1440px) {
  .card .goal .title {
    margin-top: auto;
  }
}
.card .goal .title strong {
  font-weight: 600;
  display: block;
}
.card .goal .text {
  color: rgba(41, 68, 79, 0.95);
  font-family: "Signika";
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 600;
  text-wrap: balance;
  text-transform: uppercase;
}
.card .goal .text:not(:first-child) {
  padding-top: 26px;
  border-top: 1px solid rgba(41, 68, 79, 0.95);
  margin-top: 26px;
}
@media (min-width: 768px) {
  .card .goal .text:not(:first-child) {
    padding-top: 33px;
    margin-top: 33px;
  }
}
@media (min-width: 768px) {
  .card .goal .text {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    display: flex;
    align-items: center;
  }
}
.card .goal .text strong {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1.28px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .card .goal .text strong {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2.56px;
    margin: auto 40px auto 0;
    transform: translateY(-4px);
  }
}

div#card1:after,
div#card2:after,
div#card3:after,
div#card4:after {
  content: "";
  display: block;
  width: 364px;
  height: 138px;
  position: fixed;
  top: 116px;
  left: -85px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 768px) {
  div#card1:after,
  div#card2:after,
  div#card3:after,
  div#card4:after {
    top: calc(50% - 330px);
  }
}
@media (min-width: 1440px) {
  div#card1:after,
  div#card2:after,
  div#card3:after,
  div#card4:after {
    width: 649px;
    height: 245px;
    position: fixed;
    top: calc(50% - 278px);
    left: auto;
    right: calc(50% + 40px);
  }
}

div#card1.active:after,
div#card2.active:after,
div#card3.active:after,
div#card4.active:after {
  opacity: 1;
}

div#card1:after {
  background-image: url("../images/image-2.webp");
}

div#card2:after {
  background-image: url("../images/image-3.webp");
}

div#card3:after {
  background-image: url("../images/image-4.webp");
}

div#card4:after {
  background-image: url("../images/image-5.webp");
}

.hero {
  position: relative;
}
.hero.active:before {
  position: fixed;
  opacity: 1;
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/bg-hero-m.webp");
  background-repeat: no-repeat;
  background-position: right 160px;
  background-size: 800px auto;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .hero:before {
    flex-direction: row;
    background-size: 700px auto;
    background-position: right -40px;
  }
}
@media (min-width: 1000px) {
  .hero:before {
    background-position: right -20px;
  }
}
@media (min-width: 1440px) {
  .hero:before {
    padding-left: 153px;
    padding-right: 60px;
    margin-top: 132px;
    background-image: url("../images/bg-hero.webp");
    background-size: 3507px auto;
    background-position: calc(50% + 1080px) calc(50% - 220px);
  }
}
.hero .inner {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 29px 28px;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero .inner {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .hero .inner {
    padding-left: 153px;
    padding-right: 60px;
    margin-top: 132px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero .title {
  color: #FFFFFF;
  font-family: "Signika";
  font-size: 32px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.64px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 44px;
}
@media (min-width: 1440px) {
  .hero .title {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -1.28px;
    margin-bottom: 100px;
  }
}
.hero .title strong {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.hero .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1440px) {
  .hero .list {
    margin-left: 60px;
  }
}
.hero .list li {
  color: #FFFFFF;
  font-family: "Signika";
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-wrap: balance;
  text-transform: uppercase;
  max-width: 260px;
  margin-bottom: 20px;
  display: flex;
}
@media (min-width: 1440px) {
  .hero .list li {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    max-width: 430px;
    margin-bottom: 40px;
  }
}
.hero .list li:nth-of-type(2) {
  margin-left: 30px;
}
@media (min-width: 1440px) {
  .hero .list li:nth-of-type(2) {
    margin-left: 64px;
  }
}
.hero .list li:nth-of-type(3) {
  margin-left: 60px;
}
@media (min-width: 1440px) {
  .hero .list li:nth-of-type(3) {
    margin-left: 152px;
  }
}
.hero .list li img {
  max-width: 20px;
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .hero .list li img {
    max-width: 41px;
    margin-right: 30px;
  }
}
.hero .aside {
  max-width: 300px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero .aside {
    width: calc(100% - 320px);
    max-width: 392px;
    margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  .hero .aside {
    max-width: 442px;
  }
}
@media (min-width: 1440px) {
  .hero .aside {
    max-width: 608px;
    margin-top: 145px;
  }
}
.hero .subtitle {
  font-family: "Signika";
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.32px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(89.72deg, #FD8F64 23.67%, #CE1AA8 74.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: auto;
  width: 100%;
  max-width: 180px;
}
@media (min-width: 1440px) {
  .hero .subtitle {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.64px;
    max-width: 294px;
  }
}
@media (min-width: 1440px) {
  .hero .media {
    margin-bottom: 10px;
  }
}
.hero .media img {
  display: block;
  width: 100%;
}

@media (min-width: 1440px) {
  .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.social-top {
  display: none;
}
@media (min-width: 768px) {
  .social-top {
    display: flex;
    position: fixed;
    top: 35px;
    z-index: 3;
    right: auto;
    left: calc(50% + 175px);
  }
}
@media (min-width: 1440px) {
  .social-top {
    display: flex;
    position: fixed;
    top: 58px;
    z-index: 3;
    right: auto;
    left: calc(50% + 492px);
  }
}
.social a {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.25s;
}
.social a:not(:first-child) {
  margin-left: 21px;
}
.social a:hover {
  opacity: 0.75;
}
.social .twitter {
  background-image: url("../images/ico-twitter.svg");
}
.social .facebook {
  background-image: url("../images/ico-facebook.svg");
}
.social .instagram {
  background-image: url("../images/ico-instagram.svg");
}
.social .telegram {
  background-image: url("../images/ico-telegram.svg");
}
.social .twitter-white {
  background-image: url("../images/ico-twitter-white.svg");
}
.social .facebook-white {
  background-image: url("../images/ico-facebook-white.svg");
}
.social .instagram-white {
  background-image: url("../images/ico-instagram-white.svg");
}
.social .telegram-white {
  background-image: url("../images/ico-telegram-white.svg");
}