@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.AuthLoginForm[data-v-58faf50f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.AuthLoginForm .BaseSubmitButton[data-v-58faf50f] {
  width: 100%;
  text-transform: uppercase;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.FilmsIndexPage {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding-bottom: 80px;
}
.FilmsIndexPage__title {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.FilmsIndexPage__title {
    font-size: 30px;
}
}
.FilmsIndexPage__films {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.FilmsIndexPage {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding-bottom: 80px;
}
.FilmsIndexPage__title {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.FilmsIndexPage__title {
    font-size: 30px;
}
}
.FilmsIndexPage .hide {
  display: none;
}
.FilmsIndexPage__films {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheLoader[data-v-346bfcd3] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 1s;
}
.TheLoader img[data-v-346bfcd3] {
  width: auto;
  height: 25px;
}
@media (min-width: 576px) {
.TheLoader img[data-v-346bfcd3] {
    height: 40px;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.MainLayout[data-v-1743b1a3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.AuthLoginPage[data-v-067f2d22] {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-mafiz.png);
  background-position: center;
  background-size: cover;
}
.AuthLoginPage__content[data-v-067f2d22] {
  padding: 50px 25px;
  margin: 10vh 0;
  background: #fff;
}
@media (min-width: 576px) {
.AuthLoginPage__content[data-v-067f2d22] {
    padding: 50px;
}
}
@media (min-width: 992px) {
.AuthLoginPage__content[data-v-067f2d22] {
    margin: 30px 0;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.Categories[data-v-69d8aa36] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1.6;
  width: 100%;
}
.Categories__item[data-v-69d8aa36] {
  transition: 0.3s all ease;
  position: relative;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  cursor: pointer;
}
@media (min-width: 769px) {
.Categories__item[data-v-69d8aa36] {
    margin-right: 25px;
    font-size: 16px;
}
}
.Categories__item[data-v-69d8aa36]::after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  margin-left: 10px;
  content: "/";
}
.Categories__item[data-v-69d8aa36]:last-child::after {
  display: none;
}
.Categories__item[data-v-69d8aa36]:hover, .Categories__item.active[data-v-69d8aa36] {
  color: #59AA9B;
}
.Categories__item[data-v-69d8aa36]:hover::after, .Categories__item.active[data-v-69d8aa36]::after {
  color: #808080;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.BaseSubmitButton[data-v-2a71fd9a] {
  transition: 0.3s all ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #2a2c2e;
  cursor: pointer;
  background: #B0D9CD;
  border: 0;
}
.BaseSubmitButton[data-v-2a71fd9a]:hover {
  color: #fff;
}
.BaseSubmitButton[data-v-2a71fd9a]:disabled, .BaseSubmitButton[disabled][data-v-2a71fd9a] {
  pointer-events: none;
}
.BaseSubmitButton__dots[data-v-2a71fd9a] {
  display: none;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.BaseInputText[data-v-c489b5c4] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 300px;
}
.BaseInputText__label[data-v-c489b5c4] {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.BaseInputText__input[data-v-c489b5c4] {
  transition: 0.3s all ease;
  padding: 12px 15px 11px 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #59AA9B;
  background: #DCDCDC;
  border: 0;
  outline: none;
}
.BaseInputText__input[data-v-c489b5c4]::-moz-placeholder {
  font-size: 16px;
  color: #666;
  opacity: 0.3;
}
.BaseInputText__input[data-v-c489b5c4]:-ms-input-placeholder {
  font-size: 16px;
  color: #666;
  opacity: 0.3;
}
.BaseInputText__input[data-v-c489b5c4]::placeholder {
  font-size: 16px;
  color: #666;
  opacity: 0.3;
}
.BaseInputText__icon[data-v-c489b5c4] {
  position: absolute;
  top: 26px;
  right: 15px;
  fill: #fff;
}
.BaseInputText__icon svg[data-v-c489b5c4] {
  width: auto;
  height: 22px;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheRequestModal[data-v-502ec168] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(89, 170, 155, 0.8);
  width: 100vw;
  height: 100vh;
}
.TheRequestModal__content[data-v-502ec168] {
  position: relative;
  display: flex;
  max-width: 600px;
  padding: 60px 0;
  background: #fff;
  width: 90%;
}
.TheRequestModal__close[data-v-502ec168] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.TheRequestModal__close svg[data-v-502ec168] {
  width: 20px;
  height: auto;
  fill: #59AA9B;
}
.TheRequestModal__column[data-v-502ec168] {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.TheRequestModal__column[data-v-502ec168]:last-child {
  border-left: 1px solid #59AA9B;
}
.TheRequestModal__title[data-v-502ec168] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 25px;
  color: #59AA9B;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.TheRequestModal__title[data-v-502ec168] {
    font-size: 30px;
}
}
.TheRequestModal__desc[data-v-502ec168] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: auto;
  text-align: center;
}
@media (min-width: 769px) {
.TheRequestModal__desc[data-v-502ec168] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.TheRequestModal__desc[data-v-502ec168] {
    font-size: 18px;
}
}
.TheRequestModal .btn[data-v-502ec168] {
  margin-top: 30px;
  text-align: center;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheScreeningModal[data-v-15c3b4f5] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(89, 170, 155, 0.8);
  width: 100vw;
  height: 100vh;
}
.TheScreeningModal__content[data-v-15c3b4f5] {
  position: relative;
  display: flex;
  max-width: 850px;
  padding: 60px 0;
  background: #fff;
  width: 90%;
}
.TheScreeningModal__close[data-v-15c3b4f5] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.TheScreeningModal__close svg[data-v-15c3b4f5] {
  width: 20px;
  height: auto;
  fill: #59AA9B;
}
.TheScreeningModal__column[data-v-15c3b4f5] {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.TheScreeningModal__column[data-v-15c3b4f5]:last-child {
  border-left: 1px solid #59AA9B;
}
.TheScreeningModal__title[data-v-15c3b4f5] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 25px;
  color: #59AA9B;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.TheScreeningModal__title[data-v-15c3b4f5] {
    font-size: 30px;
}
}
.TheScreeningModal__desc[data-v-15c3b4f5] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: auto;
  text-align: center;
}
@media (min-width: 769px) {
.TheScreeningModal__desc[data-v-15c3b4f5] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.TheScreeningModal__desc[data-v-15c3b4f5] {
    font-size: 18px;
}
}
.TheScreeningModal .btn[data-v-15c3b4f5] {
  margin-top: 30px;
  text-align: center;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheWelcomeDesk[data-v-1ddbfefc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background: #fff;
}
.TheWelcomeDesk__title[data-v-1ddbfefc] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 25px;
  color: #59AA9B;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.TheWelcomeDesk__title[data-v-1ddbfefc] {
    font-size: 30px;
}
}
@media (min-width: 576px) {
.TheWelcomeDesk__title[data-v-1ddbfefc] {
    margin-bottom: 35px;
}
}
.TheWelcomeDesk__contacts[data-v-1ddbfefc] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin-bottom: 30px;
  width: 100%;
}
.TheWelcomeDesk .btn[data-v-1ddbfefc] {
  flex-direction: column;
}
.TheWelcomeDesk .btn span[data-v-1ddbfefc] {
  display: block;
  color: #59AA9B;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.ProfileShowPage[data-v-091bac57] {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #D95E6A;
  background-position: center;
  background-size: cover;
}
.ProfileShowPage__content[data-v-091bac57] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  max-width: 950px;
  padding: 40px 20px;
  margin: 30px 0;
  background: #fff;
}
@media (min-width: 576px) {
.ProfileShowPage__content[data-v-091bac57] {
    padding: 60px;
}
}
.ProfileShowPage__title[data-v-091bac57] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.ProfileShowPage__title[data-v-091bac57] {
    font-size: 30px;
}
}
.ProfileShowPage__desc[data-v-091bac57] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 769px) {
.ProfileShowPage__desc[data-v-091bac57] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.ProfileShowPage__desc[data-v-091bac57] {
    font-size: 18px;
}
}
.ProfileShowPage__downloads[data-v-091bac57] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
.ProfileShowPage__downloads[data-v-091bac57] {
    flex-direction: row;
}
}
.ProfileShowPage__downloads .btn[data-v-091bac57] {
  margin: 10px;
}
@media (min-width: 576px) {
.ProfileShowPage__downloads .btn[data-v-091bac57] {
    flex-direction: row;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.ErrorPage[data-v-e4766014] {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #1a202c;
}
@media (min-width: 640px) {
.ErrorPage[data-v-e4766014] {
    align-items: center;
    padding-top: 0;
}
}
.ErrorPage__wrapper[data-v-e4766014] {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
.ErrorPage__wrapper[data-v-e4766014] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}
@media (min-width: 1024px) {
.ErrorPage__wrapper[data-v-e4766014] {
    padding-right: 2rem;
    padding-left: 2rem;
}
}
.ErrorPage__content[data-v-e4766014] {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 640px) {
.ErrorPage__content[data-v-e4766014] {
    justify-content: flex-start;
    padding-top: 0;
}
}
.ErrorPage__code[data-v-e4766014] {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  color: #a0aec0;
  letter-spacing: 0.05em;
  border-color: #cbd5e0;
  border-right-style: solid;
  border-right-width: 1px;
}
.ErrorPage__message[data-v-e4766014] {
  margin-left: 1rem;
  font-size: 1.125rem;
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.PostsIndexPage[data-v-47a60e4b] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.PostsIndexPage__header[data-v-47a60e4b] {
  margin-bottom: 5vh;
}
.PostsIndexPage__title[data-v-47a60e4b] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.PostsIndexPage__title[data-v-47a60e4b] {
    font-size: 30px;
}
}
.PostsIndexPage__content[data-v-47a60e4b] {
  width: 100%;
}
.PostsIndexPage__content .press[data-v-47a60e4b] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 30px;
}
.PostsIndexPage__content .press__image[data-v-47a60e4b] {
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 45vw;
}
@media (min-width: 769px) {
.PostsIndexPage__content .press__image[data-v-47a60e4b] {
    max-height: 350px;
    margin-bottom: 0;
    width: 50%;
    height: 25vw;
}
}
.PostsIndexPage__content .press__info[data-v-47a60e4b] {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
.PostsIndexPage__content .press__info[data-v-47a60e4b] {
    width: calc(50% - 25px);
    margin-left: 25px;
}
}
.PostsIndexPage__content .press__title[data-v-47a60e4b] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 10px;
  color: #59AA9B;
}
@media (min-width: 576px) {
.PostsIndexPage__content .press__title[data-v-47a60e4b] {
    font-size: 30px;
}
}
.PostsIndexPage__content .press__cat[data-v-47a60e4b] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  color: #808080;
}
@media (min-width: 769px) {
.PostsIndexPage__content .press__cat[data-v-47a60e4b] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.PostsIndexPage__content .press__cat[data-v-47a60e4b] {
    font-size: 18px;
}
}
.PostsIndexPage__content .press__desc[data-v-47a60e4b] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
.PostsIndexPage__content .press__desc[data-v-47a60e4b] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.PostsIndexPage__content .press__desc[data-v-47a60e4b] {
    font-size: 18px;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.InstitutionsIndexPage[data-v-8263bec8] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.InstitutionsIndexPage__header[data-v-8263bec8] {
  margin-bottom: 5vh;
}
.InstitutionsIndexPage__title[data-v-8263bec8] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__title[data-v-8263bec8] {
    font-size: 30px;
}
}
.InstitutionsIndexPage__content[data-v-8263bec8] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8] {
  transition: 0.3s all ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 1.33%;
  margin-bottom: 18px;
  box-shadow: 2px 4px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  transform: scale(1);
}
.InstitutionsIndexPage__content .industry__black[data-v-8263bec8] {
  background: #2a2c2e;
}
.InstitutionsIndexPage__content .industry__title[data-v-8263bec8] {
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry__title[data-v-8263bec8] {
    font-size: 18px;
}
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:hover {
  transform: scale(1.04);
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry[data-v-8263bec8] {
    width: 24%;
    margin-right: 1.33%;
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:nth-child(2n) {
    margin-right: 1.33%;
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:nth-child(4n) {
    margin-right: 0;
}
}
@media (min-width: 992px) {
.InstitutionsIndexPage__content .industry[data-v-8263bec8] {
    width: 19%;
    margin-right: 1.1%;
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:nth-child(4n) {
    margin-right: 1.1%;
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:nth-child(5n) {
    margin-right: 0;
}
}
.InstitutionsIndexPage__content .industry[data-v-8263bec8]:last-child {
  margin-right: auto;
}
.InstitutionsIndexPage__content .industry__item[data-v-8263bec8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  height: 44vw;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry__item[data-v-8263bec8] {
    height: 25vw;
}
}
@media (min-width: 992px) {
.InstitutionsIndexPage__content .industry__item[data-v-8263bec8] {
    max-height: 274px;
    height: 19.2vw;
}
}
.InstitutionsIndexPage__content .industry__image[data-v-8263bec8] {
  margin: auto 0;
  width: 70%;
  height: auto;
}
.InstitutionsIndexPage__content .industry__category[data-v-8263bec8] {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #c1c1c1;
  width: 100%;
}
.InstitutionsIndexPage .logo-hack[data-v-8263bec8] {
  height: 35px;
  width: auto;
  display: block;
  margin: 15px 0;
}
.InstitutionsIndexPage .no-margin[data-v-8263bec8] {
  margin-bottom: 0;
}
.InstitutionsIndexPage .hack__item[data-v-8263bec8] {
  height: auto;
  flex-grow: 1;
  max-height: initial;
}
.InstitutionsIndexPage .hack__image[data-v-8263bec8] {
  width: 100%;
  height: auto;
}
.InstitutionsIndexPage .hack__title[data-v-8263bec8] {
  padding: 5px 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: #D95E6A;
  width: 100%;
  height: 100%;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheFooter[data-v-06f28561] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #59AA9B;
  border-top: 2px solid #fff;
  width: 100%;
}
.TheFooter__container[data-v-06f28561] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vh 0;
}
@media (min-width: 992px) {
.TheFooter__container[data-v-06f28561] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    padding: 5vh 0;
}
}
.TheFooter__column[data-v-06f28561] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
  width: 100%;
}
@media (min-width: 992px) {
.TheFooter__column[data-v-06f28561] {
    align-items: flex-start;
    margin-bottom: 0;
    width: auto;
}
.TheFooter__column.second[data-v-06f28561] {
    max-width: 65%;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.TheFooter__column.second[data-v-06f28561] {
    margin-right: 15px;
}
}
.TheFooter__column--title[data-v-06f28561] {
  font-size: 14px;
  font-weight: 900;
  color: #B0D9CD;
  text-transform: uppercase;
}
@media (min-width: 992px) {
.TheFooter__column--title[data-v-06f28561] {
    font-size: 18px;
}
}
.TheFooter__column--items[data-v-06f28561] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
.TheFooter__column--items[data-v-06f28561] {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
.TheFooter__column--items img[data-v-06f28561] {
  margin-right: 15px;
  width: auto;
  height: 55px;
}
.TheFooter__column--items img[data-v-06f28561]:last-child {
  margin-right: 0;
}
.TheFooter__column--items img.big[data-v-06f28561] {
  height: 70px;
}
.TheFooter__column--items img.extra-big[data-v-06f28561] {
  height: 90px;
}
.TheFooter__column--items img.main[data-v-06f28561] {
  height: 90px;
}
@media (min-width: 769px) {
.TheFooter__column--items img.main[data-v-06f28561] {
    height: 100px;
}
}
.TheFooter__column--items.rrss-container[data-v-06f28561] {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.TheFooter__column--items .rrss svg[data-v-06f28561] {
  height: 30px;
  width: auto;
  fill: #fff;
  transition: 0.3s all ease;
}
.TheFooter__column--items .rrss svg[data-v-06f28561]:hover {
  fill: #B0D9CD;
}
.TheFooter .margin-bottom[data-v-06f28561] {
  margin-bottom: 15px;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.InstitutionsShowPage {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.InstitutionsShowPage__header {
  margin-bottom: 3vh;
}
.InstitutionsShowPage__back {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.InstitutionsShowPage__back svg {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.InstitutionsShowPage__title {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
}
@media (min-width: 576px) {
.InstitutionsShowPage__title {
    font-size: 30px;
}
}
.InstitutionsShowPage__hero {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.InstitutionsShowPage__hero--image {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
.InstitutionsShowPage__hero {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 576px) {
.InstitutionsShowPage__main {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__main .HackImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  height: auto;
}
@media (min-width: 769px) {
.InstitutionsShowPage__main .HackImage {
    margin-bottom: 0;
    width: 25%;
    height: auto;
}
}
.InstitutionsShowPage__main .HackImage__logo {
  margin: auto 0;
  width: 100%;
  height: auto;
}
.InstitutionsShowPage__main .HackImage__cat {
  padding: 5px 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: #D95E6A;
  width: 100%;
}
.InstitutionsShowPage__main--row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.InstitutionsShowPage__main--row.center {
  align-items: center;
}
.InstitutionsShowPage__descHack {
  flex: 0 0 25%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
@media (min-width: 576px) {
.InstitutionsShowPage__descHack {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.InstitutionsShowPage__descHack {
    font-size: 18px;
}
}
.InstitutionsShowPage__content {
  display: flex;
  flex: 0 0 80%;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.InstitutionsShowPage__content {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.InstitutionsShowPage__content {
    font-size: 18px;
}
}
.InstitutionsShowPage__content.btn {
  flex: 0 0 auto;
  padding: 7px 20px;
  text-align: center;
}
.InstitutionsShowPage__content.welcome {
  flex: 0 0 200px;
  padding: 10px 20px;
  text-align: center;
}
.InstitutionsShowPage__links {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0;
}
.InstitutionsShowPage__links .btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.InstitutionsShowPage__contacts {
  display: flex;
}
.InstitutionsShowPage__trailer {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.InstitutionsShowPage__trailer {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__trailer iframe {
  width: 100%;
  height: 48vw;
  max-height: 700px;
}
.InstitutionsShowPage .rrss-btn {
  margin-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.InstitutionsShowPage .rrss-btn svg {
  margin-right: 10px;
  width: 23px;
  height: auto;
}
.InstitutionsShowPage .logo-hack {
  height: 35px;
  width: auto;
  display: block;
  margin: 15px 0;
}
.InstitutionsShowPage .no-margin {
  margin-bottom: 0;
}
.InstitutionsShowPage .margin-top {
  margin-top: 10px;
}
.InstitutionsShowPage .row {
  flex-direction: row;
}
.InstitutionsShowPage .mainInfo__hack {
  padding-left: 50px;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.PostsShowPage {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  max-width: 1000px;
  height: 100%;
  padding-bottom: 40px;
}
.PostsShowPage .btn.link {
  margin-right: auto;
}
.PostsShowPage__header {
  margin-bottom: 30px;
}
.PostsShowPage__header--desc {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
.PostsShowPage__header--desc {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.PostsShowPage__header--desc {
    font-size: 18px;
}
}
.PostsShowPage__header--back {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.PostsShowPage__header--back svg {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.PostsShowPage__header--title {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 0;
}
@media (min-width: 576px) {
.PostsShowPage__header--title {
    font-size: 30px;
}
}
.PostsShowPage__header--cat {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 700;
  color: #808080;
}
@media (min-width: 769px) {
.PostsShowPage__header--cat {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.PostsShowPage__header--cat {
    font-size: 18px;
}
}
.PostsShowPage__header--asset {
  max-height: 560px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 56.25vw;
}
.PostsShowPage__header--asset iframe {
  max-height: 560px;
  width: 100%;
  height: 56.25vw;
}
.PostsShowPage__content {
  color: #2a2c2e;
}
.PostsShowPage__content h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #59AA9B;
}
.PostsShowPage__content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #59AA9B;
}
.PostsShowPage__content p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.PostsShowPage__content a {
  transition: 0.3s all ease;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #D95E6A;
}
.PostsShowPage__content a:hover {
  color: #59AA9B;
}
.PostsShowPage__content ol,
.PostsShowPage__content ul {
  margin-bottom: 25px;
  list-style-position: inside;
}
.PostsShowPage__content ol li,
.PostsShowPage__content ul li {
  margin-bottom: 5px;
}
.PostsShowPage__content ol li p,
.PostsShowPage__content ul li p {
  display: inline;
  font-weight: 500;
  color: #808080;
}
.PostsShowPage__content img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.PostsShowPage .hooper {
  margin-bottom: 50px;
  outline: none;
  width: 100%;
  height: auto;
}
.PostsShowPage__slide {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px !important;
}
.PostsShowPage__slide--image {
  max-height: 300px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 25vw;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.InstitutionsIndexPage[data-v-12a38e36] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.InstitutionsIndexPage__header[data-v-12a38e36] {
  margin-bottom: 5vh;
}
.InstitutionsIndexPage__title[data-v-12a38e36] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__title[data-v-12a38e36] {
    font-size: 30px;
}
}
.InstitutionsIndexPage__content[data-v-12a38e36] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36] {
  transition: 0.3s all ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 1.33%;
  margin-bottom: 18px;
  box-shadow: 2px 4px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  transform: scale(1);
}
.InstitutionsIndexPage__content .industry__black[data-v-12a38e36] {
  background: #2a2c2e;
}
.InstitutionsIndexPage__content .industry__title[data-v-12a38e36] {
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry__title[data-v-12a38e36] {
    font-size: 18px;
}
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:hover {
  transform: scale(1.04);
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry[data-v-12a38e36] {
    width: 24%;
    margin-right: 1.33%;
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:nth-child(2n) {
    margin-right: 1.33%;
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:nth-child(4n) {
    margin-right: 0;
}
}
@media (min-width: 992px) {
.InstitutionsIndexPage__content .industry[data-v-12a38e36] {
    width: 19%;
    margin-right: 1.1%;
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:nth-child(4n) {
    margin-right: 1.1%;
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:nth-child(5n) {
    margin-right: 0;
}
}
.InstitutionsIndexPage__content .industry[data-v-12a38e36]:last-child {
  margin-right: auto;
}
.InstitutionsIndexPage__content .industry__item[data-v-12a38e36] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  height: 44vw;
}
@media (min-width: 576px) {
.InstitutionsIndexPage__content .industry__item[data-v-12a38e36] {
    height: 25vw;
}
}
@media (min-width: 992px) {
.InstitutionsIndexPage__content .industry__item[data-v-12a38e36] {
    max-height: 274px;
    height: 19.2vw;
}
}
.InstitutionsIndexPage__content .industry__image[data-v-12a38e36] {
  margin: auto 0;
  width: 70%;
  height: auto;
}
.InstitutionsIndexPage__content .industry__category[data-v-12a38e36] {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #c1c1c1;
  width: 100%;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.CompaniesIndexPage[data-v-a55c3868] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.CompaniesIndexPage__header[data-v-a55c3868] {
  margin-bottom: 5vh;
}
.CompaniesIndexPage__title[data-v-a55c3868] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.CompaniesIndexPage__title[data-v-a55c3868] {
    font-size: 30px;
}
}
.CompaniesIndexPage__content[data-v-a55c3868] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CompaniesIndexPage__content .industry[data-v-a55c3868] {
  transition: 0.3s all ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 1.33%;
  margin-bottom: 18px;
  box-shadow: 2px 4px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  transform: scale(1);
}
.CompaniesIndexPage__content .industry__black[data-v-a55c3868] {
  background: #2a2c2e;
}
.CompaniesIndexPage__content .industry__title[data-v-a55c3868] {
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.CompaniesIndexPage__content .industry__title[data-v-a55c3868] {
    font-size: 18px;
}
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:hover {
  transform: scale(1.04);
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 576px) {
.CompaniesIndexPage__content .industry[data-v-a55c3868] {
    width: 24%;
    margin-right: 1.33%;
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:nth-child(2n) {
    margin-right: 1.33%;
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:nth-child(4n) {
    margin-right: 0;
}
}
@media (min-width: 992px) {
.CompaniesIndexPage__content .industry[data-v-a55c3868] {
    width: 19%;
    margin-right: 1.1%;
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:nth-child(4n) {
    margin-right: 1.1%;
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:nth-child(5n) {
    margin-right: 0;
}
}
.CompaniesIndexPage__content .industry[data-v-a55c3868]:last-child {
  margin-right: auto;
}
.CompaniesIndexPage__content .industry__item[data-v-a55c3868] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  height: 44vw;
}
@media (min-width: 576px) {
.CompaniesIndexPage__content .industry__item[data-v-a55c3868] {
    height: 25vw;
}
}
@media (min-width: 992px) {
.CompaniesIndexPage__content .industry__item[data-v-a55c3868] {
    max-height: 274px;
    height: 19.2vw;
}
}
.CompaniesIndexPage__content .industry__image[data-v-a55c3868] {
  margin: auto 0;
  width: 70%;
  height: auto;
}
.CompaniesIndexPage__content .industry__category[data-v-a55c3868] {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #c1c1c1;
  width: 100%;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.HomePage[data-v-6f2eeef6] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
}
.HomePage__intro[data-v-6f2eeef6] {
  padding: 10px;
  margin-bottom: 45px;
  background: #D95E6A;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (min-width: 576px) {
.HomePage__intro[data-v-6f2eeef6] {
    padding: 15px;
}
}
@media (min-width: 1200px) {
.HomePage__intro[data-v-6f2eeef6] {
    padding: 25px;
}
}
.HomePage__intro--content[data-v-6f2eeef6] {
  padding: 8px 10px;
  color: #2a2c2e;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
.HomePage__intro--content[data-v-6f2eeef6] {
    padding: 30px;
}
}
.HomePage__intro--content .btn[data-v-6f2eeef6] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.HomePage__intro--title[data-v-6f2eeef6] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.HomePage__intro--title[data-v-6f2eeef6] {
    font-size: 30px;
}
}
.HomePage__intro--subtitle[data-v-6f2eeef6] {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
.HomePage__intro--subtitle[data-v-6f2eeef6] {
    font-size: 20px;
}
}
@media (min-width: 769px) {
.HomePage__intro--subtitle[data-v-6f2eeef6] {
    font-size: 22px;
}
}
.HomePage__intro--desc[data-v-6f2eeef6] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
.HomePage__intro--desc[data-v-6f2eeef6] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.HomePage__intro--desc[data-v-6f2eeef6] {
    font-size: 18px;
}
}
.HomePage__categories[data-v-6f2eeef6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.HomePage__categories--item[data-v-6f2eeef6] {
  margin-bottom: 15px;
  width: 49%;
}
@media (min-width: 769px) {
.HomePage__categories--item[data-v-6f2eeef6] {
    width: 23%;
}
}
.HomePage__categories--item img[data-v-6f2eeef6] {
  width: 100%;
  height: auto;
}
.HomePage .hooper[data-v-6f2eeef6] {
  margin-bottom: 30px;
  outline: none;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
.HomePage .hooper[data-v-6f2eeef6] {
    margin-bottom: 50px;
}
}
.HomePage__slide[data-v-6f2eeef6] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.HomePage .slide__img[data-v-6f2eeef6] {
  display: flex;
  align-items: flex-end;
  max-height: 720px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vw;
}
.HomePage .slide__banner[data-v-6f2eeef6] {
  width: 100%;
  height: 50vw;
  max-height: 720px;
  background-position: center;
  background-size: cover;
}
.HomePage .slide__info[data-v-6f2eeef6] {
  padding: 10px;
  width: 100%;
  background: #59AA9B;
}
@media (min-width: 576px) {
.HomePage .slide__info[data-v-6f2eeef6] {
    padding: 15px;
}
}
@media (min-width: 1200px) {
.HomePage .slide__info[data-v-6f2eeef6] {
    padding: 25px;
}
}
.HomePage .slide__info--content[data-v-6f2eeef6] {
  color: #2a2c2e;
}
.HomePage .slide__info--title[data-v-6f2eeef6] {
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 576px) {
.HomePage .slide__info--title[data-v-6f2eeef6] {
    font-size: 20px;
}
}
@media (min-width: 769px) {
.HomePage .slide__info--title[data-v-6f2eeef6] {
    margin-bottom: 10px;
    font-size: 22px;
}
}
@media (min-width: 992px) {
.HomePage .slide__info--title[data-v-6f2eeef6] {
    font-size: 24px;
}
}
.HomePage .slide__info--desc[data-v-6f2eeef6] {
  font-size: 14px;
  line-height: 1.4;
  max-width: 80%;
  color: #fff;
}
@media (min-width: 769px) {
.HomePage .slide__info--desc[data-v-6f2eeef6] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.HomePage .slide__info--desc[data-v-6f2eeef6] {
    font-size: 18px;
}
}
@media (min-width: 576px) {
.HomePage .slide__info--desc[data-v-6f2eeef6] {
    display: block;
}
}
.HomePage__videos[data-v-6f2eeef6] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.HomePage__videos--item[data-v-6f2eeef6] {
  flex: 0 0 100%;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
.HomePage__videos--item[data-v-6f2eeef6] {
    flex: 0 0 48%;
    margin-bottom: 25px;
}
}
.HomePage__videos--item iframe[data-v-6f2eeef6] {
  width: 100%;
  height: 48vw;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
.HomePage__videos--item iframe[data-v-6f2eeef6] {
    height: 26vw;
    max-height: 400px;
}
}
.HomePage__videos--title[data-v-6f2eeef6] {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #59AA9B;
}
@media (min-width: 1200px) {
.HomePage__videos--title[data-v-6f2eeef6] {
    font-size: 22px;
}
}
.HomePage__videos--excerpt[data-v-6f2eeef6] {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #2a2c2e;
}
.HomePage__video[data-v-6f2eeef6] {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
.HomePage__video[data-v-6f2eeef6] {
    margin-bottom: 80px;
}
}
.HomePage__video iframe[data-v-6f2eeef6] {
  width: 100%;
  height: 48vw;
  max-height: 700px;
  margin-bottom: 15px;
}
.HomePage .btn-home[data-v-6f2eeef6] {
  padding: 5vh 20px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  background: #59AA9B;
  width: 100%;
}
.HomePage .btn-home[data-v-6f2eeef6]:hover {
  background: #B0D9CD;
}
@media (min-width: 992px) {
.HomePage .btn-home[data-v-6f2eeef6] {
    font-size: 24px;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.CompaniesShowPage[data-v-1920e992] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.CompaniesShowPage__header[data-v-1920e992] {
  margin-bottom: 3vh;
}
.CompaniesShowPage__back[data-v-1920e992] {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.CompaniesShowPage__back svg[data-v-1920e992] {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.CompaniesShowPage__title[data-v-1920e992] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
}
@media (min-width: 576px) {
.CompaniesShowPage__title[data-v-1920e992] {
    font-size: 30px;
}
}
.CompaniesShowPage__hero[data-v-1920e992] {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.CompaniesShowPage__hero--image[data-v-1920e992] {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
.CompaniesShowPage__hero[data-v-1920e992] {
    margin-bottom: 50px;
}
}
.CompaniesShowPage__main[data-v-1920e992] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 576px) {
.CompaniesShowPage__main[data-v-1920e992] {
    margin-bottom: 50px;
}
}
.CompaniesShowPage__main--image[data-v-1920e992] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  height: 45vw;
}
@media (min-width: 769px) {
.CompaniesShowPage__main--image[data-v-1920e992] {
    max-height: 375px;
    margin-bottom: 0;
    width: 27%;
    height: 27vw;
}
}
.CompaniesShowPage__main--logo[data-v-1920e992] {
  margin: auto 0;
  width: 60%;
  height: auto;
}
.CompaniesShowPage__main--logo.scorecom[data-v-1920e992] {
  width: 35%;
  margin-top: -15px;
  margin-bottom: 0;
}
.CompaniesShowPage__main--category[data-v-1920e992] {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #c1c1c1;
  width: 100%;
}
.CompaniesShowPage__main--info[data-v-1920e992] {
  width: 100%;
}
@media (min-width: 769px) {
.CompaniesShowPage__main--info[data-v-1920e992] {
    padding-left: 40px;
    width: 73%;
}
}
@media (min-width: 992px) {
.CompaniesShowPage__main--info[data-v-1920e992] {
    padding-left: 70px;
}
}
.CompaniesShowPage__main--row[data-v-1920e992] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.CompaniesShowPage__main--row.center[data-v-1920e992] {
  align-items: center;
}
.CompaniesShowPage__desc[data-v-1920e992] {
  flex: 0 0 25%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
@media (min-width: 576px) {
.CompaniesShowPage__desc[data-v-1920e992] {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.CompaniesShowPage__desc[data-v-1920e992] {
    font-size: 18px;
}
}
.CompaniesShowPage__content[data-v-1920e992] {
  display: flex;
  flex: 0 0 80%;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.CompaniesShowPage__content[data-v-1920e992] {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.CompaniesShowPage__content[data-v-1920e992] {
    font-size: 18px;
}
}
.CompaniesShowPage__content.btn[data-v-1920e992] {
  flex: 0 0 auto;
  padding: 7px 20px;
  text-align: center;
}
.CompaniesShowPage__content.welcome[data-v-1920e992] {
  flex: 0 0 200px;
  padding: 10px 20px;
  text-align: center;
}
.CompaniesShowPage__links[data-v-1920e992] {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0;
}
.CompaniesShowPage__links .btn[data-v-1920e992] {
  margin-right: 15px;
  margin-bottom: 15px;
}
.CompaniesShowPage__contacts[data-v-1920e992] {
  display: flex;
}
.CompaniesShowPage__trailer[data-v-1920e992] {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.CompaniesShowPage__trailer[data-v-1920e992] {
    margin-bottom: 50px;
}
}
.CompaniesShowPage__trailer iframe[data-v-1920e992] {
  width: 100%;
  height: 48vw;
  max-height: 700px;
}
.CompaniesShowPage__films[data-v-1920e992] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.CompaniesShowPage .btn-list-item[data-v-1920e992] {
  margin-right: 15px;
  margin-bottom: 15px;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.FilmsShowPage[data-v-47069a9e] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.FilmsShowPage__header[data-v-47069a9e] {
  margin-bottom: 30px;
}
.FilmsShowPage__back[data-v-47069a9e] {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.FilmsShowPage__back svg[data-v-47069a9e] {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.FilmsShowPage__title[data-v-47069a9e] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
}
@media (min-width: 576px) {
.FilmsShowPage__title[data-v-47069a9e] {
    font-size: 30px;
}
}
.FilmsShowPage__main[data-v-47069a9e] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__main[data-v-47069a9e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__main--image-container[data-v-47069a9e] {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 769px) {
.FilmsShowPage__main--image-container[data-v-47069a9e] {
    flex-direction: column;
    margin-bottom: 0;
    width: 30%;
}
}
.FilmsShowPage__main--image[data-v-47069a9e] {
  margin-bottom: 25px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  width: 50%;
  height: auto;
}
@media (min-width: 769px) {
.FilmsShowPage__main--image[data-v-47069a9e] {
    width: 100%;
}
}
.FilmsShowPage__main--info[data-v-47069a9e] {
  width: 100%;
}
@media (min-width: 769px) {
.FilmsShowPage__main--info[data-v-47069a9e] {
    width: 70%;
    padding-left: 40px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__main--info[data-v-47069a9e] {
    padding-left: 70px;
}
}
.FilmsShowPage__main--row[data-v-47069a9e] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
.FilmsShowPage__main--row[data-v-47069a9e] {
    margin-bottom: 25px;
}
}
.FilmsShowPage__main--row.center[data-v-47069a9e] {
  align-items: center;
}
.FilmsShowPage__poster[data-v-47069a9e] {
  width: 100%;
  height: 64vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
.FilmsShowPage__poster[data-v-47069a9e] {
    height: 40vw;
    max-height: 600px;
}
}
.FilmsShowPage__desc[data-v-47069a9e] {
  flex: 0 0 30%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
@media (min-width: 576px) {
.FilmsShowPage__desc[data-v-47069a9e] {
    flex: 0 0 25%;
    font-size: 16px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__desc[data-v-47069a9e] {
    font-size: 18px;
}
}
.FilmsShowPage__content[data-v-47069a9e] {
  display: flex;
  flex: 0 0 70%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.FilmsShowPage__content[data-v-47069a9e] {
    flex: 0 0 75%;
    font-size: 16px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__content[data-v-47069a9e] {
    font-size: 18px;
}
}
.FilmsShowPage__content.btn[data-v-47069a9e] {
  flex: 0 0 auto;
  padding: 7px 20px;
  text-align: center;
}
.FilmsShowPage__content.small[data-v-47069a9e] {
  font-size: 14px;
  color: #808080;
}
.FilmsShowPage__content .btn-small[data-v-47069a9e] {
  padding: 7px 20px;
  margin-top: 10px;
}
.FilmsShowPage__aditional[data-v-47069a9e] {
  margin-bottom: 30px;
}
.FilmsShowPage__synopsis[data-v-47069a9e] {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__synopsis[data-v-47069a9e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__synopsis--desc[data-v-47069a9e] {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2c2e;
}
.FilmsShowPage__synopsis--content[data-v-47069a9e] {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #808080;
}
@media (min-width: 769px) {
.FilmsShowPage__synopsis--content[data-v-47069a9e] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.FilmsShowPage__synopsis--content[data-v-47069a9e] {
    font-size: 18px;
}
}
.FilmsShowPage__trailer[data-v-47069a9e] {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__trailer[data-v-47069a9e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__trailer iframe[data-v-47069a9e] {
  width: 100%;
  height: 48vw;
  max-height: 700px;
}
.FilmsShowPage .hooper[data-v-47069a9e] {
  margin-bottom: 50px;
  outline: none;
  width: 100%;
  height: auto;
}
.FilmsShowPage__slide[data-v-47069a9e] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.FilmsShowPage__slide--image[data-v-47069a9e] {
  max-height: 360px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 25vw;
}
.FilmsShowPage .btn-fit[data-v-47069a9e] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.FilmsShowPage .Booklogo[data-v-47069a9e] {
  width: 100%;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.InstitutionsShowPage {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.InstitutionsShowPage__header {
  margin-bottom: 3vh;
}
.InstitutionsShowPage__back {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.InstitutionsShowPage__back svg {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.InstitutionsShowPage__title {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
}
@media (min-width: 576px) {
.InstitutionsShowPage__title {
    font-size: 30px;
}
}
.InstitutionsShowPage__hero {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.InstitutionsShowPage__hero--image {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
.InstitutionsShowPage__hero {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 576px) {
.InstitutionsShowPage__main {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__main--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  width: 45%;
  height: 45vw;
}
@media (min-width: 769px) {
.InstitutionsShowPage__main--image {
    max-height: 375px;
    margin-bottom: 0;
    width: 27%;
    height: 27vw;
}
}
.InstitutionsShowPage__main--logo {
  margin: auto 0;
  width: 60%;
  height: auto;
}
.InstitutionsShowPage__main--category {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #c1c1c1;
  width: 100%;
}
.InstitutionsShowPage__main--info {
  width: 100%;
}
@media (min-width: 769px) {
.InstitutionsShowPage__main--info {
    padding-left: 40px;
    width: 73%;
}
}
@media (min-width: 992px) {
.InstitutionsShowPage__main--info {
    padding-left: 70px;
}
}
.InstitutionsShowPage__main--row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.InstitutionsShowPage__main--row.center {
  align-items: center;
}
.InstitutionsShowPage__desc {
  flex: 0 0 25%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
@media (min-width: 576px) {
.InstitutionsShowPage__desc {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.InstitutionsShowPage__desc {
    font-size: 18px;
}
}
.InstitutionsShowPage__content {
  display: flex;
  flex: 0 0 80%;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.InstitutionsShowPage__content {
    font-size: 16px;
}
}
@media (min-width: 992px) {
.InstitutionsShowPage__content {
    font-size: 18px;
}
}
.InstitutionsShowPage__content.btn {
  flex: 0 0 auto;
  padding: 7px 20px;
  text-align: center;
}
.InstitutionsShowPage__content.welcome {
  flex: 0 0 200px;
  padding: 10px 20px;
  text-align: center;
}
.InstitutionsShowPage__links {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0;
}
.InstitutionsShowPage__links .btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.InstitutionsShowPage__contacts {
  display: flex;
}
.InstitutionsShowPage__trailer {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.InstitutionsShowPage__trailer {
    margin-bottom: 50px;
}
}
.InstitutionsShowPage__trailer iframe {
  width: 100%;
  height: 48vw;
  max-height: 700px;
}
.InstitutionsShowPage__films {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.InstitutionsShowPage .hooper {
  margin-bottom: 50px;
  outline: none;
  width: 100%;
  height: auto;
}
.InstitutionsShowPage__slide {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.InstitutionsShowPage__slide--image {
  max-height: 360px;
  background-position: center;
  background-size: cover;
  width: 95%;
  height: 24vw;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.TheHeader {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  position: relative;
  z-index: 9;
  flex-direction: column;
  padding: 1vh 0 2vh 0;
}
@media (min-width: 769px) {
.TheHeader {
    padding: 1vh 0 3vh 0;
}
}
.TheHeader__links {
  transition: 0.3s all ease;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100%);
}
.TheHeader__links.active {
  transform: translateY(0%);
}
@media (min-width: 769px) {
.TheHeader__links {
    position: relative;
    top: initial;
    left: initial;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 20px;
    border-top: 2px solid #DCDCDC;
    transform: translateY(0%);
    width: 100%;
    height: auto;
}
}
.TheHeader__links--close {
  position: absolute;
  top: 5vh;
  right: 5vw;
  display: flex;
  cursor: pointer;
}
.TheHeader__links--close svg {
  width: 25px;
  height: auto;
  margin-right: 10px;
  fill: #59AA9B;
}
@media (min-width: 769px) {
.TheHeader__links--close {
    display: none;
}
}
.TheHeader__links--item {
  transition: 0.3s all ease;
  margin-bottom: 4vh;
  font-size: 20px;
  font-weight: 500;
  color: #2a2c2e;
  text-align: center;
}
@media (min-width: 769px) {
.TheHeader__links--item {
    margin-bottom: 0;
}
}
.TheHeader__links--item::after {
  transition: 0.3s all ease;
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  margin-top: 5px;
  content: "";
  background: transparent;
  width: 0%;
  height: 2px;
}
.TheHeader__links--item:hover, .TheHeader__links--item.active {
  color: #59AA9B;
}
.TheHeader__links--item:hover::after, .TheHeader__links--item.active::after {
  background: #EAC983;
  width: 100%;
}
.TheHeader__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
.TheHeader__menu {
    flex-direction: row;
}
}
.TheHeader__menu--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
.TheHeader__menu--logo {
    flex-direction: row;
}
}
.TheHeader__menu--logo img {
  width: auto;
  height: 60px;
}
@media (min-width: 769px) {
.TheHeader__menu--logo img {
    height: 80px;
}
}
.TheHeader__menu--date {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  text-transform: uppercase;
}
@media (min-width: 769px) {
.TheHeader__menu--date {
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
}
}
.TheHeader__menu--main {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 2px solid #DCDCDC;
}
@media (min-width: 769px) {
.TheHeader__menu--main {
    width: auto;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: 0;
}
}
.TheHeader__menu--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}
.TheHeader__menu--icon svg {
  width: 30px;
  height: 25px;
  fill: #808080;
}
.TheHeader__menu--welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  text-align: center;
}
.TheHeader__menu--welcome:nth-child(1) {
  margin-left: 0;
}
@media (min-width: 769px) {
.TheHeader__menu--welcome:nth-child(1) {
    margin-left: 25px;
}
}
.TheHeader__menu--welcome:nth-child(2) {
  margin-right: auto;
}
@media (min-width: 769px) {
.TheHeader__menu--welcome:nth-child(2) {
    margin-right: 0;
}
}
@media (min-width: 769px) {
.TheHeader__menu--welcome {
    margin-right: 0;
}
}
.TheHeader__menu--welcome .time {
  display: block;
  margin-top: 2px;
  color: #59AA9B;
}
.TheHeader__menu--welcome .time svg {
  fill: #59AA9B;
  transform: translateY(3px) scale(1.01);
  height: 14px;
  width: auto;
}
.TheHeader__menu--burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  margin-left: 25px;
  width: 35px;
  height: 35px;
}
.TheHeader__menu--burger span {
  display: inline-block;
  background: #808080;
  width: 100%;
  height: 3px;
}
@media (min-width: 769px) {
.TheHeader__menu--burger {
    display: none;
}
}
.TheHeader .welcomeHeight {
  padding: 0;
  overflow: hidden;
  opacity: 0;
  height: 1px;
  transition: 0.3s all ease;
}
.TheHeader .welcomeHeight.active {
  padding: 15px 0 25px 0;
  opacity: 1;
  transform: translateY(0%);
  height: auto;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.FilmsShowPage[data-v-9988b34e] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.FilmsShowPage__header[data-v-9988b34e] {
  margin-bottom: 30px;
}
.FilmsShowPage__back[data-v-9988b34e] {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #D95E6A;
}
.FilmsShowPage__back svg[data-v-9988b34e] {
  margin-right: 5px;
  stroke: #D95E6A;
  height: 13px;
  width: auto;
}
.FilmsShowPage__title[data-v-9988b34e] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
}
@media (min-width: 576px) {
.FilmsShowPage__title[data-v-9988b34e] {
    font-size: 30px;
}
}
.FilmsShowPage__main[data-v-9988b34e] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__main[data-v-9988b34e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__main--image-container[data-v-9988b34e] {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 769px) {
.FilmsShowPage__main--image-container[data-v-9988b34e] {
    flex-direction: column;
    margin-bottom: 0;
    width: 30%;
}
}
.FilmsShowPage__main--image[data-v-9988b34e] {
  margin-bottom: 25px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  width: 50%;
  height: auto;
}
@media (min-width: 769px) {
.FilmsShowPage__main--image[data-v-9988b34e] {
    width: 100%;
}
}
.FilmsShowPage__main--info[data-v-9988b34e] {
  width: 100%;
}
@media (min-width: 769px) {
.FilmsShowPage__main--info[data-v-9988b34e] {
    width: 70%;
    padding-left: 40px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__main--info[data-v-9988b34e] {
    padding-left: 70px;
}
}
.FilmsShowPage__main--row[data-v-9988b34e] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
.FilmsShowPage__main--row[data-v-9988b34e] {
    margin-bottom: 25px;
}
}
.FilmsShowPage__main--row.center[data-v-9988b34e] {
  align-items: center;
}
.FilmsShowPage__poster[data-v-9988b34e] {
  width: 100%;
  height: 64vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
.FilmsShowPage__poster[data-v-9988b34e] {
    height: 40vw;
    max-height: 600px;
}
}
.FilmsShowPage__desc[data-v-9988b34e] {
  flex: 0 0 30%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #808080;
}
@media (min-width: 576px) {
.FilmsShowPage__desc[data-v-9988b34e] {
    flex: 0 0 25%;
    font-size: 16px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__desc[data-v-9988b34e] {
    font-size: 18px;
}
}
.FilmsShowPage__content[data-v-9988b34e] {
  display: flex;
  flex: 0 0 70%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.FilmsShowPage__content[data-v-9988b34e] {
    flex: 0 0 75%;
    font-size: 16px;
}
}
@media (min-width: 992px) {
.FilmsShowPage__content[data-v-9988b34e] {
    font-size: 18px;
}
}
.FilmsShowPage__content.btn[data-v-9988b34e] {
  flex: 0 0 auto;
  padding: 7px 20px;
  text-align: center;
}
.FilmsShowPage__content.small[data-v-9988b34e] {
  font-size: 14px;
  color: #808080;
}
.FilmsShowPage__content .btn-small[data-v-9988b34e] {
  padding: 7px 20px;
  margin-top: 10px;
}
.FilmsShowPage__aditional[data-v-9988b34e] {
  margin-bottom: 30px;
}
.FilmsShowPage__synopsis[data-v-9988b34e] {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__synopsis[data-v-9988b34e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__synopsis--desc[data-v-9988b34e] {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2c2e;
}
.FilmsShowPage__synopsis--content[data-v-9988b34e] {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #808080;
}
@media (min-width: 769px) {
.FilmsShowPage__synopsis--content[data-v-9988b34e] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.FilmsShowPage__synopsis--content[data-v-9988b34e] {
    font-size: 18px;
}
}
.FilmsShowPage__trailer[data-v-9988b34e] {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
.FilmsShowPage__trailer[data-v-9988b34e] {
    margin-bottom: 50px;
}
}
.FilmsShowPage__trailer iframe[data-v-9988b34e] {
  width: 100%;
  height: 48vw;
  max-height: 700px;
}
.FilmsShowPage .hooper[data-v-9988b34e] {
  margin-bottom: 50px;
  outline: none;
  width: 100%;
  height: auto;
}
.FilmsShowPage__slide[data-v-9988b34e] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.FilmsShowPage__slide--image[data-v-9988b34e] {
  max-height: 360px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 25vw;
}
.FilmsShowPage .btn-fit[data-v-9988b34e] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.AboutPage[data-v-83db46e4] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
}
.AboutPage__header[data-v-83db46e4] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.AboutPage__header[data-v-83db46e4] {
    font-size: 30px;
}
}
.AboutPage__intro--content[data-v-83db46e4] {
  padding: 10px;
  margin-bottom: 45px;
  background: #D95E6A;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media (min-width: 576px) {
.AboutPage__intro--content[data-v-83db46e4] {
    padding: 15px;
}
}
@media (min-width: 1200px) {
.AboutPage__intro--content[data-v-83db46e4] {
    padding: 25px;
}
}
.AboutPage__intro--bg[data-v-83db46e4] {
  padding: 8px 10px;
  color: #2a2c2e;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
.AboutPage__intro--bg[data-v-83db46e4] {
    padding: 30px;
}
}
.AboutPage__intro--title[data-v-83db46e4] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
.AboutPage__intro--title[data-v-83db46e4] {
    font-size: 30px;
}
}
.AboutPage__intro--subtitle[data-v-83db46e4] {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
.AboutPage__intro--subtitle[data-v-83db46e4] {
    font-size: 20px;
}
}
@media (min-width: 769px) {
.AboutPage__intro--subtitle[data-v-83db46e4] {
    font-size: 22px;
}
}
.AboutPage__intro--subtitle.green[data-v-83db46e4] {
  color: #59AA9B;
}
.AboutPage__intro--desc[data-v-83db46e4] {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
.AboutPage__intro--desc[data-v-83db46e4] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.AboutPage__intro--desc[data-v-83db46e4] {
    font-size: 18px;
}
}
.AboutPage__intro--sections[data-v-83db46e4] {
  margin-bottom: 80px;
}
.AboutPage__intro--sections .sections-title[data-v-83db46e4] {
  margin-bottom: 25px;
  text-align: center;
}
.AboutPage__intro--sections .categories[data-v-83db46e4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
  width: 100%;
  margin-bottom: 25px;
}
.AboutPage__intro--sections .category[data-v-83db46e4] {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #2a2c2e;
}
@media (min-width: 769px) {
.AboutPage__intro--sections .category[data-v-83db46e4] {
    width: calc(50% - 13px);
}
}
.AboutPage__intro--sections .category__image[data-v-83db46e4] {
  height: 120px;
  width: auto;
}
.AboutPage__intro--sections .category__title[data-v-83db46e4] {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 0 10px;
  font-weight: 700;
}
@media (min-width: 769px) {
.AboutPage__intro--sections .category__title[data-v-83db46e4] {
    font-size: 16px;
}
}
@media (min-width: 1400px) {
.AboutPage__intro--sections .category__title[data-v-83db46e4] {
    font-size: 18px;
}
}
@media (min-width: 769px) {
.AboutPage__intro--sections .category__title[data-v-83db46e4] {
    padding: 15px 25px;
}
}
.AboutPage__content[data-v-83db46e4] {
  margin-bottom: 50px;
}
.AboutPage__item[data-v-83db46e4] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
.AboutPage__item[data-v-83db46e4] {
    flex-direction: row;
}
}
.AboutPage__item--image[data-v-83db46e4] {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
.AboutPage__item--image[data-v-83db46e4] {
    max-width: 300px;
}
}
@media (min-width: 769px) {
.AboutPage__item--image[data-v-83db46e4] {
    max-width: initial;
    margin-bottom: 0;
    height: 300px;
    width: auto;
}
}
@media (min-width: 992px) {
.AboutPage__item--image[data-v-83db46e4] {
    max-width: initial;
    margin-bottom: 0;
    height: 380px;
    width: auto;
}
}
@media (min-width: 769px) {
.AboutPage__item--text[data-v-83db46e4] {
    padding-left: 20px;
}
}
@media (min-width: 992px) {
.AboutPage__item--text[data-v-83db46e4] {
    padding-left: 50px;
}
}
.AboutPage .btn[data-v-83db46e4] {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
.AboutPage .btn[data-v-83db46e4] {
    display: inline-block;
    margin-right: 10px;
}
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.ScreeningRoomsIndexPage[data-v-ec7a345a] {
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 576px) {
.ScreeningRoomsIndexPage[data-v-ec7a345a] {
    max-width: 70%;
}
}
@media (min-width: 992px) {
.ScreeningRoomsIndexPage[data-v-ec7a345a] {
    max-width: 1300px;
}
}
.ScreeningRoomsIndexPage__title[data-v-ec7a345a] {
  font-size: 24px;
  font-weight: 800;
  color: #59AA9B;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
.ScreeningRoomsIndexPage__title[data-v-ec7a345a] {
    font-size: 30px;
}
}
.ScreeningRoomsIndexPage__content[data-v-ec7a345a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ScreeningRoomsIndexPage .day-container[data-v-ec7a345a] {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
.ScreeningRoomsIndexPage .day-container[data-v-ec7a345a] {
    flex: 0 0 24%;
}
}
.ScreeningRoomsIndexPage .day[data-v-ec7a345a] {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 100px 15px;
  margin-bottom: 6%;
  color: #fff;
  background: #D95E6A;
  width: 100%;
}
.ScreeningRoomsIndexPage .day.green[data-v-ec7a345a] {
  color: #2a2c2e;
  background: #b0d9cd;
}
.ScreeningRoomsIndexPage .day.blue[data-v-ec7a345a] {
  color: #fff;
  background: #82b2e3;
}
.ScreeningRoomsIndexPage .day.pink[data-v-ec7a345a] {
  color: #2a2c2e;
  background: #de9ad5;
}
.ScreeningRoomsIndexPage .day.darkpurple[data-v-ec7a345a] {
  color: #fff;
  background: #a88fbe;
}
.ScreeningRoomsIndexPage .day.lightblue[data-v-ec7a345a] {
  color: #fff;
  background: #507194;
}
.ScreeningRoomsIndexPage .day.purple[data-v-ec7a345a] {
  color: #fff;
  background: #a88fbe;
}
.ScreeningRoomsIndexPage .day.yellow[data-v-ec7a345a] {
  color: #2a2c2e;
  background: #EAC983;
}
.ScreeningRoomsIndexPage .day.lightgreen[data-v-ec7a345a] {
  color: #fff;
  background: #e2937d;
}
.ScreeningRoomsIndexPage .day__header[data-v-ec7a345a] {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
.ScreeningRoomsIndexPage .day__header[data-v-ec7a345a] {
    margin-bottom: 50px;
}
}
.ScreeningRoomsIndexPage .day__subtitle[data-v-ec7a345a] {
  padding: 0 12px;
  margin-bottom: -10px;
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 576px) {
.ScreeningRoomsIndexPage .day__subtitle[data-v-ec7a345a] {
    font-size: 28px;
}
}
@media (min-width: 992px) {
.ScreeningRoomsIndexPage .day__subtitle[data-v-ec7a345a] {
    font-size: 28px;
}
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a] {
  transition: 0.3s all ease;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding: 12px 13px 14px 13px;
  color: #2a2c2e;
  cursor: pointer;
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a]::after {
  transition: 0.3s all ease;
  position: absolute;
  top: 97%;
  left: 15px;
  z-index: 2;
  display: block;
  content: "";
  background: #2a2c2e;
  width: 15px;
  height: 1px;
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a]::before {
  transition: 0.3s all ease;
  position: absolute;
  top: -3%;
  left: 15px;
  z-index: 0;
  display: block;
  content: "";
  background: transparent;
  width: 15px;
  height: 1px;
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a]:hover {
  background: rgba(42, 44, 46, 0.2);
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a]:hover::after {
  background: transparent;
  width: 0;
}
.ScreeningRoomsIndexPage .day__film[data-v-ec7a345a]:hover::before {
  z-index: 3;
  background: #fff;
}
.ScreeningRoomsIndexPage .day__film--title[data-v-ec7a345a] {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 576px) {
.ScreeningRoomsIndexPage .day__film--title[data-v-ec7a345a] {
    margin-bottom: 3px;
    font-size: 23px;
}
}
@media (min-width: 992px) {
.ScreeningRoomsIndexPage .day__film--title[data-v-ec7a345a] {
    font-size: 23px;
}
}
.ScreeningRoomsIndexPage .day__film--aditional[data-v-ec7a345a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ScreeningRoomsIndexPage .day__film--aditional p[data-v-ec7a345a] {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
.ScreeningRoomsIndexPage .day__film--aditional p[data-v-ec7a345a] {
    font-size: 16px;
}
}
.ScreeningRoomsIndexPage .day__film--time[data-v-ec7a345a] {
  flex: 0 0 40%;
}
.ScreeningRoomsIndexPage .day.blue .day__film[data-v-ec7a345a],
.ScreeningRoomsIndexPage .day.lightblue .day__film[data-v-ec7a345a],
.ScreeningRoomsIndexPage .day.purple .day__film[data-v-ec7a345a],
.ScreeningRoomsIndexPage .day.lightgreen .day__film[data-v-ec7a345a],
.ScreeningRoomsIndexPage .day.red .day__film[data-v-ec7a345a],
.ScreeningRoomsIndexPage .day.darkpurple .day__film[data-v-ec7a345a] {
  color: #fff;
}
.ScreeningRoomsIndexPage .day.blue .day__film[data-v-ec7a345a]::after,
.ScreeningRoomsIndexPage .day.lightblue .day__film[data-v-ec7a345a]::after,
.ScreeningRoomsIndexPage .day.purple .day__film[data-v-ec7a345a]::after,
.ScreeningRoomsIndexPage .day.lightgreen .day__film[data-v-ec7a345a]::after,
.ScreeningRoomsIndexPage .day.red .day__film[data-v-ec7a345a]::after,
.ScreeningRoomsIndexPage .day.darkpurple .day__film[data-v-ec7a345a]::after {
  background: #fff;
}
.ScreeningRoomsIndexPage .day.blue .day__film[data-v-ec7a345a]:hover,
.ScreeningRoomsIndexPage .day.lightblue .day__film[data-v-ec7a345a]:hover,
.ScreeningRoomsIndexPage .day.purple .day__film[data-v-ec7a345a]:hover,
.ScreeningRoomsIndexPage .day.lightgreen .day__film[data-v-ec7a345a]:hover,
.ScreeningRoomsIndexPage .day.red .day__film[data-v-ec7a345a]:hover,
.ScreeningRoomsIndexPage .day.darkpurple .day__film[data-v-ec7a345a]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ScreeningRoomsIndexPage .day.blue .day__film[data-v-ec7a345a]:hover::after,
.ScreeningRoomsIndexPage .day.lightblue .day__film[data-v-ec7a345a]:hover::after,
.ScreeningRoomsIndexPage .day.purple .day__film[data-v-ec7a345a]:hover::after,
.ScreeningRoomsIndexPage .day.lightgreen .day__film[data-v-ec7a345a]:hover::after,
.ScreeningRoomsIndexPage .day.red .day__film[data-v-ec7a345a]:hover::after,
.ScreeningRoomsIndexPage .day.darkpurple .day__film[data-v-ec7a345a]:hover::after {
  background: transparent;
}
.ScreeningRoomsIndexPage .day.blue .day__film[data-v-ec7a345a]:hover::before {
  background: #59AA9B;
}
.ScreeningRoomsIndexPage .day.blue-light .day__film[data-v-ec7a345a]:hover::before {
  background: #B0D9CD;
}
.ScreeningRoomsIndexPage .day.purple .day__film[data-v-ec7a345a]:hover::before {
  background: #9d43c1;
}
.ScreeningRoomsIndexPage .day.yellow .day__film[data-v-ec7a345a]:hover::before {
  background: #EAC983;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
.SeekerPage[data-v-921e8184] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #59AA9B;
}
.SeekerPage__close[data-v-921e8184] {
  position: absolute;
  top: 5vh;
  right: 5vw;
  display: flex;
  cursor: pointer;
}
.SeekerPage__close svg[data-v-921e8184] {
  width: 15px;
  height: auto;
  margin-right: 10px;
  fill: #fff;
}
.SeekerPage__close span[data-v-921e8184] {
  font-weight: 400;
  color: #fff;
}
.SeekerPage__content[data-v-921e8184] {
  width: 90%;
  max-width: 700px;
}
.SeekerPage__search[data-v-921e8184] {
  margin-bottom: 10px;
}
.SeekerPage__search--input[data-v-921e8184] {
  width: 100%;
  padding: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  outline: none;
}
.SeekerPage__search--input[data-v-921e8184]::-moz-placeholder {
  color: #fff;
}
.SeekerPage__search--input[data-v-921e8184]:-ms-input-placeholder {
  color: #fff;
}
.SeekerPage__search--input[data-v-921e8184]::placeholder {
  color: #fff;
}
.SeekerPage__results[data-v-921e8184] {
  transition: 0.3s all ease;
  max-height: 45vh;
  overflow-y: scroll;
}
.SeekerPage__results--title[data-v-921e8184] {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}
.SeekerPage__results--collection[data-v-921e8184] {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.SeekerPage .btn[data-v-921e8184] {
  margin-top: 10px;
  margin-left: auto;
}.hooper-slide {
  flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef;
}
.hooper-progress-inner {
  height: 100%;
  background-color: #4285f4;
  transition: 300ms;
}
.hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  padding: 5px 10px;
}
.hooper-indicators {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hooper-indicator:hover,
.hooper-indicator.is-active {
  background-color: #4285f4;
}
.hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}
.hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hooper-pagination.is-vertical .hooper-indicators {
  flex-direction: column;
}
.hooper-pagination.is-vertical .hooper-indicator {
  width: 6px;
}
.hooper-next,
.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.hooper-next.is-disabled,
.hooper-prev.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hooper-next {
  right: 0;
}
.hooper-prev {
  left: 0;
}
.hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  transform: initial;
}
.hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: initial;
}
.hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0;
}
.hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0;
}
.hooper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}
.hooper * {
  box-sizing: border-box;
}
.hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hooper-track {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hooper.is-vertical .hooper-track {
  flex-direction: column;
  height: 200px;
}

.hooper.is-rtl {
  direction: rtl;
}

.hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
/**
 * First, we load all of this project's CSS dependencies.
 */
/**
 * Next, we load the project's variables and fonts.
 */
/**
 * Fonts.
 *
 * See:
 *  - [Web Font Optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization)
 *  - [Controlling Font Performance with font-display](https://developers.google.com/web/updates/2016/02/font-display)
 */
/**
 * Variables.
 */
/* Colors */
/* Fonts */
/**
 * Mixins.
 */
/* Media Queries */
/* Containers */
/* Texts */
/* Buttons */
/* Transitions */
/**
 * Then, we write the project's animations.
 */
/**
 * Vue animations.
 */
/* Appear / Fade */
.appear-enter-active,
.fade-enter-active {
  transition: all 0.4s ease;
}
.appear-leave-active,
.fade-leave-active {
  transition: all 0.4s ease;
}
.appear-enter,
.appear-leave-to,
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* Slide */
.slide-enter-active,
.slide-leave-active {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.slide-enter,
.slide-leave-to {
  opacity: 0;
}

/**
 * Finally, we write the project's global styles.
 */
/**
 * Reset CSS.
 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  overflow-x: hidden;
}
html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #2a2c2e;
  text-decoration: none;
  background: #fff;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}

/**
 * Globla Styles.
 */
/* Utilities */
.btn {
  transition: 0.3s all ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #2a2c2e;
  cursor: pointer;
  background: #B0D9CD;
  border: 0;
}
.btn:hover {
  color: #fff;
}
.btn:disabled, .btn[disabled] {
  pointer-events: none;
}
.pointer-events-none {
  pointer-events: none;
}

/* Film */
.film {
  transition: 0.3s all ease;
  width: 48%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 2px 2px 6px 1px rgba(128, 128, 128, 0.3);
  transform: scale(1);
}
.film:hover {
  transform: scale(1.04);
}
@media (min-width: 576px) {
.film {
    width: 31.5%;
    margin-right: 1.3%;
}
}
@media (min-width: 992px) {
.film {
    width: 24%;
    margin-right: 1%;
}
}
.film__poster {
  width: 100%;
  height: 63vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
.film__poster {
    height: 40.3vw;
}
}
@media (min-width: 992px) {
.film__poster {
    height: 30.5vw;
    max-height: 445px;
}
}
.film__category {
  padding: 5px 10px;
}
.film__category span {
  font-size: 10px;
  font-weight: 900;
}
@media (min-width: 576px) {
.film__category span {
    font-size: 12px;
}
}
.film__category--container {
  display: flex;
}
.film__category--share {
  width: 50%;
  padding: 8px 10px;
}
.film__category--share span {
  display: block;
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
@media (min-width: 576px) {
.film__category--share span {
    font-size: 12px;
}
}
.film__content {
  padding: 15px 10px;
}
.film__title {
  font-size: 16px;
  font-weight: 900;
  color: #2a2c2e;
}
@media (min-width: 576px) {
.film__title {
    font-size: 18px;
}
}
@media (min-width: 992px) {
.film__title {
    font-size: 20px;
}
}

/* Contact */
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 5px 5px;
  text-align: center;
}
.contact__img {
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.contact__name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #59AA9B;
}
.contact__aditional {
  width: 200px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2c2e;
}

/* Hooper */
.hooper-pagination {
  right: initial;
  bottom: 15px;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
.hooper-pagination {
    display: block;
}
}
.hooper-pagination .hooper-indicator {
  background-color: #fff;
  border-radius: 50%;
  height: 12px;
}
.hooper-pagination .hooper-indicator.is-active {
  background-color: #D95E6A;
}
.hooper-navigation .hooper-next .icon, .hooper-navigation .hooper-prev .icon {
  fill: #fff;
  width: 50px;
  height: auto;
}
.App {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}