@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

:focus {
  outline: none;
}

body {
  color: #000;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  line-height: 1.375;
  min-width: 300px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 68px 0 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.005em;
  background-color: #F7F5DE;
}

@media only screen and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    padding: 88px 0 0;
  }
}
a {
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

a:hover {
  color: #0a0b29;
}

p {
  margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}
strong {
  font-weight: 600;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

.m-h1,
.m-h2,
.m-h3,
.m-h4,
.m-intranet__content__list li,
h2,
h3 {
  color: #0a0b29;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
}

.m-h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .m-h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 25px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .m-h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.m-h2,
h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .m-h2,
h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-h2,
h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.m-h3,
.m-intranet__content__list li,
h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .m-h3,
.m-intranet__content__list li,
h3 {
    line-height: 1.375;
  }
}
.m-h4 {
  font-size: 14px;
  font-size: 0.875rem;
}

hr {
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  border-bottom: 1px solid #c4ccd9;
}

.m-icon-svg {
    display: flex;
    justify-content: center;
  /* position: relative; */
  /* height: 0; */
  width: 100%;
  /* padding: 0 0 100%; */
}

.m-icon-svg svg {
  /* position: absolute; */
  height: 100%;
  /* width: 30%; */
  /* left: 0;
  top: 0; */
}

.m-icon-svg svg path {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-icon-svg--secondary {
  height: auto;
  width: auto;
  padding: 0;
}

.m-icon-svg--secondary svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m-content-editor a:not(.m-button) {
  position: relative;
  color: #2ab7ca;
  font-weight: 600;
}

.m-content-editor a:not(.m-button):before {
  left: 0;
  right: 0;
  background-color: #2ab7ca;
}

.m-content-editor a:not(.m-button):after,
.m-content-editor a:not(.m-button):before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-content-editor a:not(.m-button):after {
  left: 50%;
  right: 50%;
  background-color: #0a0b29;
}

.m-content-editor a:not(.m-button):hover {
  color: #0a0b29;
}

.m-content-editor a:not(.m-button):hover:before {
  left: 50%;
  right: 50%;
}

.m-content-editor a:not(.m-button):hover:after {
  left: 0;
  right: 0;
}

.m-content-editor ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .m-content-editor ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.m-content-editor ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.m-content-editor ul li:before {
  content: "";
  background-color: #000;
  left: 0;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 100%;
  top: 10px;
}

@media only screen and (min-width: 425px) {
  .m-content-editor ul li:before {
    top: 8px;
  }
}
.m-content-editor table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin: 20px auto;
}

.m-content-editor table tr td {
  padding: 10px;
}

.m-content-editor table tr td:first-child {
  border-left: 1px solid #000;
}

.m-content-editor table tr td:last-child {
  border-right: 1px solid #000;
}

.m-content-editor table tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.15);
}

.m-content-editor table tr:first-child td {
  background-color: #e1ecf9;
  border-bottom: 1px solid #000;
}

.m-content-editor table tr:last-child td {
  border-bottom: 1px solid #000;
}

.m-content-editor table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.m-content-editor table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.m-content-editor > :first-child {
  margin-top: 0;
}

.m-content-editor > :last-child {
  margin-bottom: 0;
}

.m-lazy__img {
  display: inline-block;
  vertical-align: top;
}

.m-lazy__img .m-lazy-js {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-lazy__img .m-lazy-js.error,
.m-lazy__img .m-lazy-js.initial,
.m-lazy__img .m-lazy-js.loaded {
  opacity: 1;
}

.m-login__form form p span,
.m-profile__detail__list button > span:first-child,
.m-profile__logout .m-button > span:last-child,
.m-profile a {
  position: relative;
}

.m-login__form form p span:after,
.m-profile__detail__list button > span:first-child:after,
.m-profile__logout .m-button > span:last-child:after,
.m-profile a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background-color: #000;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-login__form form p span:hover,
.m-profile__detail__list button > span:hover:first-child,
.m-profile__logout .m-button > span:hover:last-child,
.m-profile a:hover {
  color: #000;
}

.m-login__form form p span:hover:after,
.m-profile__detail__list button > span:first-child:hover:after,
.m-profile__logout .m-button > span:last-child:hover:after,
.m-profile a:hover:after {
  left: 0;
  right: 0;
}

.m-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.m-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-container {
  margin: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 425px) {
  .m-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .m-container {
    padding-left: 0;
    padding-right: 0;
    width: 730px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-container {
    width: 970px;
  }
}
@media only screen and (min-width: 1280px) {
  .m-container {
    width: 1140px;
  }
}
.m-box-inline-block {
  font-size: 0;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  word-spacing: -1px;
}

.m-box-inline-block > * {
  white-space: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.005em;
}

.m-none {
  display: none;
}

@media only screen and (min-width: 425px) {
  .m-inline-block-ml {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) {
  .m-inline-block-ts {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .m-inline-block-ls {
    display: inline-block;
  }
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  line-height: 1.125rem;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    line-height: 2.1875rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg {
  background-color: #000;
  opacity: 0.85;
}

.mfp-title {
  display: none;
}

@media only screen and (min-width: 425px) {
  .mfp-title {
    float: right;
    line-height: 1.375;
    display: block;
    width: 100%;
  }
}
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: -22px;
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-pagination {
  bottom: 0;
}

@media only screen and (min-width: 640px) {
  .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
}
.swiper-pagination-bullet {
  background-color: #808793;
}

.swiper-pagination-bullet-active {
  background-color: #0a0b29;
}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-prev span {
  transform: scaleX(-1);
  margin-right: 2px;
}

.swiper-button-next {
  right: 5px;
}

.swiper-button-next span {
  margin-left: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(36, 162, 189, 0.05);
  box-shadow: -1px 1px 6px 1px rgba(128, 135, 147, 0.25);
  line-height: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.swiper-button-next path,
.swiper-button-prev path {
  fill: #24a2bd;
}

.swiper-button-next span,
.swiper-button-prev span {
  width: 8px;
  margin-top: 3px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.m-button,
.m-input--file input + label {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  border-radius: 50px;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  width: auto;
  padding: 10px 15px;
  text-align: center;
  background-color: #0a0b29;
  border: 1px solid #0a0b29;
  color: #fff;
  letter-spacing: normal;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  line-height: 1.375;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .m-button,
.m-input--file input + label {
    padding: 12px 15px;
  }
}
.m-button svg path,
.m-input--file input + label svg path {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-button:hover,
.m-input--file input + label:hover {
  color: #fff;
  background-color: #33344f;
  border-color: #33344f;
}

.m-button--secondary {
  color: #F7F5DE;
  background: #ee4266 no-repeat 0 0;
  border-color: #ee4266;
}

.m-button--secondary:hover {
  background: #ce3c5b no-repeat 0 0;
  border-color: #ce3c5b;
  color: #fff;
  text-decoration: none;
}

.m-button--transparent-disable {
  color: #696974;
  background: transparent no-repeat 0 0;
  border-color: transparent;
}

.m-button--transparent-disable:hover {
  background: transparent no-repeat 0 0;
  border-color: transparent;
  color: #0a0b29;
  text-decoration: none;
}

.m-button--teal {
  color: #fff;
  background: #2ab7ca no-repeat 0 0;
  border-color: #2ab7ca;
}

.m-button--teal:hover {
  background: #26a4b5 no-repeat 0 0;
  border-color: #26a4b5;
  color: #fff;
  text-decoration: none;
}

.m-button--magenta {
  color: #fff;
  background: #ee4266 no-repeat 0 0;
  border-color: #ee4266;
}

.m-button--magenta:hover {
  background: #ec2b53 no-repeat 0 0;
  border-color: #ec2b53;
  color: #fff;
  text-decoration: none;
}

.m-button--green {
  color: #fff;
  background: #4f9c2e no-repeat 0 0;
  border-color: #4f9c2e;
}

.m-button--green:hover {
  background: #458828 no-repeat 0 0;
  border-color: #458828;
  color: #fff;
  text-decoration: none;
}

.m-button--yellow {
  color: #fff;
  background: #f6ad42 no-repeat 0 0;
  border-color: #f6ad42;
}

.m-button--yellow:hover {
  background: #f6ad42 no-repeat 0 0;
  border-color: #458828;
  color: #fff;
  text-decoration: none;
}

.m-button--full {
  width: 100%;
}

.m-button--transparent-disable {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 17px;
}

.m-button--icon {
  display: inline-flex;
  align-items: center;
}

.m-button--icon svg {
  margin-left: 15px;
}

.m-button--icon .m-icon-svg {
  margin-left: 15px;
  width: 6px;
  line-height: 0;
}

.m-button--icon .m-icon-svg svg {
  margin-left: 0;
  vertical-align: middle;
}

.m-button--icon--auto {
  justify-content: center;
}

.m-button--icon--auto .m-icon-svg {
  margin-left: 0;
  margin-right: 8px;
  width: 20px;
}

.m-button:disabled,
.m-button:disabled:hover,
.m-input--file input + label:disabled,
.m-input--file input + label:disabled:hover {
  background-color: #b4bac4;
  border-color: #b4bac4;
}

.m-tab--only .m-tab__content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1000;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-tab__content {
  position: relative;
}

.m-tab__content h2 {
  margin-bottom: 0;
}

.m-tab__content.js--active--desktop {
  height: auto;
  overflow: visible;
  visibility: visible;
  z-index: inherit;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .m-tab__content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -1000;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}
.m-tab__mobile {
  opacity: 0;
  transform: translateY(-15px);
}

@media only screen and (min-width: 1024px) {
  .m-tab__mobile {
    opacity: 1;
    transform: none;
  }
}
.m-tab__mobile--hidden {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  position: absolute;
}

@media only screen and (min-width: 1024px) {
  .m-tab__mobile--hidden {
    overflow: visible;
    visibility: visible;
    height: auto;
    position: relative;
  }
}
.m-tab__mobile--visible {
  overflow: visible;
  visibility: visible;
  height: auto;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  transition-property: opacity, transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in-out;
}

.m-tab .js--active--desktop .m-tab__mobile-oculto:not(.m-tab__mobile-activo) {
  opacity: 0;
  transform: translateY(-15px);
}

@media only screen and (min-width: 1024px) {
  .m-tab .js--active--desktop .m-tab__mobile-oculto:not(.m-tab__mobile-activo) {
    opacity: 1;
    transform: none;
  }
}
.js--active .m-menu-icon span {
  width: 30px;
  background-color: transparent;
}

.js--active .m-menu-icon span:before {
  width: 30px;
  background-color: #fff;
  transform: translateY(3px) translateX(1px) rotate(45deg);
}

.js--active .m-menu-icon span:after {
  top: 9px;
  width: 30px;
  background-color: #fff;
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
}

.m-header {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 68px;
  position: fixed;
  line-height: 68px;
  line-height: 4.25rem;
  background-color: #F7F5DE;
  transition: height 0.3s ease-in-out;
  box-shadow: -1px 3px 5px rgba(141, 152, 173, 0.25);
}

@media only screen and (min-width: 1024px) {
  .m-header {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .m-header {
    height: 88px;
    line-height: 88px;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .m-header.js--active {
    box-shadow: none;
  }

  .m-header.js--active .m-header__menu {
    top: 0;
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    padding: 68px 24px 80px;
    background-color: #0a0b29;
    transform: translate(0);
  }
}
@media only screen and (min-width: 1440px) {
  .m-header .m-container {
    width: 1300px;
  }
}
.m-header__logo {
  top: -5px;
  z-index: 2;
  position: relative;
}

.m-header__logo,
.m-header__logo svg {
  display: inline-block;
  vertical-align: middle;
}

.m-header__menu li.m--featured.current-menu-ancestor a,
.m-header__menu li.m--featured.current-menu-item a,
.m-header__menu li.m--featured.current-menu-parent a,
.m-header__menu li.m--featured.current_page_item a {
  background-color: rgba(36, 162, 189, 0.03);
  border-color: #24a2bd;
  color: #24a2bd;
}

.m-header__menu li.current-menu-ancestor > a,
.m-header__menu li.current-menu-item > a,
.m-header__menu li.current-menu-parent > a,
.m-header__menu li.current_page_item > a {
  color: #24a2bd;
}

@media only screen and (min-width: 1024px) {
  .m-header__menu li.current-menu-ancestor > a,
.m-header__menu li.current-menu-item > a,
.m-header__menu li.current-menu-parent > a,
.m-header__menu li.current_page_item > a {
    color: #0a0b29;
  }
}
@media only screen and (min-width: 1024px) {
  .m-header__menu li.current-menu-ancestor > a:after,
.m-header__menu li.current-menu-item > a:after,
.m-header__menu li.current-menu-parent > a:after,
.m-header__menu li.current_page_item > a:after {
    right: inherit;
    left: 50%;
    opacity: 1;
  }
}
.m-accordion {
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .m-accordion {
    margin-bottom: 35px;
  }
}
.m-accordion__toggle {
  position: relative;
  padding: 18px 15px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-bottom: 1px solid #24a2bd;
}

@media only screen and (min-width: 425px) {
  .m-accordion__toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__toggle {
    padding: 25px 0 25px 25px;
    border-bottom-color: #e5eaf8;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__toggle:after,
.m-accordion__toggle:before {
    content: "";
    position: absolute;
    right: 20px;
    width: 2.6px;
    height: 16px;
    background-color: #24a2bd;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__toggle:after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.m-accordion__toggle__title {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .m-accordion__toggle__title {
    font-weight: 600;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-accordion__content {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #24a2bd;
}

@media only screen and (min-width: 425px) {
  .m-accordion__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__content {
    padding: 25px 44px 30px 25px;
    border-bottom-width: 0;
  }
}
.m-accordion__content > :last-child {
  margin-bottom: 0;
}

.m-accordion__box.js--active .m-accordion__toggle {
  background: #e6f4f8;
}

@media only screen and (max-width: 1024px) {
  .m-accordion__box.js--active .m-accordion__toggle {
    border-bottom-color: transparent;
  }
}
.m-accordion__box.js--active .m-accordion__toggle:before {
  transform: translateY(-50%) rotate(90deg);
}

.m-accordion__box.js--active .m-accordion__toggle:after {
  opacity: 0;
}

.m-accordion__box.js--active .m-accordion__toggle__title {
  color: #0a0b29;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .m-accordion__box.js--active .m-accordion__toggle__title {
    color: #24a2bd;
  }
}
.m-accordion__box.js--active .m-accordion__content {
  background: #e6f4f8;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor {
    padding: 10px 20px 10px 40px !important;
  }
}
.m-accordion__box--404 .m-accordion__content > .m-content-editor picture {
  text-align: left !important;
  margin-right: 0 !important;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor picture {
    margin-left: auto !important;
    margin-right: inherit !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor picture {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor picture {
    margin-left: auto !important;
    width: 225px !important;
  }
}
.m-accordion__box--404 .m-accordion__content > .m-content-editor picture img {
  mix-blend-mode: multiply;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor .m-content-editor {
    max-width: 360px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor .m-content-editor {
    padding-top: 25px;
  }
}
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1rem;
}

.choices:focus {
  outline: none;
}

.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;
  -moz-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,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  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: 0.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: 5px solid transparent;
  border-top-color: #333;
  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,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.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;
  font-size: 0.875rem;
  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-size: 0.75rem;
  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: 0.25rem 0.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;
  font-size: 0.875rem;
}

[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;
    font-size: 0.75rem;
    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: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: grey;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.m-input--select .choices.is-focused .choices__inner,
.m-input--select .choices.is-open .choices__inner,
.m-input--select .choices__inner,
.m-input--select .choices__list--dropdown {
  border-radius: 10px;
}

.m-input--select {
  text-align: left;
}

.m-input--select .choices__inner {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  padding-right: 35px !important;
  padding-top: 10px !important;
  min-height: inherit;
}

.m-input--select .choices__item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.m-input--select .choices__list--single {
  padding: 0;
}

.m-input--select .choices__list {
  vertical-align: top;
}

.m-input--select .choices__list--dropdown {
  margin-top: 5px;
  margin-bottom: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: translateY(10px);
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  width: 175px;
  right: 0;
  left: inherit;
  background-color: #f4f9fb;
  border-width: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.m-input--select .choices__list--dropdown .choices__item {
  font-weight: 500;
  padding: 10px 15px;
  color: rgba(10, 11, 41, 0.7);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-input--select .choices__list--dropdown .choices__item.is-highlighted {
  background-color: transparent;
  color: #0a0b29;
}

.m-input--select .choices__list--dropdown.is-active {
  transform: translateY(0);
  opacity: 1;
}

.m-input--select .choices:after {
  content: "";
  bottom: 0;
  width: 10px;
  right: 13px;
  top: 1px;
  height: auto;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(/images/select_arrow.png?90c9fbb035b1eb159bbe3501521bdc74);
  background-size: 100% auto;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-width: 0;
  margin: 0 !important;
}

@media only screen and (min-width: 640px) {
  .m-input--select .choices:after {
    right: 20px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-input--select .choices:after {
    background-image: url(/images/select_arrow@2x.png?7ca62ba6e63e8fd7112e0649b51bab9d);
  }
}
.m-input--select .choices.is-open:after {
  transform: scaleY(-1);
}

.m-input--select .choices.is-focused .choices__inner,
.m-input--select .choices.is-open .choices__inner {
  border-color: #2ab7ca;
}

.m-input--medium .choices__inner {
  font-size: 14px;
  font-size: 0.875rem;
}

.m-input--light .choices__placeholder {
  opacity: 1;
}

input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
select {
  height: 48px;
  line-height: normal;
}

.choices__inner,
.m-input--medium input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
.m-input--medium select {
  height: 40px;
  line-height: normal;
}

.choices__inner,
input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
select {
  background-color: rgba(10, 11, 41, 0.03);
  border: 1px solid rgba(10, 11, 41, 0.1);
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-radius: 8px;
  background-position: calc(100% - 10px) calc(50% + 5px);
}

.choices__inner::-moz-placeholder,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(10, 11, 41, 0.7);
}

.choices__inner:-ms-input-placeholder,
input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
select:-ms-input-placeholder {
  color: rgba(10, 11, 41, 0.7);
}

.choices__inner::-moz-placeholder {
  color: rgba(10, 11, 41, 0.7);
}

.choices__inner:-ms-input-placeholder {
  color: rgba(10, 11, 41, 0.7);
}

.choices__inner::placeholder {
  color: rgba(10, 11, 41, 0.7);
}

.choices__inner:focus,
input:focus:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
select:focus {
  border-color: #0a0b29;
}

.m-input--light .choices__inner,
.m-input--light input:not([type=radio]):not([type=checkbox]):not([type=file]),
.m-input--light select {
  /* background-color: rgba(42, 183, 202, 0.15); */
  border: 1px solid transparent;
  /* color: #2ab7ca; */
  font-weight: 500;
}

.m-input--light .choices__inner::-moz-placeholder,
.m-input--light input:not([type=file]):not([type=checkbox]):not([type=radio])::-moz-placeholder,
.m-input--light select::-moz-placeholder {
  color: #2ab7ca;
}

.m-input--light .choices__inner:-ms-input-placeholder,
.m-input--light input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=file]),
.m-input--light select:-ms-input-placeholder {
  color: #2ab7ca;
}

.m-input--light .choices__inner::-moz-placeholder {
  color: #2ab7ca;
}

.m-input--light .choices__inner:-ms-input-placeholder {
  color: #2ab7ca;
}

.m-input--light .choices__inner::placeholder {
  color: #2ab7ca;
}

.m-input--light .choices__inner:focus,
.m-input--light input:focus:not([type=radio]):not([type=checkbox]):not([type=file]),
.m-input--light select:focus {
  border-color: #2ab7ca;
}

.m-input--light .choices__inner:hover,
.m-input--light input:hover:not([type=radio]):not([type=checkbox]):not([type=file]),
.m-input--light select:hover {
  background-color: rgba(42, 183, 202, 0.25);
}

.m-input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .m-input {
    margin-bottom: 25px;
  }
}
.m-input__label {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: -8px;
  display: block;
  text-align: left;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: #808793;
}

.m-input__label.js--active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.m-input__error {
  color: #fb2222;
  margin-left: 0;
}

.m-input__error:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  line-height: 1;
  background-image: url(/images/icom_warning.png?4e2784081cd2bd9cd7d051cb9f849f23);
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-input__error:before {
    background-image: url(/images/icom_warning@2x.png?dfe0fd278d529d94e74457ba5618cddd);
  }
}
.m-input--select:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  right: 13px;
  background-image: url(/images/select_arrow.png?90c9fbb035b1eb159bbe3501521bdc74);
  background-repeat: no-repeat;
  background-position: 100%;
  top: 0;
  background-size: 100% auto;
  pointer-events: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-input--select:before {
    background-image: url(/images/select_arrow@2x.png?7ca62ba6e63e8fd7112e0649b51bab9d);
  }
}
.m-input--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(10, 11, 41, 0.03);
  text-overflow: ellipsis;
  padding-top: 0;
  padding-right: 23px;
  padding-left: 13px;
}

.m-input--file {
  position: relative;
}

.m-input--file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.m-input--file input + label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-input--file input + label .m-icon-svg {
  width: 18px;
  line-height: 1;
  margin-right: 9px;
  position: relative;
  top: -1px;
  flex-shrink: 0;
}

.m-input--file input + label span:not(.m-icon-svg) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-input--file__icon.js--active {
  opacity: 0;
  visibility: hidden;
}

.m-input--medium input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
.m-input--medium select {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
}

.m-input--light select {
  background-color: rgba(42, 183, 202, 0.15);
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
  -webkit-transition-delay: 99999s;
}

.m-modal {
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: rgba(10, 11, 41, 0.8);
}

.m-modal.js--open {
  z-index: 1001;
  visibility: visible;
  opacity: 1;
}

.m-modal.js--open.m-modal__animation,
.m-modal.js--open .m-modal__animation {
  opacity: 1;
  transform: translateY(0);
}

.m-modal.js--open .m-modal__close {
  visibility: visible;
}

.m-modal__content {
  position: relative;
  z-index: 200;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.m-modal__content > * {
  display: table-cell;
  vertical-align: middle;
}

.m-modal__container {
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  position: relative;
  background-color: #F7F5DE;
  box-shadow: 1px 2px 5px rgba(128, 135, 147, 0.5);
  margin: 20px;
}

@media only screen and (min-width: 425px) {
  .m-modal__container {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .m-modal__container {
    max-width: 415px;
    padding: 40px;
  }
}
.m-modal__container hr {
  margin-bottom: 30px;
  border-top-width: 0;
  border-bottom-color: #000;
}

.m-modal__container .m-h3 {
  margin-bottom: 15px;
}

.m-modal__container .m-profile__name {
  color: #2ab7ca;
  margin-top: 25px;
  margin-bottom: 13px;
}

.m-modal__picture {
  display: inline-flex;
  width: 95px;
  margin-bottom: 15px;
}

.m-modal__picture + p:not(.m-h3.m-h3-2) {
  margin-top: 10px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.m-modal__buttons {
  display: flex;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.m-modal__buttons button {
  border-width: 0;
  background-color: transparent;
  padding: 0;
}

.m-modal__buttons__box p {
  margin-top: 13px;
  margin-bottom: 0;
  color: #696974;
}

.m-modal__buttons__box a,
.m-modal__buttons__box button,
.m-modal__buttons__box p {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-modal__buttons__box a,
.m-modal__buttons__box button {
  display: block;
  width: 88px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  cursor: pointer;
}

.m-modal__buttons__box.js--active a,
.m-modal__buttons__box.js--active button,
.m-modal__buttons__box:hover a,
.m-modal__buttons__box:hover button {
  box-shadow: 2px 2px 4px rgba(128, 135, 147, 0.6);
}

.m-modal__buttons__box.js--active p,
.m-modal__buttons__box:hover p {
  color: #0a0b29;
}

.m-modal__buttons__box.js--active:first-child path:nth-child(2),
.m-modal__buttons__box:hover:first-child path:nth-child(2) {
  fill: #4f9c2e;
}

.m-modal__buttons__box.js--active:last-child path:nth-child(2),
.m-modal__buttons__box:hover:last-child path:nth-child(2) {
  fill: #2ab7ca;
}

.m-modal__animation {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translateY(-100%);
}

.m-modal__close {
  cursor: pointer;
  width: 27px;
  height: 27px;
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  visibility: hidden;
  transition-delay: 0.2s;
  background-color: #fff;
  border: 1.6px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
}

.m-modal__close:after,
.m-modal__close:before {
  content: "";
  display: block;
  height: 1.6px;
  width: 14px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  border-radius: 1px;
  position: absolute;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: #808793;
}

.m-modal__close:before {
  transform: rotate(45deg);
}

.m-modal__close:after {
  transform: rotate(-45deg);
}

.m-modal__scene {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-modal__scene.js--active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.m-modal--session .m-button--secondary,
.m-modal--session .m-button--green{
  display: block;
  margin-top: 25px;
}

.m-modal--session .m-modal__container {
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .m-modal--session .m-modal__container {
    padding-bottom: 20px;
  }
}
.m-modal--profile .m-button--green {
  width: 100%;
}

.m-modal--share hr {
  margin-bottom: 25px;
}

.m-modal--share form {
  margin-top: 28px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-modal--share form.js--active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.m-modal--share .m-modal__container {
  padding-top: 70px;
  padding-bottom: 40px;
}

.m-breadcrumbs ul {
  margin-bottom: 0;
  text-align: left;
  font-size: 0;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  word-spacing: -1px;
}

.m-breadcrumbs ul > * {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.005em;
  white-space: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.m-breadcrumbs ul li {
  position: relative;
}

.m-breadcrumbs ul li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 768px) {
  .m-breadcrumbs ul li a {
    padding: 17px 0;
  }
}
.m-breadcrumbs ul li a:hover {
  color: #fff;
}

.m-breadcrumbs ul li a:after {
  content: "";
  margin: 0 7px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/images/sprite.png?f47efa3b92808e0a6d2b192467c35112);
  background-position: -57px 0;
  width: 6px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-breadcrumbs ul li a:after {
    background-image: url(/images/sprite@2x.png?7c0d3621045235781811a5f201998bf6);
    background-size: 63px 14px;
  }
}
.m-breadcrumbs ul li.css--active a {
  font-weight: 500;
  color: #fff;
}

.m-breadcrumbs ul li.css--active a:after {
  content: none;
}

.m-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .m-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.m-banner {
  position: relative;
  background-color: #0a0b29;
}

.m-banner__content {
  color: #fff;
}
.m-banner__content.students > p:first-child {
    font-size: 1rem;
    font-weight: 900;
}
.m-banner__content.students > p:nth-child(2) {
    font-size: 2rem;
    font-weight: 900;
}
@media only screen and (min-width: 768px) {
    .m-banner__content {
        width: 445px;
        height: 480px;
    }
    .m-banner__content.students > p:first-child {
        font-size: 2rem;
    }
    .m-banner__content.students > p:nth-child(2) {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 1024px) {
  .m-banner__content {
    height: 580px;
  }
}
.m-banner__subtitle {
  color: #fff;
  margin-bottom: 25px;
}

.m-banner__title {
  color: #fff;
  max-width: 315px;
}

@media only screen and (min-width: 768px) {
  .m-banner__title {
    max-width: inherit;
  }
}
.m-banner__bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 280px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (min-width: 768px) {
  .m-banner__bg {
    position: absolute;
    height: auto;
  }
}
.m-banner--intranet {
  height: 155px;
}

@media only screen and (min-width: 768px) {
  .m-banner--intranet {
    height: 220px;
  }
}
.m-banner--intranet .m-banner__bg {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.m-banner--profile {
  /* background-image: url(/images/banner_intranet_profile_mobile.png?a0ff25ae4a24d36345798c748cfef101); */
  background-position: calc(100% + 20px) top;
  background-size: auto 125px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-banner--profile {
    /* background-image: url(/images/banner_intranet_profile_mobile@2x.png?f41e591625f096a432e93c2fd5ea63d2); */
  }
}
@media only screen and (min-width: 768px) {
  .m-banner--profile {
    background-size: auto auto;
    background-position: calc(50% + 253px) top;
    /* background-image: url(/images/banner_intranet_profile.png?6ed78ab0b97a01a0d3070f8bc282443c); */
  }
}
@media only screen and (min-width: 1024px) {
  .m-banner--profile {
    background-position: calc(50% + 373px) top;
  }
}
@media only screen and (min-width: 1280px) {
  .m-banner--profile {
    background-position: calc(50% + 378px) top;
  }
}
.m-banner--profile .m-container {
  display: flex;
  align-items: center;
  /* padding-bottom: 20px; */
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .m-banner--profile .m-container {
    /* padding-bottom: 25px; */
  }
}
.m-banner--profile .m-breadcrumbs {
  position: absolute;
  left: 20px;
  top: 0;
}

@media only screen and (min-width: 425px) {
  .m-banner--profile .m-breadcrumbs {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .m-banner--profile .m-breadcrumbs {
    left: 0;
  }
}
.m-banner--profile .m-banner__title {
  margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
  .m-banner--profile .m-banner__title {
    margin-bottom: 10px;
  }
}
.m-banner--profile .m-banner__content {
  height: auto;
  width: auto;
}

.m-banner--profile .m-banner__content > :last-child {
  margin-bottom: 0;
}

.m-banner--profile--secondary {
  background-image: url(/images/banner_intranet_profile_b_mobile.png?6d42a6719a1ab7b50ffa283ebb020521);
  background-position: 100% 0;
  background-size: auto 143px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-banner--profile--secondary {
    background-image: url(/images/banner_intranet_profile_b_mobile@2x.png?b8a52405d1e70b4cf72360ca2b3307c2);
  }
}
@media only screen and (min-width: 425px) {
  .m-banner--profile--secondary {
    background-size: auto 100%;
    background-position: calc(50% + 235px) top;
    background-image: url(/images/banner_intranet_profile_b.png?f98ce68ab4339ded21e6518819bf36a3);
  }
}
@media only screen and (min-width: 768px) {
  .m-banner--profile--secondary {
    background-position: calc(50% + 355px) top;
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1280px) {
  .m-banner--profile--secondary {
    background-position: calc(50% + 340px) top;
  }
}
@media only screen and (max-width: 424px) {
  .m-banner--profile--secondary-b {
    background-position: calc(100% + 25px) top;
  }
}
/* .m-banner--profile--tertiary {
  background-image: url(/images/banner_intranet_profile_c_mobile.png?016d73d1748ab2e746bc49af988cec1c);
  background-position: right 10px;
  background-size: auto 102px;
} */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* .m-banner--profile--tertiary {
    background-image: url(/images/banner_intranet_profile_c_mobile@2x.png?1210046b9e17df98221ee82430b7b6db);
  } */
}
@media only screen and (min-width: 768px) {
  /* .m-banner--profile--tertiary {
    background-size: auto auto;
    background-position: calc(50% + 257px) top;
    background-image: url(/images/banner_intranet_profile_c.png?eccbba79360797eb4e40193a08b4ac43);
  } */
}
@media only screen and (min-width: 1024px) {
  /* .m-banner--profile--tertiary {
    background-position: calc(50% + 367px) top;
  } */
}
@media only screen and (min-width: 1280px) {
  /* .m-banner--profile--tertiary {
    background-position: calc(50% + 372px) top;
  } */
}
.m-tab__nav {
  border-bottom: 1px solid #808793;
}

.m-tab__button {
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
  color: #696974;
  font-weight: 500;
}

.m-tab__button:before {
  content: "";
  height: 6px;
  border-radius: 10px;
  position: absolute;
  background: #2ab7ca;
  opacity: 0;
  transition: all 0.3s linear 0s;
  bottom: -1px;
  left: 0;
  right: 40px;
}

.m-tab__button--mobile.js--active--mobile {
  font-weight: 600;
  background-color: #e6f4f8;
  border-bottom-color: #24a2bd;
  color: #24a2bd;
}

.m-tab__button--mobile.js--active--mobile svg path {
  fill: #24a2bd;
}

.m-tab__button--mobile.js--active--mobile .m-icon-svg {
  transform: rotate(90deg);
}

.m-tab__button.js--active {
  color: #2ab7ca;
  font-weight: 600;
}

.m-tab__button.js--active:before {
  opacity: 1;
}

.m-tab__button_general {
  /* background-color: white; */
  color: #0a0b29;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

.m-tab__button_refuerzo2 {
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
  color: #696974;
  font-weight: 500;
}

.m-tab__button_refuerzo2:before {
  content: "";
  height: 6px;
  border-radius: 10px;
  position: absolute;
  background: #e34962;
  opacity: 0;
  transition: all 0.3s linear 0s;
  bottom: -1px;
  left: 0;
  right: 40px;
}

.m-tab__button_refuerzo2.js--active {
  color: #0a0b29;
  font-weight: 600;
}

.m-tab__button_refuerzo2.js--active:before {
  opacity: 1;
}

.m-tab__button_refuerzo {
  /* background-color: white; */
  color: black;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

.m-tab__button_general.js--active {
  background-color: #6659A3;
  color: white;
}

.m-tab__button_refuerzo.js--active {
    background-color: rgb(248, 192, 69);
    color: black;
    border-radius: 16px;
}

.m-tab__actividades {
  text-align: right;
}

.separar-botones {
  margin-bottom: 10px;
}

.m-tab__content__container.js--active .m-tab__button--mobile:not(.js--active--mobile) {
  color: #a3bec9;
  border-bottom-color: #a3bec9;
}

.m-tab__content__container.js--active .m-tab__button--mobile:not(.js--active--mobile) path {
  fill: #a3bec9;
}

.m-steps__slider .swiper-container {
  padding-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .m-steps__slider .swiper-container {
    padding-bottom: 0;
  }
}
.m-steps__slider .swiper-button-next,
.m-steps__slider .swiper-button-prev {
  margin-top: -119px;
}

.m-help-center__categories-grid .swiper-container {
  padding-bottom: 33px;
}

@media only screen and (min-width: 1024px) {
  .m-help-center__categories-grid .swiper-container {
    padding-bottom: 18px;
  }
}
.m-help-center__categories-grid .swiper-pagination {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .m-help-center__categories-grid .swiper-pagination {
    opacity: 0;
    visibility: hidden;
  }
}
.m-help-center__categories-grid .swiper-slide {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-width: 360px) {
  .m-help-center__categories-grid .swiper-slide {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media only screen and (min-width: 640px) {
  .m-help-center__categories-grid .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-help-center__categories-grid .swiper-slide.swiper-slide-thumb-active .m-help-center__categories-grid__box:before {
    opacity: 1;
  }
}
.m-help-center__content {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .m-help-center__content .swiper-slide {
    height: 0;
  }
}
.m-help-center__content .swiper-slide > * {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-help-center__content .swiper-slide.swiper-slide-active {
  z-index: 1;
}

.m-help-center__content .swiper-slide.swiper-slide-active > * {
  opacity: 1;
  visibility: visible;
}

.m-help-center__content .swiper-slide.swiper-slide-active.swiper-slide-thumb-active {
  height: auto;
}

.m-help-center__content .m-tab__help-center__nav {
  margin-bottom: 66px;
}

@media only screen and (min-width: 1024px) {
  .m-help-center__content .m-tab__help-center__nav {
    display: flex;
  }
}
.m-help-center__content .m-tab__help-center__nav a {
  width: 100%;
  max-width: 252px;
  padding-right: 40px;
}

.m-multimedia {
  background-color: #e6f4f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .m-multimedia {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.m-multimedia h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

@media only screen and (min-width: 425px) {
  .m-multimedia h2 {
    max-width: inherit;
  }
}
.m-multimedia .m-tab__container {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 815px;
}

@media only screen and (min-width: 425px) {
  .m-multimedia .m-tab__container {
    margin-top: 45px;
  }
}
.m-multimedia__nav {
  text-align: center;
}

.m-multimedia__nav a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 18px;
  padding: 14px 0;
  width: 190px;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(0deg, rgba(36, 162, 189, 0.1), rgba(36, 162, 189, 0.1)), #fff;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  max-width: 80px;
}

@media only screen and (min-width: 360px) {
  .m-multimedia__nav a {
    margin-left: 8px;
    margin-right: 8px;
    max-width: 93px;
  }
}
@media only screen and (min-width: 640px) {
  .m-multimedia__nav a {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-multimedia__nav a {
    max-width: inherit;
  }
}
.m-multimedia__nav a:before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0a0b29;
  right: inherit;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.m-multimedia__nav a:first-child {
  margin-left: 0;
}

.m-multimedia__nav a:last-child {
  margin-right: 0;
}

.m-multimedia__nav a.js--active {
  background: #fff;
  color: #000;
}

.m-multimedia__video__nav {
  margin-top: 30px;
  border-bottom: 1px solid #c4ccd9;
}

.m-multimedia__video__nav .swiper-slide {
  width: auto;
}

.m-multimedia__video__nav .swiper-slide.swiper-slide-thumb-active .m-tab__button {
  font-weight: 600;
  color: #0a0b29;
}

.m-multimedia__video__nav .swiper-slide.swiper-slide-thumb-active .m-tab__button:before {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .m-multimedia__video__nav .swiper-slide.swiper-slide-thumb-active .m-tab__button span {
    display: inline;
  }
}
.m-multimedia__video__nav .m-tab__button {
  padding-right: 45px;
  padding-bottom: 15px;
  cursor: pointer;
}

.m-multimedia__video__nav .m-tab__button:before {
  right: 45px;
  bottom: 0;
}

.m-multimedia__video__nav .m-tab__button div {
  padding: 5px 16px 5px 0;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media only screen and (min-width: 640px) {
  .m-multimedia__video__nav .m-tab__button div {
    min-width: 91px;
    padding-left: 16px;
  }
}
.m-multimedia__video__nav .m-tab__button span {
  display: none;
}

@media only screen and (min-width: 640px) {
  .m-multimedia__video__nav .m-tab__button span {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .m-multimedia__video__nav .m-tab__button:hover div {
    color: #0a0b29;
    background-color: rgba(36, 162, 189, 0.25);
  }
}
.m-multimedia__video__content {
  margin-top: 25px;
  margin-bottom: 2px;
}

@media only screen and (min-width: 425px) {
  .m-multimedia__video__content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .m-multimedia__video__content {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.m-multimedia__video__content p {
  margin-bottom: 30px;
}

.m-multimedia__video__content .m-video--css {
  margin-bottom: 20px;
}

@media only screen and (min-width: 425px) {
  .m-multimedia__video__content .m-video--css {
    margin-bottom: 25px;
  }
}
.m-multimedia__video__content .swiper-slide > * {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-multimedia__video__content .swiper-slide.swiper-slide-active {
  z-index: 1;
}

.m-multimedia__video__content .swiper-slide.swiper-slide-active > * {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 639px) {
  .m-multimedia__video__content .swiper-button-next,
.m-multimedia__video__content .swiper-button-prev {
    display: none;
  }
}
.m-multimedia__footer {
  border-top: 1px solid #c4ccd9;
  padding-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 815px;
}

.m-multimedia__footer p {
  margin-bottom: 10px;
}

.m-multimedia--soft-yellow {
  background-color: rgba(255, 173, 18, 0.2);
}

.m-multimedia--soft-yellow .m-multimedia__nav a:not(.js--active) {
  background: linear-gradient(0deg, rgba(255, 173, 18, 0.1), rgba(255, 173, 18, 0.1)), #fff;
}

.m-multimedia--soft-yellow .m-multimedia__video__nav .m-tab__button:before {
  background-color: #ffad12;
}

@media only screen and (min-width: 1024px) {
  .m-multimedia--soft-yellow .m-multimedia__video__nav .m-tab__button:hover div {
    background-color: rgba(255, 173, 18, 0.25);
  }
}
.m-multimedia--soft-green {
  background-color: rgba(79, 156, 46, 0.2);
}

.m-multimedia--soft-green .m-multimedia__nav a:not(.js--active) {
  background: linear-gradient(0deg, rgba(79, 156, 46, 0.1), rgba(79, 156, 46, 0.1)), #fff;
}

.m-multimedia--soft-green .m-multimedia__video__nav .m-tab__button:before {
  background-color: #4f9c2e;
}

@media only screen and (min-width: 1024px) {
  .m-multimedia--soft-green .m-multimedia__video__nav .m-tab__button:hover div {
    background-color: rgba(79, 156, 46, 0.25);
  }
}
@media only screen and (min-width: 1280px) {
  .m-intranet {
    padding-top: 72px;
  }
}
.m-intranet__subtitle {
  margin-bottom: 22px;
  font-weight: 900;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .m-intranet__subtitle {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.m-intranet .m-h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .m-intranet .m-h1 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet .m-h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.m-intranet .m-h2,
.m-intranet h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .m-intranet .m-h2,
.m-intranet h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.m-intranet .m-h3,
.m-intranet .m-intranet__content__list li,
.m-intranet h3 {
  font-weight: 600;
}

.m-intranet .m-h3-2 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.m-intranet .m-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .m-intranet .m-section {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .m-intranet .m-section--medium {
    margin-top: 35px;
  }
}
.m-intranet .m-button,
.m-intranet .m-input--file input + label {
  border-radius: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media only screen and (min-width: 1280px) {
  .m-intranet .m-header {
    height: 72px;
    line-height: 72px;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .m-intranet .m-header__logo {
    width: 180px;
  }

  .m-intranet .m-header__logo svg {
    width: 100%;
  }
}
.m-intranet .m-header__home {
  right: 0;
  display: flex;
  top: 0;
  line-height: 1;
  padding: 0.7rem 1rem;
  align-items: center;
  justify-content: center;
  background-color: #E5666E;
  border-radius: 29px;
  color: #F7F5DE;
}
.m-intranet .m-header__home span:first-child {
  width: 18px;
}

.m-intranet .m-header__home span:last-child {
  position: relative;
  top: 3px;
  margin-left: 5px;

}

.m-intranet .m-breadcrumbs ul li a:after {
  margin: 0 12px;
}

.m-intranet__card {
  border-radius: 10px;
  background-color: #FFFDEC;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(10, 11, 41, 0.3);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-intranet__card img,
.m-intranet__card picture {
  width: 100%;
}

.m-intranet__card .m-h2 {
  margin-bottom: 10px;
}

.m-intranet__card__content {
  padding: 22px;
}

.m-intranet__card__registered {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(10, 11, 41, 0.7);
  margin-bottom: 20px;
}

.m-intranet__card__registered p {
  margin-bottom: 0;
}

.m-intranet__card__registered > span {
  display: block;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 5px;
  color: #0a0b29;
}

.m-intranet__card__registered__icon {
  line-height: 1;
  width: 2rem;
}

@media only screen and (min-width: 640px) {
  .m-intranet__card__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet__card__grid {
    margin-left: -30px;
    margin-right: -30px;
  }

  .m-student-add form {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .m-intranet .m-container {
    width: 70%;
  }

  .faqs {
    max-width: 315px;
  }

  .m-student-panel {
    min-width: 600px;
  }

  .m-student-panel__button {
    min-width: 600px;
  }
}
.m-intranet__card__box {
  padding-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__card__box {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet__card__box {
    width: 33.33%;
    padding: 0 30px 40px;
  }
}
.m-intranet__card:hover {
  box-shadow: 1px 6px 10px rgba(187, 195, 208, 0.3);
}

.m-intranet__panel {
  /* background-color: rgba(36, 162, 189, 0.12); */
  padding: 25px 20px;
  border-radius: 10px;
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .m-intranet__panel {
    max-width: 310px;
  }
}
.m-intranet__panel__card {
  background-color: #FFFDEC;
  border-radius: 5px;
  padding: 6px 15px 6px 4px;
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.m-intranet__panel__card p {
  margin-bottom: 0;
}

.m-intranet__panel__card p:not(.m-h3) {
  color: #0a0b29;
}

.m-intranet__panel__card__img {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

/* .m-intranet__panel__card__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #24a2bd;
  border-radius: 3px;
} */

.m-intranet__panel__card__content {
  margin-left: 10px;
}

.m-intranet__panel__card__icon {
  margin-left: auto;
  width: 10px;
  align-self: flex-start;
  margin-top: 15px;
}

.m-intranet__panel__card__icon path {
  fill: #808793;
}

.m-intranet__panel__card:hover {
  box-shadow: 2px 4px 6px rgba(128, 135, 147, 0.45);
}

.m-intranet__panel__card:hover .m-intranet__panel__card__icon path {
  fill: #24a2bd;
}

.m-intranet__panel__card:last-child {
  margin-bottom: 0;
}

.m-intranet__panel__card--yellow:not(.m-intranet__panel__card--disable) .m-intranet__panel__card__img:before {
  background-color: #ffad12;
}

.m-intranet__panel__card--yellow:not(.m-intranet__panel__card--disable):hover .m-intranet__panel__card__icon path {
  fill: #ffad12;
}

.m-intranet__panel__card--red:not(.m-intranet__panel__card--disable) .m-intranet__panel__card__img:before {
  background-color: #ee4266;
}

.m-intranet__panel__card--red:not(.m-intranet__panel__card--disable):hover .m-intranet__panel__card__icon path {
  fill: #ee4266;
}

.m-intranet__panel__card--disable {
  cursor: not-allowed;
  pointer-events: all;
}

.m-intranet__panel__card--disable .m-h3 {
  color: #696974;
}

.m-intranet__panel__card--disable .m-intranet__panel__card__img {
  filter: grayscale(100%);
}

.m-intranet__panel__card--disable .m-intranet__panel__card__img:before {
  background-color: #b4bac4;
}

.m-intranet__panel__card--disable:hover {
  box-shadow: none;
}

.m-intranet__panel__card--disable:hover .m-intranet__panel__card__icon path {
  fill: #808793;
}

.m-intranet__aside {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media only screen and (max-width: 767px) {
  .m-intranet__aside {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.m-intranet__aside a {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  width: 100%;
}

.m-intranet__aside a .m-h3 {
  margin-bottom: 0;
  color: #b4bac4;
  min-width: 128px;
  padding-right: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-intranet__aside a .m-icon-svg {
  width: 6px;
  line-height: 1;
  margin-left: auto;
  position: relative;
  top: -1px;
}

.m-intranet__aside a .m-icon-svg svg {
  vertical-align: middle;
}

.m-intranet__aside a .m-icon-svg svg path {
  fill: rgba(42, 183, 202, 0.5);
}

.m-intranet__aside a.js--active .m-h3,
.m-intranet__aside a.js--active .m-intranet__content__list li,
.m-intranet__aside a:hover .m-h3,
.m-intranet__content__list .m-intranet__aside a.js--active li {
  color: #0a0b29;
}

.m-intranet__aside a.js--active svg path,
.m-intranet__aside a:hover svg path {
  fill: #2ab7ca;
}

.m-intranet__aside ul {
  margin-bottom: 0;
}

.m-intranet__aside li:first-child a {
  padding-top: 28px;
}

.m-intranet__aside li:last-child a {
  padding-bottom: 28px;
}

@media only screen and (max-width: 424px) {
  .m-intranet--report .m-section {
    margin-bottom: 0;
  }
}
.m-intranet--report__tab__mobile {
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .m-intranet--report__tab__mobile {
    margin-bottom: 0;
  }
}
.m-intranet--report__tab__button {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  color: #0a0b29;
  border: 1px solid rgba(10, 11, 41, 0.12);
  border-radius: 5px;
  padding: 0 15px;
  box-shadow: 2px 2px 4px rgba(116, 140, 154, 0.35);
}

@media only screen and (min-width: 768px) {
  .m-intranet--report__tab__button {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
}
.m-intranet--report__tab__button p {
  margin-bottom: 0;
}

.m-intranet--report__tab__button .m-icon-svg {
  margin-left: auto;
  width: 7px;
  line-height: 0;
  transform: rotate(90deg);
}

.m-intranet--report__tab__button .m-icon-svg path {
  fill: #2ab7ca;
}

.m-intranet--report__tab__button.js--active + div {
  opacity: 1;
  visibility: visible;
}

.m-accordion__box--404 .m-accordion__content > .m-content-editor,
.m-intranet--report__accordion {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(42, 183, 202, 0.1);
  padding: 25px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.color-refuerzo-accordion {
  background-color: #FFF4DD;
}

.color-refuerzo-accordion .m-content-editor {
  margin-bottom: 40px;
}

.background-refuerzo {
  background-color: #fde8ed;
}

.container-div {
  overflow: auto;
}

.container-div-inline {
  display: inline-block;
}

.levels {
  display: none;
}

.show-levels {
  display: inline-block;
}

.styles {
  color: #2ab7ca;
  font-weight: 600;
}

.select-mini {
  height: auto;
  line-height: 14px;
  padding-right: 16px;
}

@media only screen and (min-width: 425px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor,
.m-intranet--report__accordion {
    padding: 25px 22px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
  }
}
.m-intranet--report__accordion hr {
  margin-top: 18px;
  margin-bottom: 35px;
}

.m-intranet--report__accordion > p {
  margin-bottom: 0;
}

.m-intranet--report__accordion .m-accordion {
  margin-bottom: 25px;
}

.m-intranet--report__accordion .m-accordion__toggle {
  background-color: rgba(42, 183, 202, 0.25) !important;
  border-radius: 5px;
  padding: 11px 16px;
  margin-bottom: 20px;
  border-bottom-width: 0;
  box-shadow: 2px 2px 4px rgba(116, 140, 154, 0.35);
}

.m-intranet--report__accordion .m-accordion__toggle.color-refuerzo-toggle {
  background-color: #FFE1A0 !important;
}

.m-intranet--report__accordion--404.color-refuerzo-toggle {
  background-color: #FFE1A0 !important;
  color: #0a0b29;
}

.m-intranet--report__accordion .m-accordion__toggle:before {
  content: none;
}

.m-intranet--report__accordion .m-accordion__toggle:after {
  background-color: transparent;
  transform: translateY(-50%);
  background-image: url(/images/sprite.png?f47efa3b92808e0a6d2b192467c35112);
  background-position: 0 0;
  width: 9px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-intranet--report__accordion .m-accordion__toggle:after {
    background-image: url(/images/sprite@2x.png?7c0d3621045235781811a5f201998bf6);
    background-size: 63px 14px;
  }
}
.m-intranet--report__accordion .m-accordion__toggle__title {
  color: #0a0b29 !important;
}

.m-intranet--report__accordion .m-accordion__box:last-child .m-accordion__content {
  padding-bottom: 0;
}

.m-accordion__box--404 .m-accordion__content > .m-content-editor .m-accordion__box.js--active .m-accordion__toggle:after,
.m-intranet--report__accordion .m-accordion__box.js--active .m-accordion__toggle:after {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}

.m-intranet--report__accordion .m-accordion__content {
  padding: 10px 0 50px;
  border-bottom-width: 0;
  background-color: transparent !important;
}

.m-intranet--report__accordion .m-accordion__content table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.m-intranet--report__accordion .m-accordion__content table thead td {
  position: relative;
}

.m-intranet--report__accordion .m-accordion__content table thead td:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 10px;
  bottom: 10px;
  background-color: #000;
}

.m-intranet--report__accordion .m-accordion__content table td {
  color: #0a0b29;
  font-weight: 600;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  background-color: transparent !important;
  border-bottom-color: #808793 !important;
}

.m-accordion__box--404 .m-accordion__content > .m-content-editor,
.m-intranet--report__accordion--404 {
  background-color: #2ab7ca;
  color: #fff;
  font-weight: 600;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor,
.m-intranet--report__accordion--404 {
    display: flex;
    padding: 50px 40px 40px;
  }
}
.m-accordion__box--404 .m-accordion__content > .m-content-editor picture,
.m-intranet--report__accordion--404 picture {
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-right: 30px;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor picture,
.m-intranet--report__accordion--404 picture {
    margin-top: 0;
    margin-right: inherit;
    text-align: left;
    margin-left: 30px;
    width: 171px;
    flex-shrink: 0;
  }
}
.m-accordion__box--404 .m-accordion__content > .m-content-editor picture img,
.m-intranet--report__accordion--404 picture img {
  width: 140px;
}

@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor picture img,
.m-intranet--report__accordion--404 picture img {
    width: auto;
  }
}
@media only screen and (min-width: 640px) {
  .m-accordion__box--404 .m-accordion__content > .m-content-editor .m-content-editor,
.m-intranet--report__accordion--404 .m-content-editor {
    max-width: 415px;
  }
}
@media only screen and (min-width: 768px) {
  .m-intranet--report__grid {
    display: flex;
  }
}
.m-intranet--report__grid__left {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .m-intranet--report__grid__left {
    flex-shrink: 0;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .m-intranet--report__grid__right {
    flex-grow: 1;
    margin-left: 30px;
    border-top: 1px solid #2ab7ca;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet--report__grid__right {
    margin-left: 50px;
  }
}
.m-intranet--report__grid__right h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #2ab7ca;
  margin-bottom: 10px;
}

.m-intranet--report__grid__right .m-help-center__content {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .m-intranet--report__grid__right .m-help-center__content {
    margin-top: 60px;
  }
}
.m-intranet--report__grid__right .m-tab__help-center__nav {
  margin-bottom: 20px;
}

.m-intranet--report__grid__right .m-tab__help-center__nav a {
  width: auto;
}

.m-intranet--report__grid__right .m-tab__help-center__nav .m-tab__button {
  padding-bottom: 17px;
}

.m-intranet--report__grid__right .m-tab__help-center__nav .m-tab__button.js--active {
  color: #0a0b29;
}

.m-intranet--report__grid__right .m-tab__help-center__nav .m-tab__button.js--active span {
  display: inline-block;
}

.m-intranet--report__grid__right .m-tab__help-center__nav .m-tab__button_refuerzo2.js--active span {
  display: inline-block;
}

.m-intranet__content__card__info {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 23px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 4px 2px rgba(159, 183, 200, 0.4);
}

.yellow-tooltip {
  background-color: #F8C045;
}

.m-intranet__content__card__info__refuerzo {
  background-color: #F8C045;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 23px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 4px 2px rgba(159, 183, 200, 0.4);
}

.m-intranet__content__card__info:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .m-intranet__content__card__info ul li {
    margin-bottom: 20px;
  }
}
.m-intranet__content__card__info > * {
  position: relative;
}

.m-intranet__content__card__info > :first-child {
  margin-top: 0;
}

.m-intranet__content__card__info > :last-child {
  margin-bottom: 0;
}

.m-intranet__content__card__info__title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.m-intranet__content__card__info__title h3 {
  margin-bottom: 0;
  margin-left: 7px;
}

.m-intranet__content__card__info__title .m-icon-svg {
  width: 14px;
  line-height: 1;
}

.m-intranet__content__card__info--blue {
  box-shadow: none;
  background-color: #fff;
}

.m-intranet__content__card__info--blue:before {
  content: "";
  background-color: rgba(63, 122, 254, 0.15);
}

.m-intranet__content__card__info--blue .m-intranet__content__card__info__title {
  align-items: center;
}

.m-intranet__content__card__info--blue .m-intranet__content__card__info__title h3 {
  color: #3f7afe;
}

.m-intranet__content__card__info--danger {
  box-shadow: none;
  background-color: #fff;
}

.m-intranet__content__card__info--danger:before {
  content: "";
  background-color: rgba(238, 66, 102, 0.1);
}

.m-intranet__content__card__info--danger .m-intranet__content__card__info__title {
  align-items: center;
}

.m-intranet__content__card__info--danger .m-intranet__content__card__info__title h3 {
  color: #ee4266;
}

.m-intranet__content__card__alert {
  display: flex;
  background-color: rgba(255, 173, 18, 0.2);
  border-radius: 10px;
  padding: 18px 18px 18px 13px;
  font-weight: 600;
  color: #0a0b29;
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-intranet__content__card__alert a {
  color: #2f80ed !important;
}

.m-intranet__content__card__alert a:before {
  content: none !important;
}

.m-intranet__content__card__alert a:after {
  background-color: #2f80ed !important;
}

.m-intranet__content__card__alert p {
  margin-bottom: 0;
  margin-left: 12px;
}

.m-intranet__content__card__alert .m-icon-svg {
  width: 55px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-intranet__content__list li {
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__list li {
    margin-bottom: 20px !important;
    width: 50%;
  }
}
.m-intranet__content__list li:before {
  content: none !important;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__list li:nth-child(2n) {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 640px) {
  .m-intranet__content__list li:nth-child(odd) {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 640px) {
  .m-intranet__content__list li:last-child,
.m-intranet__content__list li:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}
.m-intranet__content__list li p {
  padding: 8px 10px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__list li p {
    background-color: rgba(42, 183, 202, 0.035);
  }
}
.m-intranet__content__level__item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c4ccd9;
}

.m-intranet__content__level__item:before,
.m-intranet__content__score__legend p:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #ee4266;
}

.m-intranet__content__level__item--high:before,
.m-intranet__content__score__legend p:first-child:before {
  background-color: #4f9c2e;
}

.m-intranet__content__level__item--medium:before {
  background-color: #ffad12;
}

.m-intranet__content__level__item--low:before,
.m-intranet__content__score__legend p:nth-child(3):before {
  background-color: #808793;
}

.m-intranet__content__score {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-intranet__content__score__header {
  display: flex;
  font-weight: 600;
  width: 100%;
  color: #0a0b29;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #000;
}

.m-intranet__content__score__header p {
  margin-bottom: 0;
  position: relative;
}

.m-intranet__content__score__header p:first-child {
  flex-grow: 0;
}

.m-intranet__content__score__header p:last-child {
  width: 110px;
  flex-shrink: 1;
  padding-left: 10px;
  margin-left: auto;
  text-align: left;
}

.m-intranet__content__score__header p:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 11, 41, 0.25);
}

.m-intranet__content__score__item:not(:last-child) {
  margin-bottom: 15px;
}

.m-intranet__content__score__item__header {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  background-color: rgba(10, 11, 41, 0.1);
  cursor: pointer;
}

.m-intranet__content__score__item__header:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  transform: translateY(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-image: url(/images/sprite.png?f47efa3b92808e0a6d2b192467c35112);
  background-position: -29px 0;
  width: 8px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-intranet__content__score__item__header:after {
    background-image: url(/images/sprite@2x.png?7c0d3621045235781811a5f201998bf6);
    background-size: 63px 14px;
  }
}
.m-intranet__content__score__item__header p {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.m-intranet__content__score__item__header p:first-child {
  padding: 10px 15px;
}

.m-intranet__content__score__item__header p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  flex-shrink: 1;
  margin-left: auto;
  background-color: rgba(79, 156, 46, 0.7);
  text-align: center;
}

.m-intranet__content__score__item__header + div {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1000;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-intranet__content__score__item__header.js--active:after {
  transform: translateY(-50%) rotate(90deg);
}

.m-intranet__content__score__item__header.js--active + div {
  height: auto;
  overflow: visible;
  visibility: visible;
  z-index: inherit;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-intranet__content__score__item__header--warning p:last-child {
  background-color: rgba(255, 173, 18, 0.7);
}

.m-intranet__content__score__item__header--danger p:last-child {
  background-color: rgba(238, 66, 102, 0.7);
}

.m-intranet__content__score__item__content {
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #2ab7ca;
  padding: 15px 10px 20px;
  display: flex;
}

.m-intranet__content__score__item__content > * {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.m-intranet__content__score__item__table__header {
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(42, 183, 202, 0.1);
}

.m-intranet__content__score__item__table__header p {
  width: 50%;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2ab7ca;
  position: relative;
}

.m-intranet__content__score__item__table__header p:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 4px;
  bottom: 4px;
  background-color: #2ab7ca;
}

.m-intranet__content__score__item__table__data__reply {
  text-align: left;
  padding: 15px 10px 5px;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  border-bottom: 1px solid #2ab7ca;
}

.m-intranet__content__score__item__table__data__reply:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 3px;
  transform: translateY(-50%);
  background-color: #808793;
}

.m-intranet__content__score__item__table__data__reply--correct:before {
  background-color: #4f9c2e;
}

.m-intranet__content__score__item__table__data__reply--incorrect:before {
  background-color: #ee4266;
}

.m-intranet__content__score__legend {
  font-weight: 500;
  padding: 11px 13px;
  margin: 30px 0;
  border: 1px solid #0a0b29;
  border-radius: 10px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend {
    display: flex;
    justify-content: space-between;
  }
}
.m-intranet__content__score__legend p {
  margin: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #0a0b29;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend p {
    padding: 0 15px 0 40px;
    border-top-width: 0;
    border-left: 1px solid #0a0b29;
  }
}
.m-intranet__content__score__legend p:before {
  top: 11px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend p:before {
    top: 1px;
    left: 15px;
  }
}
.m-intranet__content__score__legend p:first-child {
  border-top-width: 0;
  padding-top: 0;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend p:first-child {
    border-left-width: 0;
    padding-left: 20px;
  }
}
.m-intranet__content__score__legend p:first-child:before {
  top: 1px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend p:first-child:before {
    left: 0;
  }
}
.m-intranet__content__score__legend p:nth-child(3) {
  padding-right: 0;
  padding-bottom: 0;
}

.m-intranet__content__score__legend-quiz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 30px 0 -10px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend-quiz {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.m-intranet__content__score__legend-quiz p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.m-intranet__content__score__legend-quiz p:not(:first-child) {
  position: relative;
  margin-left: 20px;
}

.m-intranet__content__score__legend-quiz p:not(:first-child):before {
  content: attr(data-letter);
  color: #2ab7ca;
  border-radius: 5px;
  padding: 4px 12px;
  margin-right: 9px;
  background-color: rgba(103, 206, 220, 0.25);
}

.m-intranet__content__score__legend-quiz p:first-child {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend-quiz p:first-child {
    margin-bottom: 0;
    width: auto;
  }
}
.m-intranet__content__score__legend-quiz p:nth-child(2) {
  margin-left: 0;
  min-width: 123px;
}

@media only screen and (min-width: 640px) {
  .m-intranet__content__score__legend-quiz p:nth-child(2) {
    margin-left: 20px;
  }
}
.m-intranet__content__score__legend-quiz p:nth-child(3) {
  min-width: 126px;
}

.m-intranet__content__grid {
  margin: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__grid {
    display: flex;
  }
}
.m-intranet__content__grid__left {
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__grid__left {
    margin-bottom: 0;
  }
}
.m-intranet__content__grid__left .m-intranet__content__grid__graphic {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__grid__right {
    padding-left: 20px;
  }
}
.m-intranet__content__grid__left > *,
.m-intranet__content__grid__right > * {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__grid__left,
.m-intranet__content__grid__right {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet__content__grid--same .m-intranet__content__grid__left {
    padding-right: 20px;
  }
}
.m-intranet__content__multimedia {
  margin-top: 25px;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__multimedia {
    width: 100%;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .m-intranet__content__multimedia__video {
    flex-grow: 1;
  }
}
.m-intranet__content__multimedia__aside {
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__multimedia__aside {
    margin-top: 0;
    flex-shrink: 0;
    width: 170px;
    padding-left: 20px;
  }
}
.m-intranet__content__multimedia__aside p {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .m-intranet__content__multimedia__aside p {
    margin-bottom: 30px;
  }
}
.m-intranet__content__multimedia__aside .m-button {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: flex-start;
  box-shadow: 2px 2px 4px 1px rgba(128, 135, 147, 0.6);
}

.m-intranet__content__multimedia__aside .m-button .m-icon-svg {
  width: 15px;
}

@media only screen and (max-width: 1023px) {
  .m-intranet__content__multimedia__aside__buttons {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .m-intranet__content__multimedia__aside__buttons > div {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .m-intranet__content__multimedia__aside__buttons > div:first-child {
    padding-right: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .m-intranet__content__multimedia__aside__buttons > div:last-child {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .m-intranet--student .m-section,
.m-intranet--student__grid__right {
    display: flex;
  }

  .m-intranet--student__grid__right {
    flex-grow: 1;
    justify-content: center;
  }

  .faqs {
    position: absolute;
    width: 315px;
    margin-top: 430px;
    /* border: 1px solid rgba(10, 11, 41, 0.35); */
    border-radius: 10px;
    /* padding: 40px 20px 25px; */
  }
}
.m-login {
  padding-top: 0;
}

.m-login .m-banner {
  background-image: url(/images/banner_intranet_login_mobile.png?661e7c1258d98674859209b893ca6f52);
  background-position: top;
  background-size: auto 142px;
  background-repeat: repeat-x;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-login .m-banner {
    background-image: url(/images/banner_intranet_login_mobile@2x.png?ea56f878ccc0c5e93ce44a1f1cd43ffe);
  }
}
@media only screen and (min-width: 425px) {
  .m-login .m-banner {
    background-repeat: repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-image: url(/images/banner_intranet_login.png?94b69da417db5d8b1865c56640711b5c);
  }
}
.m-login__form {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.m-login__form h2 {
  text-align: center;
}

.m-login__form form {
  margin-top: 30px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .m-login__form form {
    margin-top: 45px;
  }
}
.m-login__form form p {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .m-login__form form p {
    margin-top: 45px;
  }
}
.m-login__form form p span {
  font-weight: 500;
  color: #0a0b29;
  cursor: pointer;
}

.m-login__form .m-input {
  position: relative;
}

.m-login__form .m-input .m-input__password-show {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  padding-left: 10px;
  padding-right: 13px;
  height: 100%;
}

.m-login__form .m-input .m-input__password-show .m-icon-svg {
  position: absolute;
  width: 17px;
  right: 13px;
  top: 0;
  height: 100%;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-login__form .m-input .m-input__password-show .m-icon-svg:hover path {
  fill: #0a0b29;
}

.m-login__form .m-input .m-input__password-show .m-icon-svg + .m-icon-svg {
  padding-top: 2px;
  opacity: 0;
  visibility: hidden;
}

.m-login__form .m-input .m-input__password-show.js--active .m-icon-svg {
  opacity: 0;
  visibility: hidden;
}

.m-login__form .m-input .m-input__password-show.js--active .m-icon-svg + .m-icon-svg {
  opacity: 1;
  visibility: visible;
}

.m-profile {
  margin-left: auto;
  padding-right: 10px;
}

@media only screen and (min-width: 425px) {
  .m-profile {
    padding-right: 0;
  }
}
.m-profile a {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 3px;
  display: block;
  margin-bottom: 0;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  .m-profile a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .m-profile a {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.m-profile a:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.m-profile a:hover {
  color: #fff;
}

.m-profile__picture {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 58px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .m-profile__picture {
    width: 75px;
  }
}
.m-profile__picture {
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (min-width: 768px) {
  .m-profile__picture {
    height: 75px;
  }
}
.m-profile__logout {
  margin-left: auto;
  position: relative;
  top: 13px;
}

.m-profile__logout .m-button {
  padding-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .m-profile__logout .m-button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-profile__logout .m-button > span:last-child:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.m-profile__logout .m-button > span:last-child:hover {
  color: #fff;
}

.m-profile__logout .m-button .m-icon-svg {
  width: 18px;
  position: relative;
  top: -2px;
}

.m-profile__logout .m-button:hover {
  background-color: transparent;
  border-color: transparent;
}

.m-profile__logout .m-button:hover > span {
  color: #fff;
}

.m-profile__logout .m-button:hover > span:last-child:after {
  left: 0;
  right: 0;
}

.m-profile__detail {
  /* background-color: rgba(42, 183, 202, 0.1); */
  background-color: #F2F0D4;
  border-radius: 10px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .m-profile__detail {
    padding: 20px 35px;
    max-width: 585px;
  }
}
.m-profile__detail hr {
  margin-top: 17px;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-color: #000;
}

.m-profile__detail__header {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}

.m-profile__detail__header__picture {
  display: block;
  width: 86px;
  border-radius: 100%;
  overflow: hidden;
}

.m-profile__detail__header .m-icon-svg {
  width: 100%;
  line-height: 1;
}

.m-profile__detail__header__picture {
  height: 86px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.m-profile__detail__header__icon {
  position: absolute;
  right: -3px;
  bottom: -6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #2ab7ca;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 4px 1px rgba(128, 135, 147, 0.6);
}

.m-profile__detail__list {
  border-bottom: 1px solid rgba(10, 11, 41, 0.25);
  padding-top: 18px;
  padding-bottom: 14px;
  /* padding-right: 45px; */
  position: relative;
}

@media only screen and (min-width: 425px) {
  .m-profile__detail__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  /* .m-profile__detail__list {
    padding-right: 120px;
  } */
}
.m-profile__detail__list p {
  margin-bottom: 0;
}

.m-profile__detail__list p:first-child {
  width: 90px;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .m-profile__detail__list p:first-child {
    width: 115px;
  }
}
.m-profile__detail__list p:last-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-profile__detail__list button {
  /* position: absolute; */
  /* right: 0;
  top: 50%;
  transform: translateY(-50%); */
  border-width: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* padding: 10px 0 10px 10px; */
}

.m-profile__detail__list button > span:first-child {
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .m-profile__detail__list button > span:first-child {
    display: block;
  }
}
.m-profile__detail__list button > span:first-child:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.m-profile__detail__list button > span:first-child:hover {
  color: #000;
}

.m-profile__detail__list button .m-profile__detail__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: -1px 1px 6px 1px rgba(149, 158, 176, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .m-profile__detail__list button .m-profile__detail__icon {
    margin-left: 8px;
  }
}
.m-profile__detail__list button .m-icon-svg {
  width: 14px;
  line-height: 1;
}

.m-profile__detail__list button:hover > span:first-child:after {
  left: 0;
  right: 0;
}

.m-profile__detail__list:last-child {
  border-bottom-width: 0;
}

.m-student-add {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .m-student-add {
    max-width: 315px;
    margin-bottom: 0;
  }
}
.m-student-add p:not(.m-h2) {
  margin-bottom: 25px;
}

.m-student-add form {
  /* border: 1px solid rgba(10, 11, 41, 0.35); */
  /* border-radius: 10px; */
  padding: 40px 20px 25px;
}

.accordion {
  background-color: #F7F5DE;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

.panel {
  padding: 0 18px;
  /* background-color: white; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: "➕";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "➖";
}*/

.p_faqs {
  text-align: left;
}

.m-student-panel {
  border-radius: 10px;
  /* background-color: rgba(36, 162, 189, 0.12); */
  padding: 40px 25px 55px;
  position: relative;
}

@media only screen and (min-width: 425px) {
  .m-student-panel {
    min-height: calc(100vh - 614px);
  }
}
@media only screen and (min-width: 768px) {
  .m-student-panel {
    margin-left: 30px;
    width: 420px;
    padding-bottom: 25px;
    min-height: calc(100vh - 353px);
  }
}
@media only screen and (min-width: 1024px) {
  .faqs {
    margin-left: 0px;
    width: 300px;
  }
}
.m-student-panel .m-button--icon .m-icon-svg {
  width: 18px;
  line-height: 1;
  position: relative;
  top: -1px;
}

.m-student-panel__button {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 15px 25px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

@media only screen and (max-width: 767px) {
  .m-student-panel__button {
    left: 30px;
    right: 30px;
  }

  .faqs {
    margin-left: 0px;
    padding-bottom: 120px;
    margin-top: 30px;
    /* border: 1px solid rgba(10, 11, 41, 0.35); */
    border-radius: 10px;
    /* padding: 40px 20px 25px; */
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 424px) {
  .m-student-panel__button {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 425px) {
  .m-student-panel__button {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .m-student-panel__button {
    transform: translateX(-25px);
    width: 385px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-student-panel__button {
    width: 420px;
  }
}
.m-student-panel__button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 15px;
  background-color: #e4f4f7;
  border-radius: 10px;
}

.m-student-panel__button button {
  position: relative;
  z-index: 1;
}

.m-student-panel__button.js--active {
  visibility: visible;
  opacity: 1;
}

.m-student-panel__status {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(10, 11, 41, 0.5); */
  padding-bottom: 7px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.m-student-panel__status p {
  margin-bottom: 0;
}

.m-student-panel__status p:last-child {
  border-left: 1px solid rgba(10, 11, 41, 0.5);
  width: 110px;
  padding-left: 19px;
}

@media only screen and (min-width: 640px) {
  .m-student-panel__status p:last-child {
    border-left-width: 0;
    width: auto;
  }
}
.m-student-panel__search {
  display: flex;
}

.m-student-panel__search .m-input {
  width: auto;
  margin-bottom: 0;
}

.m-student-panel__search .m-input:first-child {
  flex-grow: 1;
}

.m-student-panel__search .m-input:first-child input {
  padding-left: 35px !important;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 10px !important;
  background-image: url(/images/icon_search.png?96ec5f28891208d8834ba71f8f4fef7b);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .m-student-panel__search .m-input:first-child input {
    background-image: url(/images/icon_search@2x.png?46c3a2f83374bed6a147d80994e50b8a);
  }
}
.m-student-panel__search .m-input--select {
  width: 100px;
  margin-left: 10px;
  flex-shrink: 0;
}

@media only screen and (min-width: 640px) {
  .m-student-panel__search .m-input--select {
    width: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  .m-student-panel__search .m-input--select:before {
    content: none;
  }
}
.m-student-panel__card {
  background: #FFFDEC;
  box-shadow: 2px 2px 4px rgba(160, 168, 175, 0.43);
  border-radius: 5px;
  padding: 11px 15px 7px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.m-student-panel__card__body {
  border-top: 1px solid rgba(10, 11, 41, 0.07);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0a0b29;
  border-spacing: 0 5px !important;
}

.m-student-panel__card__body p {
  margin-bottom: 0;
}

.m-student-panel__card__body p:not(:last-child) {
  margin-bottom: 5px;
}

.m-student-panel__card__footer {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-student-panel__card__footer .m-icon-svg {
  width: 9px;
  top: 1px;
}

.m-student-panel__card__footer .m-button {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  font-weight: 500;
  padding-bottom: 19px;
}

.m-student-panel__card__footer .m-button--delete {
  color: rgba(10, 11, 41, 0.5);
}

.m-student-panel__card__footer .m-button--delete .m-icon-svg {
  margin-right: 4px;
}

.m-student-panel__card__footer .m-button--share {
  color: #0a0b29;
}

.m-student-panel__card__footer .m-button--share span:not(.m-icon-svg) {
  width: 80px;
  text-align: right;
}

.m-student-panel__card__footer .m-button--share .m-icon-svg {
  width: 10px;
  top: 2px;
}

.m-student-panel__card__status {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0a0b29;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 94px;
}

.m-student-panel__card__status .m-icon-svg {
  width: 14px;
}

.m-student-panel__card__status span:last-child {
  width: 80px;
  text-align: right;
}

.m-student-panel__cards {
  margin-top: 15px;
  border-radius: 5px;
}

.m-student-panel__cards--table,
.m-student-panel__cards--table tbody {
  display: block;
}

.m-student-panel__cards--table tbody tr {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  align-items: center;
}

.m-student-panel__cards--table tbody tr td:first-child {
  color: #696974;
  font-weight: 600;
}

.m-student-panel__cards--table tbody tr td:nth-child(2) {
  width: auto;
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.m-student-panel__cards--table tbody tr td:nth-child(2) > span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.m-student-panel__cards--table tbody tr td:nth-child(3),
.m-student-panel__cards--table tbody tr td:nth-child(4) {
  display: block;
  width: 100%;
}

.m-student-panel__cards--table tbody tr td .m-student-panel__card__buttons {
    justify-content: start;
    gap: 1rem;
}
.m-student-panel__cards--table tbody tr td .m-student-panel__card__buttons .edit{
    background-color: transparent;
    color: #6659A3;
    text-decoration: underline;
    box-shadow: none;
}
.m-student-panel__cards--table tbody tr td .m-student-panel__card__buttons .share{
    border-radius: 50px;
}
.m-student-panel__cards--table thead {
    width: 100%;
}
.m-student-panel__cards--table thead tr{
    width: 100%;
}
.m-alert {
  position: relative;
  padding: 20px 35px 20px 20px;
  box-shadow: 2px 3px 4px rgba(128, 135, 147, 0.65);
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  left: 20px;
  right: 20px;
  z-index: 1;
}

@media only screen and (min-width: 425px) {
  .m-alert {
    bottom: 20px;
    left: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .m-alert {
    width: 645px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }
}
.m-alert__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}

.m-alert__close span {
  display: block;
  height: 2px;
  width: 15px;
  border-radius: 1px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: #34661f;
  margin-left: auto;
  margin-right: auto;
}

.m-alert__close span:first-child {
  transform: translateY(16px) rotate(45deg);
}

.m-alert__close span:last-child {
  transform: translateY(14px) rotate(-45deg);
}

.m-alert--success {
  background-color: #4f9c2e;
}

.m-alert--success p {
  margin-bottom: 0;
}

.m-alert--success p:not(.m-h3) {
  font-size: 14px;
  font-size: 0.875rem;
}

.m-alert--success p,
.m-alert--success p.m-h3 {
  color: #fff;
}

.m-alert--success .m-icon-svg {
  width: 21px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.m-alert.js--active,
.m-back-to-top.js--active {
  opacity: 1;
  visibility: visible;
}

.m-pop-up-area {
  position: relative;
}

.m-student-pop-up {
  padding-top: 9px;
  padding-left: 17px;
  padding-right: 19px;
  width: 454px;
  max-width: 90vw;
  min-height: 128px;
  background: #FFFCEA 0% 0% no-repeat padding-box;
  border: 1px solid #E69700;
  opacity: 1;
  border-radius: 10px;
  visibility: visible;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: 24px;
}

.m-student-container {
  display: flex;
  align-items: center;
}

.m-programa-refuerzo {
  padding-left: 17px;
  width: 300px;
  height: 18px;
  text-align: left;
  font: normal normal bold 15px/18px Montserrat, sans-serif;
  letter-spacing: 0px;
  color: #C68201;
  opacity: 1;
  margin-bottom: 0px !important;
}

.m-parrafo {
  padding-top: 8px;
  text-align: left;
  letter-spacing: 0px;
  color: #070808;
  opacity: 1;
  font-size: 14px;
  margin-left: 51px;
}

@media only screen and (min-width: 1280px) {
  .faqs {
    position: relative;
    width: 315px;
    margin-top: 0;
    /* border: 1px solid rgba(10, 11, 41, 0.35); */
    border-radius: 10px;
    /* padding: 40px 20px 25px; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .faqs {
    width: 280px;
  }
}
@media only screen and (max-width: 1279px) {
  .m-student-panel__cards--table tbody tr td:nth-child(2) {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.m-intranet .m-container {
  width: 90vw;
}

.fixed-alert {
  top: 70px;
  position: fixed;
  right: 5vw;
}

@media only screen and (min-width: 1280px) {
  /* Girlla 3 clumnas fix */
  .m-intranet--student .m-section {
    margin-left: 5vw;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90vw !important;
    max-width: initial !important;
    min-width: initial !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .m-intranet--student .m-student-add {
    width: 25vw !important;
    max-width: 25vw !important;
    min-width: 25vw !important;
  }

  .m-intranet--student .m-intranet--student__grid__right {
    width: 40vw !important;
    max-width: 40vw !important;
    min-width: 40vw !important;
  }

  .m-intranet--student .faqs {
    width: calc(25vw - 30px) !important;
    max-width: calc(25vw - 30px) !important;
    min-width: calc(25vw - 30px) !important;
  }

  .m-intranet--student .m-intranet--student__grid__right .m-student-panel {
    width: calc(40vw - 30px) !important;
    max-width: calc(40vw - 30px) !important;
    min-width: calc(40vw - 30px) !important;
  }

  .m-intranet--student .m-student-add form {
    max-width: inherit;
  }

  .m-student-panel__button {
    width: calc(40vw - 30px) !important;
    min-width: auto;
  }
}
@media only screen and (max-width: 1280px) {
  /* Girlla 2 clumnas fix */
  .m-intranet--student .m-section {
    margin-left: 5vw;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90vw !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-student-add {
    width: 30vw !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-intranet--student__grid__right {
    width: 60vw !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .faqs {
    width: 30vw !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-intranet--student__grid__right .m-student-panel {
    width: calc(100% - 30px) !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-student-add form {
    max-width: inherit;
  }

  .m-student-panel__button {
    width: calc(60vw - 30px);
  }
}
#table-grados, #table-grados tbody {
  width: 100%;
}

.container-pie {
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
  margin-top: 20px;
}

.container-pie > div {
  width: 50%;
  float: left;
  display: block;
}

.pie-info {
  padding: 40px 30px 10px 20px;
  float: right !important;
}

.pie-info.full, #pie-chart.full {
  width: 100%;
}

.pie-info.full p {
  width: 45%;
  float: left;
  margin-left: 4%;
}

.a, .b, .c, .d {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: -2px;
}

.pie-info .a {
  background: #7CA34E;
}

.pie-info .b {
  background: #F6BF45;
}

.pie-info .c {
  background: #EB3D6D;
}

.pie-info .d {
  background: #A6A6A6;
}

#pie-chart .highcharts-title {
  visibility: hidden;
}

#pie-chart [id*=pie-chart-] {
  display: none;
}

#pie-chart [id*=pie-chart-].show-pie {
  display: block;
}

#pie-chart.full [id*=pie-chart-] {
  width: 50%;
  float: left;
}

#cursos-ganadores {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#cursos-ganadores div {
  width: 76px;
  height: 70px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 38px;
  font-weight: bold;
  color: #1B889B;
  margin: 20px;
  padding: 13px;
  display: inline-block;
  border-radius: 5px;
}

.curso-ganador-b {
  width: 60%;
  text-align: center;
  margin: 0 20%;
  display: inline-block;
}

button.grado-btn {
  height: 50px;
  width: 101px;
  margin: 0px 5px;
  border: 1px solid #4CB8CB;
  border-radius: 10px;
  background-color: #FFF;
  color: #4CB8CB;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 20px;
  font-weight: 500;
}

button.blue-button {
  background-color: blue;
}

.btn-azul {
  background-color: #4CB8CB !important;
  color: #FFF !important;
  box-shadow: 0px 3px 6px #00000029 !important;
}

.button-area {
  text-align: center;
}

#table-grados {
  width: 100%;
  border-collapse: collapse;
}

#table-grados table {
  padding: 32px 20px;
  background-color: #FFF;
  box-sizing: border-box;
}

#table-grados tr:first-child {
  background-color: #FEF2CC;
}

/* Zebra striping */
/* #table-grados tr:nth-of-type(odd) {
background: #eee;
} */
#table-grados th {
  background: #F8C045;
  color: #000;
  font-weight: bold;
}

#table-grados td, #table-grados th {
  padding: 6px;
  border: 1px solid #F8C045 !important;
  /* outline: 1px solid #F8C045 !important;  */
  text-align: center;
}

#table-grados thead, #table-grados tbody {
  outline: 1px solid #F8C045 !important;
}

#table-grados .first-col {
  width: 20%;
  border-right: 1px solid #FEF2CC !important;
}

#table-grados .second-col {
  border-left: 1px solid #FEF2CC !important;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  /* Girlla 1 clumnas fix */
  .m-intranet--student .m-section {
    margin-left: 5vw;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90vw !important;
    display: inline-block;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-student-add {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-intranet--student__grid__right {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .faqs {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-intranet--student__grid__right .m-student-panel {
    width: 100% !important;
    max-width: initial !important;
    min-width: initial !important;
  }

  .m-intranet--student .m-student-add form {
    max-width: inherit;
    border-bottom: 1px solid #0A0B29;
  }

  .m-student-panel__button {
    width: 90vw;
  }

  .container-pie .pie-info {
    width: 100% !important;
  }

  .container-pie #pie-chart {
    width: 100% !important;
  }

  #pie-chart.full [id*=pie-chart-] {
    width: inherit;
    float: left;
  }

  #cursos-ganadores div {
    width: 66px;
    height: 60px;
    font-size: 28px;
    margin: 10px;
  }

  .curso-ganador-b {
    width: 90%;
    margin: 0 5%;
  }

  button.grado-btn {
    margin: 5px;
  }

  .m-intranet__aside.js-active-aside {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  /* iPhone 12 Pro Max */
  .container-pie .pie-info {
    width: 100% !important;
  }

  .container-pie #pie-chart {
    width: 100% !important;
  }

  #pie-chart.full [id*=pie-chart-] {
    width: inherit;
    float: left;
  }

  #cursos-ganadores div {
    width: 66px;
    height: 60px;
    font-size: 28px;
    margin: 10px;
  }

  .curso-ganador-b {
    width: 90%;
    margin: 0 5%;
  }

  button.grado-btn {
    margin: 5px;
  }

  .m-intranet__aside.js-active-aside {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 888px) {
  .faqs {
    margin-top: 465px;
  }
}

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


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