@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.eot");
  src: url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2") format("woff2"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff") format("woff"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.ttf") format("truetype"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-align: center;
  text-decoration: none
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-whatsapp:before {
  content: "\f232"
}

@media (min-width: 720px) {
  .fa-whatsapp {
    display: none
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none
}

.share {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: calc(24px + 5vw);
  top: calc(24px + 6vw)
}

.share__icon {
  background-color: #003DA6;
  border-radius: 50%;
  color: #fff;
  height: 37px;
  line-height: 37px;
  margin: 1px;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 37px
}

.share__icon:hover {
  opacity: .8
}

.share__text {
  color: #191919;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  margin: 13px;
  text-transform: uppercase;
  writing-mode: vertical-lr
}

@media (max-width: 720px) {
  .share {
    right: calc(14px + 3vw)
  }

  .share__text {
    display: none
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden
}

@media (max-width: 1023px) {
  body {
    overflow: auto
  }
}

video,
img {
  max-width: 100%
}

img {
  display: block;
  height: auto;
  overflow: hidden
}

.bold {
  font-weight: 500
}

.link {
  color: #003DA6;
  font-weight: 700
}

.legalFooter {
  box-sizing: border-box
}

.underline {
  color: #000;
  text-decoration: underline
}

.italic {
  font-style: italic
}

.footerSpecials,
.m-footer {
  display: none;
  overflow: hidden
}

.upper {
  text-transform: uppercase
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
span::-moz-selection {
  background-color: #fff;
  color: #003DA6;
  text-shadow: none
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
span::selection {
  background-color: #fff;
  color: #003DA6;
  text-shadow: none
}

* {
  margin: 0
}

@media (min-width: 1024px) {
  .o-scroll {
    position: fixed
  }
}

.hero {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100vw
}

.hero::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%
}

.hero__video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  z-index: -1
}

.hero__main {
  align-items: flex-end;
  align-self: flex-start;
  color: #F4F4F4;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 calc(24px + 5vw) calc(24px + 4vw);
  position: relative;
  width: calc(100% - 48px - 16vw)
}

.hero__main .title {
  font-size: calc(24px + 5vw);
  line-height: 92%
}

.hero__main .title__box {
  position: relative
}

.hero__main .title__container {
  display: block;
  overflow: hidden;
  padding-bottom: 5px
}

.hero__main .title__container--text {
  display: block;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hero__main .title__container--text.visible {
  opacity: 1;
  transform: none
}

.hero__main--subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  max-width: 299px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  transform: translate(100%, -50%);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: normal;
  width: 100%
}

.hero__main--subtitle.active {
  opacity: 1;
  transform: translate(50%, -50%);
  transition-delay: 1.5s
}

.hero__main--description {
  font-size: 20px;
  line-height: 120%;
  max-width: 393px;
  opacity: 0;
  padding-left: 70px;
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 60px);
  white-space: normal
}

.hero__main--description.active {
  opacity: 1;
  transform: none;
  transition-delay: 1.75s
}

.hero__main--play {
  cursor: pointer;
  min-width: 150px;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 60px);
  width: 10vw
}

.hero__main--play.active {
  opacity: 1;
  transform: none
}

.hero__main--play:hover {
  transform: scale(0.85)
}

.hero__aside {
  bottom: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: -2px;
  transform: translateX(100%);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hero__aside.active {
  opacity: 1;
  transform: none;
  transition-delay: 2s
}

.hero__aside img {
  height: 100%
}

.header {
  margin: 0 auto;
  opacity: 0;
  padding: 45px 0 0;
  transform: translateY(-60px);
  transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.header.active {
  opacity: 1;
  transform: none;
  transition-delay: .25s
}

@media (max-width: 1450px) {
  .hero__main {
    align-items: flex-start;
    flex-direction: column
  }

  .hero__main--description {
    padding: 30px 0 0
  }

  .hero__main--play {
    bottom: calc(24px + 4vw);
    position: absolute;
    right: calc(24px + 5vw);
    width: 15vw
  }
}

@media (max-height: 770px) {
  .hero__main--description {
    padding: 20px 0 0
  }

  .hero__main .title {
    font-size: calc(30px + 4vw)
  }
}

@media (max-width: 1023px) {
  .hero {
    width: 100%
  }

  .hero__video {
    width: 100%
  }

  .hero__main {
    padding: 0 calc(24px + 5vw) calc(50px + 8vw);
    width: calc(100% - 15vw)
  }

  .hero__main--play {
    bottom: calc(50px + 8vw)
  }

  .hero__main--subtitle {
    font-size: 14px;
    max-width: 235px
  }

  .hero__main--description {
    font-size: 16px
  }

  .hero__aside {
    height: auto;
    right: 0;
    transform: translate(0, 100%);
    width: 100%
  }
}


@media (max-width: 720px) {
  .hero__aside {
    display: none!important;
  }
}
@media (max-width: 670px) {
  .hero__main {
    padding: 0 20px calc(50px + 8vw);
    width: calc(100% - 40px)
  }

  .hero__main .title__box {
    display: flex;
    flex-direction: column-reverse
  }

  .hero__main--subtitle {
    font-size: 12px;
    padding-bottom: 20px;
    position: initial;
    transform: translate(40px, 0)
  }

  .hero__main--subtitle.active {
    transform: none
  }

  .hero__main--description {
    font-size: 14px;
    max-width: initial
  }

  .hero__main--play {
    bottom: 55%;
    min-width: 110px
  }
}

.stories {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 48px - 8vw);
  overflow: hidden;
  padding: calc(24px + 4vw) calc(24px + 5vw);
  position: relative
}

.stories__title {
  font-size: calc(24px + 4vw);
  font-weight: 300;
  line-height: 90%;
  max-width: 508px
}

.stories__title--span {
  display: block;
  opacity: 0;
  transform: translateX(-60px);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: fit-content
}

.stories__title--span-x {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 16px), -35%);
  width: calc(24px + 3vw)
}

.stories__title--span.is-inview {
  opacity: 1;
  transform: none
}

.stories__title--span.is-inview .stories__x--path {
  stroke-dashoffset: 1
}

.stories__title--span.is-inview .stories__x--path:nth-child(2n+1) {
  transition-delay: 1.15s
}

.stories__title--span.is-inview .stories__x--path:nth-child(2n+2) {
  transition-delay: 1.3s
}

.stories__title--span:nth-child(3n+1) {
  transition-delay: .65s
}

.stories__title--span:nth-child(3n+2) {
  transition-delay: .8s
}

.stories__title--span:nth-child(3n+3) {
  transition-delay: .95s
}

.stories__title--span:nth-child(3n+4) {
  transition-delay: 1.1s
}

.stories__title--span:last-child {
  position: relative
}

.stories__title--span:nth-child(2) {
  font-style: italic;
  text-indent: calc(24px + 8vw)
}

.stories__bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-top: calc(30px + 3vw);
  position: relative
}

.stories__bottom--text {
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
  max-width: 545px;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: normal
}

.stories__bottom--text.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 1.25s
}

.stories__bottom--text::first-letter {
  font-size: 120px;
  font-weight: 400;
  float: left;
  line-height: 90%
}

.stories__bottom--btn {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  margin-left: 118px;
  outline: none;
  opacity: 0;
  transform: translateX(60px);
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-transform: uppercase
}

.stories__bottom--btn img {
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 103px
}

.stories__bottom--btn:hover img {
  transform: scale(0.85)
}

.stories__bottom--btn.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 1.25s
}

.stories__bottom--btn-span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin-right: 10px;
  white-space: nowrap
}

@media (max-width: 1023px) {
  .stories {
    padding: calc(24px + 4vw) calc(20px + 3vw)
  }

  .stories__bottom {
    padding-top: calc(30px + 10vw)
  }

  .stories__bottom--text {
    font-size: 24px
  }
}

@media (max-height: 770px) {
  .stories {
    height: calc(100% - 48px - 5vw);
    padding: calc(24px + 2vw) calc(24px + 3vw)
  }

  .stories__bottom--text {
    font-size: 24px;
    max-width: 632px
  }
}

@media (max-width: 720px) {
  .stories__title--span-x {
    transform: translate(calc(100% + 8px), -35%)
  }

  .stories__bottom {
    flex-direction: column
  }

  .stories__bottom--text {
    font-size: 18px;
    padding: 30px 0
  }

  .stories__bottom--text::first-letter {
    font-size: 80px;
    line-height: 80%;
    margin-right: 6px
  }
}

.cards {
  display: flex;
  height: 100%
}

.cards .card {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  height: calc(100% - 140px);
  margin: 15px 7px;
  overflow: hidden;
  padding: 30px 0 80px;
  position: relative;
  text-align: center;
  width: 720px
}

.cards .card::after {
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0.59) .07%, rgba(0, 0, 0, 0) 18.95%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 26.33%);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.cards .card__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.cards .card__bg img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%
}

.cards .card__name {
  font-size: 48px;
  line-height: 120%
}

.cards .card__tag {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top: auto;
  text-transform: uppercase
}

.cards .card__title {
  font-size: 44px;
  line-height: 120%;
  padding-top: 12px;
  white-space: normal;
  width: 94%
}

.cards .card:hover img {
  transform: scale(1.15)
}

@media (max-width: 1023px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: center;
    margin: 15px
  }

  .cards .card {
    height: 630px;
    margin: 0;
    max-width: initial;
    width: auto
  }

  .cards .card__name {
    font-size: 40px
  }

  .cards .card__title {
    font-size: 32px
  }
}

@media (max-width: 720px) {
  .cards {
    grid-template-columns: repeat(1, 1fr)
  }

  .cards .card {
    height: 90vh;
    max-height: 600px;
    padding: 14px 20px 30px
  }

  .cards .card__name {
    font-size: 30px
  }

  .cards .card__title {
    font-size: 26px
  }
}

.others {
  background: linear-gradient(132.09deg, #F5EFDE 24.6%, rgba(249, 247, 243, 0) 100%);
  height: 100%;
  padding: 0 86px 0 50px;
}

.others__top {
  display: flex;
  justify-content: space-between;
  padding: calc(16px + 3vw) 0 16px
}

.others__top--title {
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
  padding-left: 36px
}

.others__top--text {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  max-width: 345px;
  white-space: normal
}

.others__cards {
  align-items: center;
  display: flex;
  height: 100%
}

.others .card {
  height: 100%;
  padding: 0 36px;
  max-width: 279px;
  overflow: hidden
}

.others .card:nth-child(2),
.others .card:nth-child(5) {
  margin-top: 10%
}

.others .card:nth-child(3),
.others .card:nth-child(6) {
  margin-top: 20%
}

.others .card__title {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 100%;
  padding: 10px;
  text-align: center;
  white-space: normal
}

.others .card__line {
  border-right: 1px solid rgba(0, 0, 0, 0.15)
}

.others .card__img {
  overflow: hidden
}

.others .card__img img {
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.others .card:hover img {
  transform: scale(1.15)
}

.others .btn-tale {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: calc(32px + 2vw)
}

.others .btn-tale__img img {
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 82px
}

.others .btn-tale__text {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  padding-left: 12px
}

.others .btn-tale:hover img {
  transform: scale(0.85)
}

@media (max-height: 840px) {

  .others__top {
    padding-bottom: 22px
  }

  .others__top--title {
    font-size: 42px
  }

  .others__top--text {
    max-width: 464px;
  }

  .others .card__img {
    height: 50%;
    overflow: hidden
  }

  .others .card__title {
    font-size: 24px;
  }

  .others .card:nth-child(2),
  .others .card:nth-child(3),  .others .card:nth-child(5),  .others .card:nth-child(6) {
    margin-top: 0
  }
}

@media (max-width: 1023px) {
  .others {
    height: auto;
    padding: 70px 50px;
    position: relative
  }

  .others__top {
    flex-direction: column
  }

  .others__top--title {
    max-width: 246px;
    padding: 0 0 24px
  }

  .others__top--text {
    padding-bottom: 30px
  }

  .others__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px
  }

  .others .card {
    padding: 0 16px
  }

  .others .card:first-child {
    padding-left: 0
  }

  .others .card:nth-child(3),
  .others .card:nth-child(6) {
    border: none;
    padding-right: 0
  }

  .others .card:nth-child(2),
  .others .card:nth-child(3),
  .others .card:nth-child(5),
  .others .card:nth-child(6) {
    margin-top: 0
  }

  .others .card__title {
    font-size: 20px
  }

  .others .btn-tale {
    position: absolute;
    right: 50px;
    top: 20%
  }
}

@media (max-width: 720px) {
  .others__top {
    padding-bottom: 52px
  }

  .others__top--title {
    font-size: 28px;
    padding: 0 0 12px
  }

  .others__cards {
    display: flex;
    flex-direction: column
  }

  .others .card {
    padding: 0 0 40px
  }

  .others .card__line {
    border: none
  }

  .others .btn-tale {
    position: initial
  }
}

@media (max-width: 500px) {
  .others {
    padding: 40px 16px
  }

  .others__top--text {
    max-width: initial
  }

  .others__cards {
    padding: 0 26px
  }
}

.footer {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  height: calc(100% - 100px);
  justify-content: flex-end;
  margin-left: -5px;
  padding: 75px 44px 25px;
  white-space: normal
}

.footer__address {
  font-size: 18px;
  line-height: 120%;
  max-width: 219px;
  text-align: center;
  text-transform: uppercase
}

.footer__logo {
  margin-bottom: auto
}

.footer__credits {
  margin-top: 75px;
  max-width: 219px;
  text-align: center
}

.footer a {
  color: #fff
}

@media (max-width: 1023px) {
  .footer {
    align-items: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start
  }

  .footer__logo {
    margin-bottom: 16px;
    width: 100%
  }

  .footer__credits {
    margin: 0 auto 0 0;
    max-width: initial
  }

  .footer__address {
    text-align: right
  }
}

@media (max-width: 720px) {
  .footer {
    flex-direction: column
  }

  .footer__credits {
    max-width: 156px;
    padding-top: 60px;
    text-align: left
  }
}

.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%
}

.modal__content {
  background-color: #F4F4F4;
  margin: auto;
  max-width: fit-content;
  padding: calc(20px + 2.5vw) 50px calc(32px + 5vw) 50px;
  position: relative;
  white-space: normal
}

.modal__btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0
}

.modal__title {
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin: auto;
  max-width: 262px;
  padding-bottom: 52px;
  padding-right: 80px;
  text-align: center
}

.modal__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  max-height: 50vh;
  max-width: 526px;
  overflow: hidden scroll;
  padding-right: 80px
}

.modal__text p:not(:last-child) {
  padding-bottom: 32px
}

.modal__text::-webkit-scrollbar {
  width: 6px
}

.modal__text::-webkit-scrollbar-track {
  background: #CCCCCC
}

.modal__text::-webkit-scrollbar-thumb {
  background: #000
}

.modal.active {
  display: flex
}

.modal.active .modal__content {
  animation: appear 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.modal.hide .modal__content {
  opacity: 0;
  transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
  -webkit-transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@keyframes appear {
  from {
    opacity: 0;
    transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translateY(20%)
  }

  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none
  }
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
    transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translateY(20%)
  }

  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none
  }
}

@media (max-height: 770px) {
  .modal__content {
    padding: calc(20px + 2vw) 30px calc(22px + 3vw) 75px
  }

  .modal__text {
    padding-right: 50px
  }

  .modal__title {
    padding-bottom: 32px
  }

  .modal__btn {
    max-width: 75px
  }
}

@media (max-width: 785px) {
  .modal__content {
    margin: 0 16px;
    padding: 20px 20px 46px
  }

  .modal__title {
    font-size: 24px;
    margin: 0;
    max-width: 109px;
    text-align: left
  }

  .modal__btn {
    max-width: 56px
  }

  .modal__text {
    font-size: 18px;
    max-width: 400px;
    padding-right: 20px
  }
}

.video {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  will-change: transform;
  z-index: 10
}

.video.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.video__video {
  aspect-ratio: 16/9;
  height: 100vh;
  overflow: hidden;
  width: 100%
}

.video__btn {
  cursor: pointer;
  max-width: 80px;
  position: absolute;
  right: 40px;
  top: 40px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.video__btn:hover {
  transform: scale3d(1.2, 1.2, 1.2)
}