/* 3.0 - Typography
----------------------------------  */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url(plugins/cropper.min.css);
:root {
  --red: #f44336; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

html {
  font-size: 10px; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #d0d0d0;
  margin: 2rem 0; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 1.5rem;
  width: 100%; }

.content {
  padding: 0 1.5rem;
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 75%; }

.sidebar {
  padding: 0 1.5rem;
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: top;
  width: 25%; }

.hidden {
  display: none !important; }

.media {
  margin: 1rem; }
  .media .body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media .img {
    float: left;
    margin-right: 1rem; }
    .media .img img {
      display: block; }
  .media .img-right {
    float: right;
    margin-left: 1rem; }

.input-field {
  margin: 0 0 1.5rem 0; }
  .input-field.is--small {
    width: 200px; }
  .input-field label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px; }
  .input-field.has-icon {
    display: flex; }
    .input-field.has-icon > i {
      background: #f0f0f0;
      border: 1px solid #aaa;
      border-radius: 4px 0 0 4px;
      border-right: 0;
      color: #888;
      font-size: 2.4rem;
      line-height: 4.6rem;
      margin-right: -4px;
      padding: 0 8px; }
  .input-field .input {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 500;
    padding: 1.3rem 0.8rem;
    width: 100%; }
  .input-field .textarea {
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: Arial;
    width: 100%;
    padding: 1.3rem 0.8rem;
    min-height: 20rem;
    line-height: 1.4; }

.combo-field {
  display: flex;
  align-items: center; }

.btn {
  background: #d0d0d0;
  border: 0;
  border-radius: 4px;
  padding: 0.8rem 1.5rem; }

@media all and (min-width: 992px) {
  .show-mobile {
    display: none; } }
.admin__nav-list {
  display: flex;
  padding: 0; }
.admin__nav-anchor {
  background: #33b9d6;
  color: #fff;
  padding: 3.2rem;
  font-size: 18px;
  margin: 0 8px 8px 0; }

.member-admin__view {
  background: #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 7px 8px -5px rgba(0, 0, 0, 0.3);
  display: flex;
  padding: 16px;
  margin-bottom: 16px; }
.member-admin__actions {
  text-align: right; }
  .member-admin__actions .action {
    font-weight: 700; }
.member-admin__image {
  border-radius: 4px;
  width: 80px; }
.member-admin__position {
  font-weight: 300; }
.member-admin__content {
  padding: 0 16px;
  flex-grow: 2; }

.link-admin__view {
  background: #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 7px 8px -5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 16px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab; }
  .link-admin__view .actions .action {
    font-weight: 700;
    padding: 8px; }
  .link-admin__view.is--template {
    box-shadow: inherit;
    background: #449fd8; }
.link-admin__dropzone {
  padding: 16px 0 32px; }

.admin-section {
  display: grid;
  grid-template-columns: 1fr 30rem;
  grid-gap: 16px; }
  .admin-section__tips {
    background: #edf6fb;
    padding: 32px; }
    .admin-section__tips li {
      font-size: 1.6rem;
      line-height: 1.4; }
  .admin-section__sidebar {
    padding-top: 6rem; }

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: 0; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4; }

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none; }

.choices[data-type*=select-one]:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }

.choices__list--dropdown.is-active {
  visibility: visible; }

.is-open .choices__list--dropdown {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus, .choices__input:focus {
  outline: 0; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

/*
----------------------------------  */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 300; }

a {
  color: #18a4c5;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #444;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #444;
  line-height: 1.5;
  font-weight: 700; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

strong {
  font-weight: 700; }

h1.page__title {
  color: #888;
  font-size: 48px;
  font-weight: 100;
  margin: 32px 0; }
h1.page__title-alternative {
  color: #888;
  font-size: 36px;
  font-weight: 700;
  margin: 32px 0 0; }

hr {
  margin: 3.2rem 0; }

.section-title {
  padding: 16px 0 8px; }

/* Header
----------------------------------  */
.site-header {
  background: #fff;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 100; }
  .site-header .site-description {
    color: #fff;
    display: none; }
  .site-header .wrapper {
    position: relative; }
  .site-header .user-info {
    background: #f2f2f2;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 3px 3px;
    position: absolute;
    padding: 0.5rem 2rem;
    right: 1.5rem;
    top: -3rem; }
    .site-header .user-info a {
      font-size: 1.2rem;
      margin: 0 0.5rem;
      display: inline-block;
      color: #fff; }

.site-logo {
  margin-right: 16px; }
  .site-logo img {
    transition: all 0.5s ease;
    width: 150px; }

.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.site-subtitle {
  color: #2e2868;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.5rem; }

.site-header-menu {
  background: #2e2868;
  position: sticky;
  top: 0;
  z-index: 100; }

.primary-menu {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0; }
  .primary-menu > li {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0; }
    .primary-menu > li > a {
      display: block;
      color: #fff;
      padding: 1.5rem;
      text-decoration: none;
      transition: all 0.2s ease; }
      .primary-menu > li > a:hover {
        background: #3e368d; }
    .primary-menu > li.languages > a {
      display: inline-block;
      width: auto;
      padding: 1rem 0.5rem 0.6rem; }
    .primary-menu > li.user-profile {
      display: none; }

.site-footer {
  border-top: 1px solid #e0e0e0;
  margin: 3rem 0;
  padding: 3rem 0; }

#main-research {
  background: #315e91;
  color: #fff;
  padding: 3rem 0; }
  #main-research h2 {
    font-size: 5rem;
    margin: 3rem 0 5rem;
    text-align: center; }
  #main-research p {
    font-size: 2rem;
    color: #98b8dc;
    max-width: 90rem;
    text-align: center;
    margin: auto; }
  #main-research .research {
    padding: 0 1.5rem;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 50%; }
    #main-research .research .inside {
      width: 100%;
      padding: 5rem 3rem;
      text-align: center;
      transition: all 0.2s ease; }
      #main-research .research .inside h3 {
        font-weight: 300;
        font-size: 2.8rem;
        margin: 2rem 0 4rem; }
      #main-research .research .inside .more {
        border: 1px solid #fff;
        color: #fff;
        font-weight: 700;
        border-radius: 7px;
        padding: 0.7rem 3.5rem;
        transition: all 0.2s ease; }
        #main-research .research .inside .more:hover {
          background: #fff;
          color: #315e91;
          text-decoration: none; }

.main-book {
  padding: 32px 0; }
  .main-book__title {
    margin-bottom: 16px;
    font-size: 24px; }
  .main-book__wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 769px) {
      .main-book__wrapper {
        display: block; } }
  .main-book__image {
    margin: 0 auto;
    display: block; }

.main__subtitle {
  font-size: 36px;
  font-weight: 700;
  color: #2e2868;
  margin: 16px 0;
  text-align: center; }

.main-about {
  background: #f4f4f4;
  padding: 16px 0; }
  .main-about .wrapper {
    max-width: 900px; }
  .main-about p {
    font-size: 24px;
    font-weight: 300; }

.main-about__list-section {
  padding: 32px 1.5rem; }

.main-about__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 6rem; }
  .main-about__list > li {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0.75rem; }

.main-logo {
  display: block;
  margin: 0 auto;
  max-width: 400px; }

.admin-menu {
  display: none; }

.who__wrapper {
  background: #315d90;
  color: #fff;
  padding: 32px 0; }
  .who__wrapper .main-members {
    display: flex; }
  .who__wrapper .controls {
    text-align: center;
    padding: 6rem 0; }
  .who__wrapper .wrapper {
    justify-content: space-between;
    max-width: 960px; }
  .who__wrapper .who {
    width: 50%;
    text-align: center;
    padding: 0 1.5rem 1.5rem; }
    .who__wrapper .who h2 {
      color: #fff;
      margin: 0;
      padding: 3rem 0 0; }
    .who__wrapper .who h4 {
      color: #fff;
      font-weight: 100;
      margin: 0; }
  .who__wrapper .section-title {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 100;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 3rem; }
  .who__wrapper .section-subtitle {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    margin: 6rem 0 3rem;
    text-align: center; }
  .who__wrapper p {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 100; }
  .who__wrapper img {
    border-radius: 10px;
    margin: 4rem 2rem 0 0; }
  .who__wrapper .more {
    border: 1px solid #449fd8;
    color: #449fd8;
    display: inline-block;
    font-weight: 700;
    border-radius: 7px;
    padding: 0.7rem 3.5rem;
    transition: all 0.2s ease; }
    .who__wrapper .more:hover {
      background: #449fd8;
      color: #fff;
      text-decoration: none; }

.tab-menu {
  margin: 0;
  padding: 0; }
  .tab-menu li {
    display: inline-block;
    padding: 1rem; }

.content-creation {
  width: 66.6666%;
  margin-bottom: 3rem; }
  .content-creation h3 {
    margin: 24px 0 16px; }
    .content-creation h3 img {
      display: inline-block;
      margin: -0.5rem 0 0 0;
      vertical-align: middle; }

/* Actions and Buttons
-----------------------------------------------------------------*/
.action-controls {
  float: right; }

.btn {
  display: inline-block;
  transition: all 0.1s ease;
  padding: 1.2rem 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none; }
  .btn.btn-create {
    background: #2886c1;
    color: #fff; }
  .btn.btn-send {
    background: #2886c1;
    color: #fff; }
  .btn.btn-edit {
    background: none;
    color: #2886c1;
    border: 1px solid #2886c1; }
  .btn.btn-primary {
    background: #33b9d6;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #5dc8df; }
  .btn.btn-danger {
    background: #ca0000;
    color: #fff; }
    .btn.btn-danger:hover {
      background: #fd0000; }
  .btn.btn-small {
    padding: 0.8rem 1.6rem;
    font-size: 14px; }

/* Research
-----------------------------------------------------------------*/
.research {
  padding: 2rem 0; }
  .research h2 {
    font-size: 3.6rem; }
  .research p {
    font-size: 1.8rem; }

/* Research Members
-----------------------------------------------------------------*/
.coordinatiors__section {
  padding-bottom: 8rem; }

.members-list,
.coordinators-list {
  list-style-type: none;
  padding: 0; }

.member {
  background: white;
  display: flex;
  margin: 0;
  padding: 3rem 0 4rem; }
  .member .member-img {
    margin: 1rem 2.5rem 0 0; }
    .member .member-img.coordinator img {
      width: 200px; }
    .member .member-img img {
      border-radius: 10px;
      width: 150px; }
  .member .member-info {
    overflow: hidden;
    zoom: 1; }
  .member .member__position {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    font-weight: 700; }
  .member .member__name {
    font-weight: 300;
    margin: 0; }
    .member .member__name.coordinator {
      font-size: 3.6rem; }
  .member .member__institution {
    font-size: 1.8rem;
    margin: 0rem 0 3rem; }

.member__links {
  margin-top: 16px; }
  .member__links a {
    color: #6eb5e1;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 2rem 0 0; }
  .member__links img {
    width: 15px;
    display: inline-block;
    vertical-align: middle; }

/* Links
-----------------------------------------------------------------*/
.link-item {
  position: relative;
  margin-bottom: 16px; }
  .link-item .actions {
    font-size: 1.2rem;
    display: inline-block;
    margin: -0.3rem 0 0 1rem;
    vertical-align: middle; }
    .link-item .actions a {
      color: #8BC34A;
      font-weight: 700;
      opacity: 1;
      margin: 0 0.5rem; }
  .link-item h3 {
    margin-bottom: 0; }
  .link-item p {
    margin: 0; }

.link-category__name {
  padding: 24px 0 16px; }

.view-article {
  max-width: 780px; }

.article__title {
  font-size: 36px;
  margin: 3.2rem 0;
  line-height: 1.3; }

.article__doi {
  padding: 0 16px 0 0;
  margin: 0 16px 0 0;
  border-right: 1px solid #222; }

.article__resume {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500; }

.article__info {
  margin-bottom: 3rem; }

.article-item {
  margin: 0 0 16px;
  padding: 16px 0; }
  .article-item__info {
    font-weight: 700;
    margin: 16px 0; }
    .article-item__info dl {
      display: inline-block;
      padding: 0 16px 0 0; }
      .article-item__info dl dt, .article-item__info dl dd {
        display: inline; }
      .article-item__info dl dd {
        font-weight: 400; }
  .article-item .actions {
    position: absolute;
    right: 1rem;
    top: 0.5rem; }
    .article-item .actions a {
      color: #bbb;
      font-size: 1.2rem;
      margin: 0 1rem 0 0; }

.article__links {
  display: flex;
  margin: 3.2rem 0; }
  .article__links > a {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 1.6rem 0 0;
    transition: all 0.1s ease; }
    .article__links > a.pdf {
      border-color: #f0363e;
      color: #f0363e; }
      .article__links > a.pdf:hover {
        background: #f0363e;
        color: #fff; }
    .article__links > a:hover {
      text-decoration: none; }
    .article__links > a.link {
      border-color: #18a4c5;
      color: #18a4c5; }
      .article__links > a.link:hover {
        background: #18a4c5;
        color: #fff; }

.display-image {
  margin-left: 16px; }
  .display-image > img {
    width: 120px; }

.search-wrapper {
  text-align: center;
  margin: 2rem 0; }

.search-field {
  padding: 0;
  max-width: 400px; }
  .search-field .btn-search {
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #33b9d6;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'MaterialDesignIcons';
    line-height: 43px;
    transition: all 0.1s ease;
    width: 5rem; }
    .search-field .btn-search:hover {
      cursor: pointer;
      background: #48c0da; }
  .search-field .input-field {
    display: flex; }

.commentary {
  background: #fff;
  margin: 3.2rem 0;
  border-top: 1px solid #bbb;
  padding: 3.2rem 0; }
  .commentary h3 {
    font-weight: 100;
    font-size: 3rem;
    margin: 0 -2rem 2rem;
    padding: 1rem 2rem; }
  .commentary h4 {
    font-size: 2.6rem; }

.comment-list {
  margin: 0;
  padding: 0; }
  .comment-list li {
    background: #e0e0e0;
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    position: relative; }
    .comment-list li h3 {
      margin: 0 0 0.5rem 0; }
    .comment-list li h4 {
      color: #888;
      margin: 0 0 1rem 0; }
    .comment-list li .actions {
      position: absolute;
      top: 1rem;
      right: 1rem; }

/* Media Library
-------------------------------------*/
.breadcrumbs {
  padding: 8px 0;
  margin: 8px 0 32px;
  border-bottom: 1px solid #e0e0e0; }
  .breadcrumbs li {
    display: inline;
    padding: 0 8px 0 0;
    font-weight: 500;
    line-height: 24px; }
    .breadcrumbs li > i {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
    .breadcrumbs li a {
      color: #2e2868;
      font-weight: 700; }
    .breadcrumbs li:last-child a:after {
      content: ""; }

.media-library {
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }

.library-item {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: block;
  transition: all 0.1s ease;
  font-weight: 500;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.4;
  padding: 8px;
  position: relative;
  word-break: break-word; }
  .library-item.is--new {
    border: 1px solid #32a4c6;
    background: #e9fbff; }
  .library-item.folder {
    background: #f4f4f4; }
  .library-item:hover {
    text-decoration: none; }
  .library-item .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 12rem;
    margin-bottom: 8px;
    width: 100%; }
  .library-item__content {
    display: flex;
    align-items: top; }
  .library-item__info {
    flex-grow: 2; }
  .library-item__actions {
    display: block; }
    .library-item__actions a {
      display: inline-block;
      font-size: 1.2rem;
      color: #bbb;
      margin: 0 1rem; }
      .library-item__actions a i {
        font-size: 24px; }
  .library-item__thumb i {
    font-size: 7.2rem;
    display: block;
    margin: 0 0 8px;
    line-height: 12rem; }
  .library-item__item {
    border: 0;
    background: #e0e0e0;
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3); }
  .library-item__link {
    display: block;
    transition: all .1s ease;
    margin-bottom: 8px; }
    .library-item__link:hover {
      background: rgba(0, 0, 0, 0.1); }
  .library-item__name {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #444; }
  .library-item__date {
    font-size: 12px;
    color: #888; }
  .library-item__icon {
    fill: #2e2868; }
  .library-item.excel i {
    color: #1d7046; }
  .library-item.image i {
    color: #374b7d; }
  .library-item.pdf i {
    color: #cb0606; }
  .library-item.powerpoint i {
    color: #e86823; }
  .library-item.word i {
    color: #2a5695; }
  .library-item .actions {
    color: #bbb; }
  .library-item__action {
    align-self: bottom;
    background: none;
    border: 0;
    color: #888;
    cursor: pointer;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 500;
    display: block;
    transition: all 0.1s ease;
    text-align: center; }
    .library-item__action:hover {
      color: #18a4c5;
      text-decoration: none; }
    .library-item__action.delete:hover {
      color: var(--red); }

.folder__icon {
  height: 115px;
  fill: #2e2868;
  margin-left: 8px; }

.folder__controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px; }
.folder__ordering-list {
  background: #f4f4f4;
  border-radius: 4px;
  align-self: flex-end;
  display: flex;
  border: 1px solid #e0e0e0;
  margin-left: auto; }
.folder-ordering__link {
  border-right: 1px solid #e0e0e0;
  display: flex;
  padding: 8px; }
  .folder-ordering__link.active {
    background: #18a4c5;
    color: #fff; }
  .folder-ordering__link:last-child {
    border-right: 0; }
  .folder-ordering__link > svg {
    display: inline-block;
    vertical-align: bottom; }

.login-page {
  margin: 0 auto;
  padding: 1rem;
  width: 37rem; }
  .login-page .page-title {
    text-align: center;
    font-size: 3rem; }
  .login-page .btn-login {
    background: #12a5f1;
    color: #fff;
    display: block;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    width: 35rem; }
  .login-page .btn-forgot {
    color: #444;
    display: block;
    margin: 0 auto 1.5rem;
    text-align: center;
    width: 35rem; }
  .login-page .remember-me-label {
    display: block;
    margin: 1rem 0; }

.footer {
  border-top: 1px solid #e0e0e0;
  color: #888;
  clear: both;
  padding: 32px 0;
  margin: 0; }

.student h3 {
  font-weight: 500;
  margin: 0; }
.student table {
  width: 100%; }
  .student table thead {
    background: #c7c7c7; }
  .student table tbody tr td {
    padding: 0.5rem; }
  .student table tbody tr:nth-child(odd) {
    background: #e0e0e0; }

.site-header-wrapper {
  display: flex;
  justify-content: space-between; }

.menu-toggle {
  background: none;
  border: 0;
  color: #2e2868;
  font-size: 3.6rem;
  display: none;
  width: 40px;
  height: 40px;
  padding: 8px; }
  @media all and (max-width: 992px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle span {
    height: 3px;
    margin-bottom: 4px;
    border-radius: 4px;
    display: block;
    background: #2e2868;
    width: 50%; }
    .menu-toggle span:first-child {
      width: 100%; }
    .menu-toggle span:last-child {
      width: 75%; }

@media all and (min-width: 992px) {
  .desktop-logo {
    display: block; }

  .mobile-logo {
    display: none; } }
@media all and (max-width: 992px) {
  .desktop-logo {
    display: none; }

  .mobile-logo {
    display: block; } }
.jconfirm {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.primary-menu > li {
  position: relative; }
  .primary-menu > li:hover > .submenu {
    display: block; }
  .primary-menu > li.user-profile {
    border-top: 1px solid white;
    display: block;
    margin: 0 -1.5rem;
    width: auto; }
    .primary-menu > li.user-profile .user-info {
      box-shadow: 0 0 0;
      display: inline-block;
      position: relative;
      background: none;
      top: 0;
      right: 0;
      padding: 0;
      width: 100%; }
      .primary-menu > li.user-profile .user-info a {
        display: inline-block;
        font-size: 1.6rem;
        margin: 0 -4px 0 0;
        padding: 1rem 2rem;
        width: 50%; }
        .primary-menu > li.user-profile .user-info a:first-child {
          border-right: 1px solid white; }

.submenu {
  background: #2e2868;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  padding: 0 0 16px;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%; }
  .submenu hr {
    margin: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .submenu > li {
    font-size: 18px;
    list-style-type: none;
    font-weight: 300;
    padding: 0;
    margin: 0;
    min-width: 210px; }
    .submenu > li > a {
      color: #fff;
      padding: 8px 16px;
      display: block;
      width: 100%; }
      .submenu > li > a:hover {
        background: #3e368d;
        text-decoration: none; }

.controls {
  padding: 0 0 32px; }
  .controls.controls-right {
    text-align: right; }

.admin-table {
  border-spacing: 0;
  padding: 1.6rem 0;
  width: 100%; }
  .admin-table td, .admin-table th {
    border: 0;
    padding: 0.8rem 1.6rem; }
  .admin-table__header {
    background: #c7c7c7; }
    .admin-table__header > th {
      padding: 0.8rem; }
  .admin-table tr:nth-child(even) {
    background: #e0e0e0; }
  .admin-table .actions a {
    margin: 0 8px; }

@media all and (max-width: 524px) {
  body {
    padding-top: 71px; }

  .site-header .site-title {
    font-size: 2.6rem;
    height: 3rem;
    margin: 2rem 0; } }
.feedback {
  background: #e0e0e0;
  border-left: 5px solid #888;
  font-weight: 500;
  padding: 1.6rem;
  margin: 3.2rem 0; }
  .feedback.success {
    background: #e0f9da;
    border-left-color: #00ca52;
    color: #27804b; }
  .feedback.error {
    background: #f9dada;
    border-left-color: #ca0000;
    color: #802727; }

body.modal-open {
  overflow: hidden; }

.modal {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease; }
  .modal.open {
    display: block;
    opacity: 1; }
  .modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .modal__container {
    background: #fff;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 3.2rem auto;
    max-width: 700px;
    padding: 3.2rem 3.2rem;
    width: 100%; }
  .modal__title {
    margin-top: 0;
    margin-bottom: 16px; }
  .modal__close {
    background: none;
    border: 0; }
  .modal__controls {
    padding-top: 1.6rem; }

.event-item__title {
  font-size: 24px; }

.event-media__section {
  background: #edf6fb;
  padding: 32px 0; }

.event-list__subtitle {
  font-size: 24px;
  margin: 32px 0 16px; }

.media-upload {
  background: #e0e0e0;
  border-radius: 4px;
  border: 2px dashed #bbb;
  color: #888;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 0px 0px -10px rgba(0, 0, 0, 0);
  transition: all 0.1s ease;
  text-align: center; }
  .media-upload > i {
    font-size: 4.2rem;
    line-height: 1.5; }
  .media-upload h4, .media-upload h5 {
    color: #888; }
  .media-upload h5 {
    font-weight: 500; }
  .media-upload.active {
    border-color: #315d90;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5); }
  .media-upload > input {
    visibility: hidden; }
  .media-upload__image-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px; }
  .media-upload__image-item {
    display: block;
    width: 140px;
    margin: 8px; }
    .media-upload__image-item:hover .media-upload__delete {
      opacity: 1;
      visibility: inherit; }
  .media-upload__image-content {
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 1;
    width: 100%;
    height: 12rem;
    background-size: cover;
    background-position: center; }
    .media-upload__image-content i {
      background: rgba(0, 0, 0, 0.7);
      border-radius: 1000px;
      color: #fff;
      padding: 8px;
      font-size: 4.2rem;
      position: absolute;
      left: 50%;
      opacity: 0;
      transition: all 0.1s ease;
      transform: translateX(-50%); }
  .media-upload__image-item {
    width: 14rem;
    margin: 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .media-upload__image-item img {
      display: block;
      width: 100%; }

#imagesUploaded {
  padding-bottom: 32px; }

.draggable {
  cursor: move; }

.draggable.over {
  border: 3px dotted #33b9d6; }

[draggable] {
  user-select: none; }

.gallery {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  .gallery__close-button {
    color: #fff;
    font-size: 4rem;
    position: absolute;
    top: 16px;
    right: calc(25% + 2rem);
    opacity: 0.9;
    transition: all 0.1s ease; }
    .gallery__close-button:hover {
      cursor: pointer;
      opacity: 1; }
  .gallery.open {
    display: flex; }
  .gallery__image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 25%;
    width: 100%; }
  .gallery__image-list {
    background: #fff;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 32px 16px;
    position: absolute;
    top: 0;
    text-align: center;
    width: 25%; }
    .gallery__image-list > a {
      background-size: cover;
      background-position: center;
      border-radius: 8px;
      display: inline-block;
      padding-bottom: 33%;
      margin: 4px;
      width: calc(33.333% - 12px);
      transition: all 0.1s ease; }
      .gallery__image-list > a:hover {
        box-shadow: 0 0 3px 3px #449fd8; }

#gic > * {
  max-width: 100%;
  display: block; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #315d90;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #315d90 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.news__header {
  background: linear-gradient(45deg, #315d90, #2e2868);
  padding: 16px 0 24px; }
.news__title {
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 8px; }
.news__date {
  color: #fff; }
.news__wrapper {
  font-size: 2.2rem;
  padding: 24px 0;
  max-width: 800px;
  line-height: 1.4; }

.news__item {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0; }

.news-item__thumb {
  margin-right: 3rem; }
  .news-item__thumb img {
    width: 300px; }

.pagination {
  margin: 24px 0;
  text-align: center; }
  .pagination__item {
    display: inline-block;
    margin: 4px; }
    .pagination__item > * {
      display: block;
      font-size: 18px;
      min-width: 35px;
      padding: 1rem; }
    .pagination__item a {
      transition: all 0.1s ease; }
      .pagination__item a:hover {
        background: #2e2868;
        color: #fff; }
    .pagination__item.is--active > span {
      background: #2e2868;
      border-radius: 6px;
      color: #fff; }

.home__title {
  border-left: 8px solid #2e2868;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 16px;
  margin: 16px 0; }

.slider-news__wrapper {
  background: #F2F0FF;
  padding: 16px 0; }
.slider-news__section {
  height: 400px;
  position: relative; }
  @media all and (max-width: 1200px) {
    .slider-news__section {
      height: 360px; } }
.slider-news__content {
  width: 66%; }
.slider-news__slide {
  position: absolute;
  padding: 16px 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease; }
  .slider-news__slide.active {
    opacity: 1;
    z-index: 4; }
.slider-news__slide-background {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(20px) grayscale(1) brightness(1.5);
  opacity: 0.4;
  mix-blend-mode: overlay; }
.slider-news__date {
  color: #444;
  margin-bottom: 8px; }
.slider-news__title {
  font-size: 36px;
  font-weight: 100;
  padding: 0 0 16px; }
  .slider-news__title a {
    color: #2e2868; }
.slider-news__image {
  flex-grow: 2;
  padding: 0 16px 0 0;
  max-width: 340px; }
  .slider-news__image > img {
    width: 100%; }
.slider-news__slide-content {
  color: #444;
  display: flex;
  position: relative;
  z-index: 2; }
.slider-news__pagination {
  text-align: center;
  padding: 8px; }
  .slider-news__pagination > li {
    display: inline-block;
    margin: 8px; }
    .slider-news__pagination > li > a {
      background: #bbb;
      display: block;
      border-radius: 100px;
      width: 16px;
      height: 16px;
      transition: all 0.1s ease; }
  .slider-news__pagination-anchor:hover {
    background: #6e65c4;
    transform: scale(1.1); }
  .slider-news__pagination-anchor.active {
    background: #2e2868;
    animation: anchor 0.2s forwards; }
.slider-news__content {
  width: 66%;
  padding-right: 16px; }
  .slider-news__content p {
    color: #444;
    font-size: 18px; }
.slider-news__progress {
  width: 100%;
  height: 6px;
  background: #F2F0FF; }
  .slider-news__progress .progress-bar {
    height: 100%;
    background: linear-gradient(to right, #41ddff, #eb37ff);
    width: 0;
    transition: all 0.5s ease; }

@keyframes anchor {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
.event__item {
  margin-bottom: 1.5rem; }
  .event__item a {
    color: #2e2868; }
.event__list {
  margin-bottom: 64px;
  width: 800px; }
.event__content {
  background: #f3f2ff;
  padding: 24px;
  border-left: 5px solid #2e2868;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.event__link {
  font-size: 48px;
  font-weight: 700; }
.event__icon {
  color: #2e2868;
  background: #d3d1ec;
  border-radius: 1000px;
  padding: 16px;
  font-size: 24px; }
.event__info {
  flex-grow: 2;
  padding: 0 16px; }
.event__header {
  padding: 48px 0; }
.event__title {
  font-size: 36px;
  border-left: 8px solid #2e2868;
  margin-bottom: 16px;
  padding-left: 16px; }
.event__files-section {
  padding: 48px;
  background: #d1dfef;
  background: #e0e0e0; }
.event__images-section {
  padding: 48px 0; }
.event__date {
  font-weight: 300;
  font-size: 24px; }
.event-files__title {
  color: #2e2868;
  text-transform: uppercase;
  font-size: 24px;
  border-left: 8px solid #2e2868;
  margin-bottom: 24px;
  padding-left: 16px; }
.event-files__item {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500; }
  .event-files__item > span {
    background: #cccccc;
    border-radius: 4px;
    padding: 16px;
    display: inline-block; }
.event-files__anchor {
  margin-left: 16px;
  font-weight: 700; }
.event-gallery__image-list {
  display: flex;
  flex-wrap: wrap; }
  .event-gallery__image-list > a {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 8px;
    margin: 4px; }
    .event-gallery__image-list > a > div {
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 8px;
      line-height: 120px;
      opacity: 0;
      text-align: center;
      transition: all 0.1s ease; }
      .event-gallery__image-list > a > div:hover {
        opacity: 1; }
      .event-gallery__image-list > a > div > i {
        color: #fff;
        font-size: 36px; }

@media all and (max-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0; }

  .main-navigation li {
    width: 100%;
    display: block; }
    .main-navigation li.languages {
      float: none; }

  body {
    padding-top: 50px; }

  .submenu {
    display: block;
    position: relative;
    box-shadow: 0 0 0;
    background: #332c73;
    padding: 0; }
    .submenu > li {
      padding-left: 24px; }

  .page-title {
    margin: 2rem 0; }

  .site-header-menu {
    display: none;
    position: relative;
    width: 100%; }
    .site-header-menu .wrapper {
      padding: 0; }
    .site-header-menu .primary-menu {
      display: block; }
    .site-header-menu.open {
      display: block; } }
@media all and (max-width: 769px) {
  #main-research .research {
    width: 100%; }

  .search-field {
    width: 100%; }
    .search-field .control {
      min-width: 100%; }

  .site-header .user-info {
    display: none; }

  .view-article h1 {
    font-size: 2rem;
    margin: 3rem 0;
    line-height: 1.4; }

  .commentary {
    padding: 2rem;
    border: 0; }
    .commentary h3 {
      font-size: 2rem; }

  .site-header .site-logo img {
    width: 130px; }

  .site-subtitle {
    display: none; } }
.media__link.video .bg {
  background: linear-gradient(to right, #33b9d6, #315d90);
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8px; }

.media-video__icon {
  background: rgba(0, 0, 0, 0.8);
  width: 36px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  border-radius: 4px; }
  .media-video__icon i {
    color: white;
    font-size: 24px;
    line-height: 1.5; }

.watch__video {
  width: 100%;
  max-width: 760px;
  padding: 32px 0;
  margin: 0 auto; }
  .watch__video video {
    width: 100%; }

.social-network__list {
  display: grid;
  grid-template-columns: repeat(4, 36px);
  gap: 8px;
  font-size: 3.6rem; }
  .social-network__list a {
    transition: all .1s ease; }
    .social-network__list a:hover {
      color: #5dc8df;
      text-decoration: none; }

.footer__content {
  display: flex;
  justify-content: space-between; }

.mb-3 {
  margin-bottom: 24px; }

.mb-4 {
  margin-bottom: 32px; }

/*# sourceMappingURL=style.css.map */
