/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* FONTS */
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2"), url("../fonts/Rubik/Rubik-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* GENERAL */
html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

.body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  font-family: "Rubik";
  background-color: #19202a;
  background-image: url(../media/img/body/body-top-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}
@media only screen and (max-width: 992px) {
  .body {
    background-size: 30%;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.pt-28 {
  padding-top: 28px;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ellipse {
  position: absolute;
}
.ellipse.white {
  width: 415.21px;
  height: 415.21px;
  left: -277px;
  top: -126px;
  background-color: #fff;
  filter: blur(562.419px);
}
.ellipse.orange {
  bottom: 0;
  right: -40px;
  width: 347.55px;
  height: 347.55px;
  background: linear-gradient(161.88deg, #e20b7e 13.87%, #7f1a55 63.32%, #e20b7e 108.97%);
  filter: blur(200px);
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .ellipse.orange {
    right: -100%;
    display: none;
  }
}

.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 169%;
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 70px 0 40px 0;
  /* Medias========================= */
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__ellipse {
  max-width: 430px;
  width: 100%;
  margin: 0 0 0 auto;
}
.header__ellipse span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.header__socials-nav-list {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__socials-nav-item:not(:last-child) {
  margin-right: 35px;
}
.header__socials-nav-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header__socials-nav-link svg {
  fill: #fff;
  transition: all 0.3s ease;
}
.header__socials-nav-link:hover svg {
  fill: #b8b8b8;
}
@media only screen and (max-width: 992px) {
  .header {
    padding-top: 40px;
  }
  .header__socials-nav-link:hover svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header__socials-nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .header__socials-nav-link svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .header__inner {
    flex-direction: column;
  }
}
.footer {
  padding-bottom: 33px;
}
.footer__inner {
  background: rgba(162, 175, 192, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-sizing: border-box;
  backdrop-filter: blur(63px);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 58px 15px 35px;
}
.footer__list {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer__item:not(:last-child) {
  margin-right: 40px;
}
.footer__item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer__item a:hover span {
  color: #e30c7f;
}
.footer__item a img {
  margin-right: 20px;
}
.footer__item a span {
  font-size: 22px;
  font-weight: 400;
  line-height: 169%;
  text-transform: capitalize;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__inner {
    flex-direction: column;
    padding: 15px 20px;
  }
  .footer__list {
    width: 100%;
  }
  .footer__item {
    margin: 0 !important;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__list {
    flex-direction: column;
  }
  .footer__item {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .footer__item a > img {
    display: none;
  }
}

.hero {
  height: 685px;
  position: relative;
  margin-bottom: 65px;
  /* Medias========================= */
}
.hero__container {
  height: 100%;
  overflow-x: hidden;
}
.hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url("../media/img/hero/hero-banner.png");
  background-repeat: no-repeat;
  background-position: top right -15%;
  height: 100%;
  position: relative;
}
.hero .content {
  color: #fff;
}
.hero .content__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: 0.0928997px;
  max-width: 650px;
  margin-bottom: 7px;
}
.hero .content__description {
  font-size: 21px;
  font-weight: 400;
  line-height: 169%;
  opacity: 0.8;
  max-width: 530px;
  margin-bottom: 30px;
}
.hero .content__card-list {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.hero .content__card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 169%;
  flex-direction: column;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.0196078431);
  border: 1.03885px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 24px;
  margin-right: 20px;
  transition: all 0.3s ease;
  transform: scale(1);
}
.hero .content__card-item:first-child {
  width: 174px;
  height: 187px;
}
.hero .content__card-item:last-child {
  width: 214px;
  height: 187px;
}
.hero .content__card-item:hover {
  transform: scale(1.02);
}
.hero .content__card-item:hover .content__card-icon svg {
  transform: scale(1.2);
}
.hero .content__card-icon {
  margin-bottom: 5px;
}
.hero .content__card-icon svg {
  fill: #fff;
  transform: scale(1);
  transition: all 0.3s ease;
}
.hero .content__card-title {
  font-weight: 400;
}
.hero .content__card-description {
  opacity: 0.4;
  font-size: 14px;
}
.hero__banner img {
  display: none;
}
.hero__ellipse {
  position: absolute;
  right: 0;
  bottom: 200px;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 4px solid #e2b756;
}
@media only screen and (max-width: 1200px) {
  .hero {
    height: 495px;
  }
  .hero__inner {
    background-image: none;
    align-items: center;
  }
  .hero .content__title {
    font-size: 42px;
    max-width: 600px;
    line-height: 120%;
  }
  .hero__banner img {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .hero {
    height: auto;
    margin-bottom: 0;
  }
  .hero__inner {
    flex-direction: column;
  }
  .hero .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .hero .content__card-list {
    justify-content: space-around;
    width: 100%;
  }
  .hero .content__card-item {
    margin: 0;
    width: 214px !important;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .hero .content__title {
    font-size: 38px;
    max-width: max-content;
  }
}
@media only screen and (max-width: 576px) {
  .hero .content__title {
    font-size: 32px;
    max-width: max-content;
  }
  .hero .content__card-list {
    flex-direction: column;
  }
  .hero .content__card-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .hero .content__title, .hero .content__description {
    text-align: left;
  }
}

.we {
  height: 590px;
  position: relative;
  margin-bottom: 50px;
  /* Medias========================= */
}
.we__container {
  height: 100%;
  overflow-x: hidden;
}
.we::before {
  content: "";
  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: url("../media/img/we/we-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  z-index: -1;
}
.we__inner {
  padding-top: 45px;
  padding-bottom: 73px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.we .content {
  position: relative;
  top: 60px;
}
.we .content__badge {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19.25px;
  background-color: rgba(18, 205, 217, 0.1);
  border-radius: 120.291px;
  font-size: 25.1158px;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: 0.0889881px;
  color: #e30c7f;
  margin-bottom: 22px;
}
.we .content__title {
  text-transform: uppercase;
  margin-bottom: 17px;
}
.we .content__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 196%;
  color: #fff;
  opacity: 0.6;
}
.we__cards {
  padding-left: 40px;
}
.we__cards-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 -8px;
}
.we__cards-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(162, 175, 192, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(63px);
  border-radius: 30px;
  flex-direction: column;
  margin: 0 8px;
  position: relative;
  transition: all 0.3s ease;
  transform: scale(1);
  z-index: 5;
  overflow: hidden;
}
.we__cards-item:hover {
  transform: scale(1.02);
  z-index: 10;
}
.we__cards-item:first-child {
  top: 0;
  height: 367px;
}
.we__cards-item:first-child .we__cards-icon {
  margin-bottom: 24px;
}
.we__cards-item:first-child .we__cards-title {
  max-width: 176px;
}
.we__cards-item:nth-child(2) {
  top: 135px;
  height: 334px;
}
.we__cards-item:nth-child(2) .we__cards-icon {
  margin-bottom: 34px;
}
.we__cards-item:nth-child(2) .we__cards-title {
  max-width: 176px;
}
.we__cards-item:last-child {
  top: 38px;
  height: 346px;
}
.we__cards-item:last-child .we__cards-icon {
  margin-bottom: 20px;
}
.we__cards-item:last-child .we__cards-title {
  max-width: 205px;
}
.we__cards-icon img {
  max-width: 100%;
  height: auto;
}
.we__cards-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 169%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .we::before {
    top: 0;
    height: 100%;
  }
  .we__cards {
    padding-left: 20px;
  }
  .we__cards-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .we {
    height: auto;
  }
  .we__inner {
    padding: 0 0 40px 0;
    flex-direction: column;
  }
  .we .content {
    top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .we .content__badge {
    margin: 0 auto;
  }
  .we__cards {
    padding-left: 0;
  }
  .we__cards-item {
    top: 0 !important;
    height: 370px !important;
  }
  .we__cards-icon img {
    width: 232px;
    height: 232px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 768px) {
  .we::before {
    background-size: contain;
    background-position: top;
  }
  .we__cards {
    width: 100%;
  }
  .we__cards-list {
    flex-direction: column;
  }
  .we__cards-item {
    width: 80%;
    margin-bottom: 20px;
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .we {
    margin-bottom: 0;
  }
  .we__cards-list {
    margin: 0;
  }
  .we__cards-item {
    width: 100%;
  }
}

.app {
  margin-bottom: 65px;
  position: relative;
}
.app__container {
  overflow-x: hidden;
}
.app .ellipse.orange {
  top: -115px;
  right: -10%;
}
.app .ellipse.white {
  top: 440px;
  left: -10%;
  filter: blur(300px);
  z-index: -1;
}
.app__list {
  display: flex;
  flex-direction: column;
}
.app__item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  backdrop-filter: blur(63px);
  border-radius: 30px;
}
.app__item:not(:last-child) {
  margin-bottom: 32px;
}
.app__item:first-child {
  padding: 50px 60px 42px;
}
.app__item:first-child .card__content {
  padding-top: 28px;
}
.app__item:nth-child(2n) {
  padding: 70px 52px 28px 88px;
}
.app__item:nth-child(2n) .card__inner {
  flex-flow: row-reverse;
  padding: 0;
}
.app__item .card__banner, .app__item .card__content {
  padding: 0 20px;
}
.app__item .card__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -20px;
}
.app__item .card__banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.app__item .card__content {
  position: relative;
}
.app__item .card__content-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 169%;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.app__item .card__content-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 169%;
  color: #fff;
  margin-bottom: 20px;
}
.app__item .card__content-list {
  display: flex;
}
.app__item .card__content-item {
  display: flex;
  flex-direction: column;
}
.app__item .card__content-item:not(:last-child) {
  margin-right: 20px;
}
.app__item .card__content-item > img {
  max-width: max-content;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .app__item .card__inner {
    flex-direction: column !important;
    margin: 0;
  }
  .app__item .card__content {
    text-align: center;
  }
  .app__item .card__content-list {
    justify-content: center;
  }
  .app__item .card__content-item > img {
    display: none;
  }
  .app__item .card__banner {
    text-align: center;
    margin-bottom: 20px;
  }
  .app__item .card__banner img {
    max-width: 70%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 992px) {
  .app .ellipse.orange {
    right: -15%;
  }
  .app .ellipse.white {
    left: -15%;
  }
  .app__item {
    padding: 30px !important;
  }
  .app__item .card__banner img {
    min-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .app__item .card__banner {
    margin-bottom: 0;
  }
  .app__item .card__content {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .app__item {
    padding: 10px !important;
  }
  .app__item .card__banner {
    margin-bottom: 10px;
    padding: 0;
  }
  .app__item .card__content-title {
    font-size: 20px;
  }
  .app__item .card__content-description {
    font-size: 16px;
  }
  .app__item .card__content-item {
    margin: 10px 0 !important;
  }
  .app__item .card__content-list {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1400px) {
  /*===========Media max-width: 1400px=========== */
  .container {
    width: 100%;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  /*===========Media max-width: 1200px=========== */
  .container {
    width: 100%;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  /*===========Media max-width: 992px=========== */
  .container {
    width: 100%;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  /*===========Media max-width: 768px=========== */
  .container {
    width: 100%;
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 576px) {
  /*===========Media max-width: 576px=========== */
  .container {
    width: 100%;
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=main.css.map */
