.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@charset "UTF-8";
.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
}

#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}
@charset "UTF-8";
/* ==========================================================================
  * SETTINGS
  * Configuraciones
  ========================================================================== */
/* CORE FUNCTIONS
 * SASS core functions (core- prefixed)
 *
 * breakpoint-suffix ..... returns a string with breakpoint separator concatenated to a given breakpoint
 * map-diff .............. returns the differences between two maps, skipping equal values
 * strip-units ........... returns the unitless number of a given value
 * ratio-suffix .......... returns a ratio string with its escaped separator of a given width and height
 * rem-to-px ............. returns PX equivalent value using a given REM value
 * px-to-rem ............. returns REM equivalent value using a given PX value
 * px-to-em .............. returns EM equivalent value using a given PX value and a REM reference
 */
/* -------------------------------------------------------------------------
 * BREAKPOINT SUFFIX
 *
 * Returns a breakpoint string with its escaped separator
 * Useful for utilities that uses breakpoints modifiers
 *
 * s-core-breakpoint-suffix(md) == \@md
 */
/* -------------------------------------------------------------------------
 * MAP DIFF
 *
 * Compares the differences between two maps, skipping equal values.
 * Compares both keys and values.
 *
 * Params:
 * MAP-A .............................. Main map to compare with
 * MAP-B .............................. Secondary map
 *
 * Returns a map with the differences
 *
 */
/* -------------------------------------------------------------------------
 * STRIP UNITS
 *
 * Returns the unitless number of a given value.
 * Useful for calculations and unit conversion.
 *
 * s-core-strip-units(16px) == 16
 */
/* -------------------------------------------------------------------------
 * RATIO SUFFIX
 *
 * Returns a ratio string with its escaped separator
 * Useful for objects and utilities that uses ratio modifiers
 *
 * s-core-ratio-suffix(16, 9) == 16\:9
 */
/* -------------------------------------------------------------------------
 * REM TO PX
 *
 * Returns PX equivalent value using a given REM value.
 * By default, uses $s-core__font-size on the conversion, and the returned value is rounded.
 *
 * s-core-rem-to-px(1.143rem) == 16px
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * PX TO REM
 *
 * Returns REM equivalent value using a given PX value.
 * By default, uses $s-core__font-size on the conversion.
 *
 * s-core-px-to-rem(16px) == 1.143rem
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * PX TO EM
 *
 * Returns EM equivalent value using a given PX value and a REM reference
 * By default, uses $s-core__font-size on the conversion.
 *
 * s-core-px-to-em(24px, 1.143rem) == 1.5em
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * CONFIG
 *
 * Global configuration
 */
/* SCOPED
 * enable if you are scoping the output in a selector
 */
/* ENVIRONMENT
 * dev .................. Development
 * prod ................. Production
 */
/* DEBUG
 * for debugging proposes
 */
/* -------------------------------------------------------------------------
 * BREAKPOINT SUFFIX
 *
 * Returns a breakpoint string with its escaped separator
 * Useful for utilities that uses breakpoints modifiers
 *
 * s-core-breakpoint-suffix(md) == \@md
 */
/* -------------------------------------------------------------------------
 * MAP DIFF
 *
 * Compares the differences between two maps, skipping equal values.
 * Compares both keys and values.
 *
 * Params:
 * MAP-A .............................. Main map to compare with
 * MAP-B .............................. Secondary map
 *
 * Returns a map with the differences
 *
 */
/* -------------------------------------------------------------------------
 * PX TO EM
 *
 * Returns EM equivalent value using a given PX value and a REM reference
 * By default, uses $s-core__font-size on the conversion.
 *
 * s-core-px-to-em(24px, 1.143rem) == 1.5em
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * PX TO REM
 *
 * Returns REM equivalent value using a given PX value.
 * By default, uses $s-core__font-size on the conversion.
 *
 * s-core-px-to-rem(16px) == 1.143rem
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * RATIO SUFFIX
 *
 * Returns a ratio string with its escaped separator
 * Useful for objects and utilities that uses ratio modifiers
 *
 * s-core-ratio-suffix(16, 9) == 16\:9
 */
/* -------------------------------------------------------------------------
 * REM TO PX
 *
 * Returns PX equivalent value using a given REM value.
 * By default, uses $s-core__font-size on the conversion, and the returned value is rounded.
 *
 * s-core-rem-to-px(1.143rem) == 16px
 * (based on 14px $s-core__font-size)
 */
/* -------------------------------------------------------------------------
 * STRIP UNITS
 *
 * Returns the unitless number of a given value.
 * Useful for calculations and unit conversion.
 *
 * s-core-strip-units(16px) == 16
 */
/* ==========================================================================
  * VARIABLES
  * Variables de la aplicación
  ========================================================================== */
/* ==========================================================================
  * TOOLS
  * Funciones, mixins genéricos
  ========================================================================== */
/*
  Compone un diseño de foto + texto, tipo bloque de noticias con esta estrucutra
  <div class="row-article">
    <div class="photo"><img src=""></div>
    <div class="text"><h2>Título</h2></div>
  </div>

  .row-article {
    @include flex-article( 200px, 30px, 'xs', ('sm': 150px))
  }
*/
/* ==========================================================================
  * GENERICS
  * Resets
  ========================================================================== */
/* ==========================================================================
 * GENERIC
 * Normalize and bootstrapping
 *
 * box-sizing ............. sets a better default 'box-sizing'
 * normalize .............. @necolas' normalize.css
 * reset .................. a tiny reset to complement normalize
   ========================================================================== */
/* -------------------------------------------------------------------------
 * BOX-SIZING
 *
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* -------------------------------------------------------------------------
 * RESET
 *
 * A very simple reset that sits on top of Normalize.css.
 * Extracted from inuitcss
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------------------------------------
 * SHARED
 *
 * Shared declarations for certain elements.
 * Extracted from inuitcss
 */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 0;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 0;
}

hr {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-color: #000;
}

ul, ol, li {
  list-style: none;
  margin: 0;
}

/* ==========================================================================
  * LAYOUT
  * Layouts
  ========================================================================== */
.wrapper {
  box-sizing: border-box;
  transition: transform 0.5s;
  min-height: calc(100vh - 800px);
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
  width: 100%;
}
body.body-bg-black .main {
  padding-bottom: 0;
}

.container {
  max-width: 100%;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
@media (max-width: 520px) {
  .container {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
.container--no-pad {
  padding-left: 0;
  padding-right: 0;
}

.main > .row .row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 520px) {
  .main > .row .row {
    grid-column-gap: 1.6666666667rem;
  }
}
.main > .row .row:first-child {
  margin-top: 0;
}
.main > .row .row:last-child {
  margin-bottom: 0;
}

.col-xs-1 {
  grid-column-start: auto;
  grid-column-end: span 1;
}

.col-xs-2 {
  grid-column-start: auto;
  grid-column-end: span 2;
}

.col-xs-3 {
  grid-column-start: auto;
  grid-column-end: span 3;
}

.col-xs-4 {
  grid-column-start: auto;
  grid-column-end: span 4;
}

.col-xs-5 {
  grid-column-start: auto;
  grid-column-end: span 5;
}

.col-xs-6 {
  grid-column-start: auto;
  grid-column-end: span 6;
}

.col-xs-7 {
  grid-column-start: auto;
  grid-column-end: span 7;
}

.col-xs-8 {
  grid-column-start: auto;
  grid-column-end: span 8;
}

.col-xs-9 {
  grid-column-start: auto;
  grid-column-end: span 9;
}

.col-xs-10 {
  grid-column-start: auto;
  grid-column-end: span 10;
}

.col-xs-11 {
  grid-column-start: auto;
  grid-column-end: span 11;
}

.col-xs-12 {
  grid-column-start: auto;
  grid-column-end: span 12;
}

@media only screen and (min-width: 520px) {
  .col-xs-1 {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    grid-column-start: auto;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    grid-column-start: auto;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    grid-column-start: auto;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    grid-column-start: auto;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    grid-column-start: auto;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    grid-column-start: auto;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-1 {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    grid-column-start: auto;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    grid-column-start: auto;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    grid-column-start: auto;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    grid-column-start: auto;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    grid-column-start: auto;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    grid-column-start: auto;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-1 {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
  .col-md-2 {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
  .col-md-3 {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
  .col-md-4 {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
  .col-md-5 {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .col-md-6 {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  .col-md-7 {
    grid-column-start: auto;
    grid-column-end: span 7;
  }
  .col-md-8 {
    grid-column-start: auto;
    grid-column-end: span 8;
  }
  .col-md-9 {
    grid-column-start: auto;
    grid-column-end: span 9;
  }
  .col-md-10 {
    grid-column-start: auto;
    grid-column-end: span 10;
  }
  .col-md-11 {
    grid-column-start: auto;
    grid-column-end: span 11;
  }
  .col-md-12 {
    grid-column-start: auto;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1140px) {
  .col-lg-1 {
    grid-column-start: auto;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    grid-column-start: auto;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    grid-column-start: auto;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    grid-column-start: auto;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    grid-column-start: auto;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    grid-column-start: auto;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    grid-column-start: auto;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    grid-column-start: auto;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    grid-column-start: auto;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    grid-column-start: auto;
    grid-column-end: span 12;
  }
}
[v-cloak] {
  display: none;
}

/* ==========================================================================
  * ANIMATIONS
  ========================================================================== */
@keyframes updown {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes leftright {
  0%, 100% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(50px);
  }
}
:root {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 2s;
  --delay-anim: 1s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

.glitch {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.glitch .glitch__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.glitch .glitch__item:nth-child(n+2) {
  opacity: 0;
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-2;
}
.glitch .glitch__item:nth-child(2) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-3;
}
.glitch .glitch__item:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-4;
}
.glitch .glitch__item:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-4 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
.hallucination-effect {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color: magenta;
  background-blend-mode: screen;
}
.hallucination-effect:before, .hallucination-effect:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  mix-blend-mode: multiply;
}
.hallucination-effect:before {
  background-color: yellow;
  background-blend-mode: screen;
  transform-origin: top left;
}
.hallucination-effect:after {
  background-color: cyan;
  background-blend-mode: screen;
  transform-origin: bottom right;
  animation-delay: 0.1;
}
.active .hallucination-effect:before, .active .hallucination-effect:after {
  animation-name: rgb-move;
  animation-iteration-count: 1;
  animation-duration: 0.1s;
}

@keyframes rgb-move {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scaleY(4);
  }
  50% {
    transform: scaleX(2);
  }
  70% {
    transform: scale(1.5);
  }
}
.btn-link {
  position: relative;
  display: inline-block;
  color: #281130;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-decoration: none;
  z-index: 1;
}
.btn-link:before, .btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-link:before {
  background-color: #00ffff;
  z-index: -1;
}
.btn-link:after {
  background-color: #ff00ff;
  z-index: -2;
}
.btn-link:hover .link-inner {
  animation: glitchy 0.3s ease 1;
}
.btn-link:hover:before {
  animation: glitchy 0.3s ease 0.3s 5;
}
.btn-link:hover:after {
  animation: glitchy 0.3s ease 1 reverse;
}

.link-inner {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 15px 25px;
}

.text-link {
  position: relative;
  display: inline-block;
  font-size: 45px;
  text-decoration: none;
  color: #fff;
  z-index: 1;
}
.text-link:before, .text-link:after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-link:before {
  color: #00ffff;
  z-index: -1;
}
.text-link:after {
  color: #ff00ff;
  z-index: -2;
}
.text-link:hover:before {
  animation: glitchy 0.3s ease 0.3s 1;
}
.text-link:hover:after {
  animation: glitchy 0.3s ease 1 reverse;
}

.line-link {
  position: relative;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: lighter;
  z-index: 1;
  border-bottom: 1px solid fade(#fff, 75%);
  padding-bottom: 10px;
}
.line-link:before, .line-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
}
.line-link:before {
  background-color: #00ffff;
  z-index: -1;
}
.line-link:after {
  background-color: #ff00ff;
  z-index: -2;
}
.line-link:hover:before {
  visibility: visible;
  animation: line-glitchy 0.3s ease 0.3s 1;
}
.line-link:hover:after {
  visibility: visible;
  animation: line-glitchy 0.3s ease 1 reverse;
}

@keyframes glitchy {
  0% {
    transform: translate(-2px, 2px);
  }
  25% {
    transform: translate(-2px, -2px);
  }
  50% {
    transform: translate(2px, 2px);
  }
  75% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(-2px, 2px);
  }
}
@keyframes line-glitchy {
  0% {
    transform: translate(-1px, 1px);
  }
  25% {
    transform: translate(-1px, -1px);
  }
  50% {
    transform: translate(1px, 1px);
  }
  75% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(-1px, 1px);
  }
}
.rgb-split-container {
  position: relative;
}

.glitch-container {
  position: relative;
  overflow: hidden;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
  * ELEMENTS
  * Basic HTML elements
  ========================================================================== */
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden;
}

html {
  font-family: Manrope, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  overflow-y: auto;
  min-height: 100%;
  font-size: 18px;
  font-size: max(1vw, 16px);
  scroll-padding-top: 4rem;
}
@media (max-width: 800px) {
  html {
    font-size: max(2vw, 16px);
  }
}
@media (max-width: 520px) {
  html {
    font-size: max(3vw, 16px);
  }
}

body {
  background-color: #fff;
  font-size: 1rem;
  color: #1b252c;
  overflow-y: hidden;
}
body.body-bg-black {
  background-color: #1b252c;
  color: #fff;
}

* {
  line-height: 1.5;
}
*::selection {
  background-color: #e73e3a;
  color: #fff;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1b252c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  color: #1b252c;
  padding: 0.3rem;
  font-size: 1.1111111111rem;
}
@media (max-width: 520px) {
  input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    font-size: 1.3333333333rem;
  }
}
input:not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  border: 1px solid #1b252c;
}

input[type=checkbox] {
  position: relative;
  top: 0.1666666667rem;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-right: 0.2777777778rem;
  border-radius: 0;
}

input:not([type=checkbox]):not([type=radio]) button:focus {
  outline: none;
}

form select {
  position: relative;
  border: 1px solid #1b252c;
  height: 3.3333333333rem;
  padding-left: 0.8333333333rem;
  background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 99% center;
  background-size: 0.8333333333rem;
}
form .input.multiCheckbox > label,
form .input.radio > label {
  display: block;
  margin-bottom: 0.5555555556rem;
}
form .input.multiCheckbox .checkbox,
form .input.multiCheckbox .radio,
form .input.radio .checkbox,
form .input.radio .radio {
  display: inline-block;
  margin-right: 5rem;
}
form .input.multiCheckbox .checkbox label,
form .input.multiCheckbox .radio label,
form .input.radio .checkbox label,
form .input.radio .radio label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
form .input.multiCheckbox .checkbox label::before, form .input.multiCheckbox .checkbox label::after,
form .input.multiCheckbox .radio label::before,
form .input.multiCheckbox .radio label::after,
form .input.radio .checkbox label::before,
form .input.radio .checkbox label::after,
form .input.radio .radio label::before,
form .input.radio .radio label::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #1b252c;
}
form .input.multiCheckbox .checkbox label::after,
form .input.multiCheckbox .radio label::after,
form .input.radio .checkbox label::after,
form .input.radio .radio label::after {
  border: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #1b252c;
  top: calc(50% - 15px);
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
}
form .input.multiCheckbox .checkbox label:hover::after,
form .input.multiCheckbox .radio label:hover::after,
form .input.radio .checkbox label:hover::after,
form .input.radio .radio label:hover::after {
  opacity: 1;
}
form .input.multiCheckbox .checkbox input,
form .input.multiCheckbox .radio input,
form .input.radio .checkbox input,
form .input.radio .radio input {
  display: none;
}
form .input.multiCheckbox .checkbox input:checked + label::before,
form .input.multiCheckbox .radio input:checked + label::before,
form .input.radio .checkbox input:checked + label::before,
form .input.radio .radio input:checked + label::before {
  border-color: #e73e3a;
}
form .input.multiCheckbox .checkbox input:checked + label::after,
form .input.multiCheckbox .radio input:checked + label::after,
form .input.radio .checkbox input:checked + label::after,
form .input.radio .radio input:checked + label::after {
  opacity: 1;
  background-color: #e73e3a;
  border-color: #e73e3a;
}
form .input.multiCheckbox .radio label::before, form .input.multiCheckbox .radio label::after,
form .input.radio .radio label::before,
form .input.radio .radio label::after {
  border-radius: 100%;
}
form .input.upload .form-button-upload {
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
  background-color: #1b252c;
  color: #fff;
}
form .input.upload .form-button-upload--short {
  min-width: auto;
}
form .input.upload .form-button-upload:hover {
  background-color: #1b252c;
  color: #fff;
}
form .input.upload .form-button-upload:hover {
  background-color: #e73e3a;
  border-color: #e73e3a;
}
form input:not([type=checkbox]):not([type=radio]),
form select,
form textarea {
  margin-top: 0.2777777778rem;
}
form button {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
}
form button--short {
  min-width: auto;
}
form button:hover {
  background-color: #1b252c;
  color: #fff;
}
form button:hover {
  background-color: transparent;
  border-color: #e73e3a;
  color: #e73e3a;
}
form .form-fields > div {
  margin-bottom: 1.3888888889rem;
}
form .form-fields > div label {
  font-size: 1.1111111111rem;
}
@media (max-width: 520px) {
  form .form-fields > div label {
    font-size: 1.3333333333rem;
  }
}
form .form-fields > div label.error {
  color: #c1101f;
  font-size: 0.7777777778rem;
}
@media (max-width: 520px) {
  form .form-fields > div label.error {
    font-size: 1.1111111111rem;
  }
}
form .input.checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
form .input.checkbox label::before, form .input.checkbox label::after {
  content: "";
  display: block;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  border: 1px solid #1b252c;
  flex: 0 0 2.2222222222rem;
}
form .input.checkbox label::after {
  position: absolute;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  background-color: #1b252c;
  left: 0.2777777778rem;
  opacity: 0;
  transition: all 0.3s;
}
form .input.checkbox label:hover::after {
  opacity: 1;
}
form .input.checkbox input {
  display: none;
}
form .input.checkbox input:checked + label::before {
  border-color: #e73e3a;
}
form .input.checkbox input:checked + label::after {
  opacity: 1;
  background-color: #e73e3a;
  border-color: #e73e3a;
}
form .form-mandatory-text {
  font-size: 0.7777777778rem;
}
@media (max-width: 520px) {
  form .form-mandatory-text {
    font-size: 1.1111111111rem;
  }
}
form .recaptcha-containter {
  margin: 0.8333333333rem 0;
}

.form-response-success {
  background: rgba(54, 186, 51, 0.1);
  border: 1px solid #36ba33;
  padding: 1rem;
  color: #36ba33;
}

/* -------------------------------------------------------------------------
 * HEADINGS
 *
 * Define some minimal heading styles
 *
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

[class^=icon-] {
  position: relative;
  top: 0.13em;
}

img {
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
  max-width: 100%; /* [1] */
}

a {
  transition: all 0.5s;
  color: #e73e3a;
  text-decoration: none;
  transition: all 0.5s;
}
@media (min-width: 800px) {
  a:hover {
    color: #1b252c;
  }
}

a, button {
  cursor: pointer;
  transition: all 0.5s;
}

.logo-svg g {
  animation: glitch 4s linear infinite;
  transform-origin: 50% 50%;
}
.logo-svg.logo-svg-v2 g {
  animation: glitch2 3s linear infinite;
  animation-delay: 5s;
  transform-origin: 50% 50%;
}

@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes glitch2 {
  1% {
    transform: rotateX(-15deg) skewX(-115deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
/*body {
    position: relative;
    overflow: hidden;
    cursor: none;
}*/
.cursor,
.cursor-follower {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: -5rem;
  z-index: 999;
  top: 0;
  pointer-events: none; /* Very important to prevent the follower from messing up with the mouse move */
  transition: opacity 0.2s ease-in-out;
  background-color: #e73e3a;
  will-change: transform;
  transform: translate(1px, 1px);
}

.cursor-follower {
  width: 2rem;
  height: 2rem;
  border: 1px solid #e73e3a;
  background: transparent;
  transform: none;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}

p + p {
  margin-top: 0.7em;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #e73e3a;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 10px !important;
}

body {
  scrollbar-color: #e73e3a !important;
  scrollbar-width: 10px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #e73e3a;
  outline: none;
}

[v-cloak] {
  display: none;
}

table {
  width: 100%; /* [1] */
}

/* ==========================================================================
  * HELPERS
  * Helpers
  ========================================================================== */
#to-top {
  position: fixed;
  bottom: 3.8888888889rem;
  right: 40px;
  background-color: #fff;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  opacity: 0;
  color: #1b252c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0px 2px 4px rgba(225, 225, 225, 0.5);
  font-size: 0.8888888889rem;
  padding-bottom: 0.1111111111rem;
}
#to-top.top-visible {
  opacity: 1;
}
#to-top.top-visible:hover {
  background-color: #e73e3a;
  color: #fff;
}

.o-btn-primary {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
}
.o-btn-primary--short {
  min-width: auto;
}
.o-btn-primary:hover {
  background-color: #1b252c;
  color: #fff;
}

.o-btn-secondary {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: #1b252c;
}
.o-btn-secondary--short {
  min-width: auto;
}
.o-btn-secondary:hover {
  background-color: #1b252c;
  color: #fff;
}
.o-btn-secondary:hover {
  background-color: #fff;
  color: #1b252c;
}
.o-btn-secondary small {
  letter-spacing: normal;
}

.o-btn-terciary {
  display: inline-block;
  transition: all 0.5s;
  color: #e73e3a;
}
@media (min-width: 800px) {
  .o-btn-terciary:hover {
    color: #1b252c;
  }
}
.o-btn-terciary:before {
  content: "—";
  margin-right: 0.4em;
}

.o-hover-black {
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .o-hover-black:hover {
    color: #e73e3a;
  }
}

.o-text-h1 {
  font-size: 3.3333333333rem;
  line-height: 1.08;
  font-weight: 700;
}

.o-text-h2 {
  font-size: 2.7777777778rem;
  line-height: 1.08;
  font-weight: 700;
}

.o-text-h3 {
  font-size: 1.9444444444rem;
  line-height: 1.2;
  font-weight: bold;
}

.o-text-h4 {
  font-size: 1.2222222222rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.o-text-h5 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
}

.o-text-h6 {
  font-size: 1.1111111111rem;
  font-weight: 300;
}

.o-text-h7 {
  font-size: 0.6666666667rem;
  font-weight: 300;
}

.o-text-p {
  font-size: 1rem;
  line-height: 1.4;
}

.o-text-h1--primary {
  color: #e73e3a;
}

.o-text-h2--primary {
  color: #e73e3a;
}

.o-text-h3--primary {
  color: #e73e3a;
}

.o-text-h3b--primary {
  color: #e73e3a;
}

.o-text-h4--primary {
  color: #e73e3a;
}

.o-text-h5--primary {
  color: #e73e3a;
}

.o-text-h6--primary {
  color: #e73e3a;
}

.o-text-h7--primary {
  color: #e73e3a;
}

.o-text-p--primary {
  color: #e73e3a;
}

.o-text-s--primary {
  color: #e73e3a;
}

.o-text-xs--primary {
  color: #e73e3a;
}

.o-text-h1--black {
  color: #1b252c;
}

.o-text-h2--black {
  color: #1b252c;
}

.o-text-h3--black {
  color: #1b252c;
}

.o-text-h3b--black {
  color: #1b252c;
}

.o-text-h4--black {
  color: #1b252c;
}

.o-text-h5--black {
  color: #1b252c;
}

.o-text-h6--black {
  color: #1b252c;
}

.o-text-h7--black {
  color: #1b252c;
}

.o-text-p--black {
  color: #1b252c;
}

.o-text-s--black {
  color: #1b252c;
}

.o-text-xs--black {
  color: #1b252c;
}

.o-text-h1--white {
  color: #fff;
}

.o-text-h2--white {
  color: #fff;
}

.o-text-h3--white {
  color: #fff;
}

.o-text-h3b--white {
  color: #fff;
}

.o-text-h4--white {
  color: #fff;
}

.o-text-h5--white {
  color: #fff;
}

.o-text-h6--white {
  color: #fff;
}

.o-text-h7--white {
  color: #fff;
}

.o-text-p--white {
  color: #fff;
}

.o-text-s--white {
  color: #fff;
}

.o-text-xs--white {
  color: #fff;
}

.o-text-h1--grey {
  color: #bdb3a9;
}

.o-text-h2--grey {
  color: #bdb3a9;
}

.o-text-h3--grey {
  color: #bdb3a9;
}

.o-text-h3b--grey {
  color: #bdb3a9;
}

.o-text-h4--grey {
  color: #bdb3a9;
}

.o-text-h5--grey {
  color: #bdb3a9;
}

.o-text-h6--grey {
  color: #bdb3a9;
}

.o-text-h7--grey {
  color: #bdb3a9;
}

.o-text-p--grey {
  color: #bdb3a9;
}

.o-text-s--grey {
  color: #bdb3a9;
}

.o-text-xs--grey {
  color: #bdb3a9;
}

.o-text-h1--grey2 {
  color: #918477;
}

.o-text-h2--grey2 {
  color: #918477;
}

.o-text-h3--grey2 {
  color: #918477;
}

.o-text-h3b--grey2 {
  color: #918477;
}

.o-text-h4--grey2 {
  color: #918477;
}

.o-text-h5--grey2 {
  color: #918477;
}

.o-text-h6--grey2 {
  color: #918477;
}

.o-text-h7--grey2 {
  color: #918477;
}

.o-text-p--grey2 {
  color: #918477;
}

.o-text-s--grey2 {
  color: #918477;
}

.o-text-xs--grey2 {
  color: #918477;
}

.o-text-h1--background {
  color: #d8d8d8;
}

.o-text-h2--background {
  color: #d8d8d8;
}

.o-text-h3--background {
  color: #d8d8d8;
}

.o-text-h3b--background {
  color: #d8d8d8;
}

.o-text-h4--background {
  color: #d8d8d8;
}

.o-text-h5--background {
  color: #d8d8d8;
}

.o-text-h6--background {
  color: #d8d8d8;
}

.o-text-h7--background {
  color: #d8d8d8;
}

.o-text-p--background {
  color: #d8d8d8;
}

.o-text-s--background {
  color: #d8d8d8;
}

.o-text-xs--background {
  color: #d8d8d8;
}

.o-text-h1--border {
  color: #d8d8d8;
}

.o-text-h2--border {
  color: #d8d8d8;
}

.o-text-h3--border {
  color: #d8d8d8;
}

.o-text-h3b--border {
  color: #d8d8d8;
}

.o-text-h4--border {
  color: #d8d8d8;
}

.o-text-h5--border {
  color: #d8d8d8;
}

.o-text-h6--border {
  color: #d8d8d8;
}

.o-text-h7--border {
  color: #d8d8d8;
}

.o-text-p--border {
  color: #d8d8d8;
}

.o-text-s--border {
  color: #d8d8d8;
}

.o-text-xs--border {
  color: #d8d8d8;
}

.o-text-h1--state-success {
  color: #36ba33;
}

.o-text-h2--state-success {
  color: #36ba33;
}

.o-text-h3--state-success {
  color: #36ba33;
}

.o-text-h3b--state-success {
  color: #36ba33;
}

.o-text-h4--state-success {
  color: #36ba33;
}

.o-text-h5--state-success {
  color: #36ba33;
}

.o-text-h6--state-success {
  color: #36ba33;
}

.o-text-h7--state-success {
  color: #36ba33;
}

.o-text-p--state-success {
  color: #36ba33;
}

.o-text-s--state-success {
  color: #36ba33;
}

.o-text-xs--state-success {
  color: #36ba33;
}

.o-text-h1--state-info {
  color: #20a0de;
}

.o-text-h2--state-info {
  color: #20a0de;
}

.o-text-h3--state-info {
  color: #20a0de;
}

.o-text-h3b--state-info {
  color: #20a0de;
}

.o-text-h4--state-info {
  color: #20a0de;
}

.o-text-h5--state-info {
  color: #20a0de;
}

.o-text-h6--state-info {
  color: #20a0de;
}

.o-text-h7--state-info {
  color: #20a0de;
}

.o-text-p--state-info {
  color: #20a0de;
}

.o-text-s--state-info {
  color: #20a0de;
}

.o-text-xs--state-info {
  color: #20a0de;
}

.o-text-h1--state-warning {
  color: #f99500;
}

.o-text-h2--state-warning {
  color: #f99500;
}

.o-text-h3--state-warning {
  color: #f99500;
}

.o-text-h3b--state-warning {
  color: #f99500;
}

.o-text-h4--state-warning {
  color: #f99500;
}

.o-text-h5--state-warning {
  color: #f99500;
}

.o-text-h6--state-warning {
  color: #f99500;
}

.o-text-h7--state-warning {
  color: #f99500;
}

.o-text-p--state-warning {
  color: #f99500;
}

.o-text-s--state-warning {
  color: #f99500;
}

.o-text-xs--state-warning {
  color: #f99500;
}

.o-text-h1--state-danger {
  color: #c1101f;
}

.o-text-h2--state-danger {
  color: #c1101f;
}

.o-text-h3--state-danger {
  color: #c1101f;
}

.o-text-h3b--state-danger {
  color: #c1101f;
}

.o-text-h4--state-danger {
  color: #c1101f;
}

.o-text-h5--state-danger {
  color: #c1101f;
}

.o-text-h6--state-danger {
  color: #c1101f;
}

.o-text-h7--state-danger {
  color: #c1101f;
}

.o-text-p--state-danger {
  color: #c1101f;
}

.o-text-s--state-danger {
  color: #c1101f;
}

.o-text-xs--state-danger {
  color: #c1101f;
}

.o-heading-2 {
  font-size: 2.7777777778rem;
  line-height: 1.08;
  font-weight: 700;
  padding-bottom: 0.8em;
  color: #e73e3a;
}

.o-heading-3 {
  font-size: 1.9444444444rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #e73e3a;
  padding-bottom: 0.5em;
  color: #e73e3a;
}

.o-heading-3-b {
  font-size: 1.9444444444rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #e73e3a;
  padding-bottom: 0.5em;
  color: #e73e3a;
  border-bottom: none;
}

.o-heading-4 {
  font-size: 1.2222222222rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
.o-heading-4:before {
  content: "";
  width: 3.3333333333rem;
  height: 1px;
  background-color: #e73e3a;
  margin-right: 1em;
}

.o-heading-5 {
  font-size: 1.2222222222rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #1b252c;
  padding-bottom: 0.5em;
}

.o-heading-5-b {
  font-size: 1.2222222222rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #1b252c;
  padding-bottom: 0.5em;
  border-bottom: none;
}

.o-heading-6 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  border-bottom: 1px solid #1b252c;
  padding-bottom: 0.5em;
}

.o-heading-6-b {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
  border-bottom: 1px solid #1b252c;
  padding-bottom: 0.5em;
  border-bottom: none;
}

/* ==========================================================================
  * GOOBAL COMPONENTS
  * Componentes del web
  ========================================================================== */
/* ==========================================================================
  * COMPONENTS
  * Componentes del web
  ========================================================================== */
.c-concepts {
  grid-column: span 9;
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  gap: 1.6666666667rem;
}
@media (max-width: 520px) {
  .c-concepts {
    grid-template-columns: 1fr;
  }
}

.c-concept {
  counter-increment: css-counter 1;
  grid-column: 1/span 1;
  font-size: 1.3333333333rem;
}
.c-concept::before {
  content: counter(css-counter, decimal-leading-zero);
  color: #e73e3a;
  display: inline-block;
  margin-bottom: 0.8333333333rem;
  font-size: 1.1111111111rem;
  letter-spacing: 5px;
}

.c-concept:nth-child(even) {
  grid-column: 3/span 1;
}
@media (max-width: 520px) {
  .c-concept:nth-child(even) {
    grid-column: 1/span 1;
  }
}

.c-contact {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 1.6666666667rem;
}
@media (max-width: 520px) {
  .c-contact {
    display: flex;
    flex-direction: column;
  }
}
.c-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  top: auto;
  bottom: 0px;
  box-sizing: border-box;
  bottom: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100vw - 50px);
  padding: 30px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  max-width: 430px;
  right: 30px;
  bottom: 30px;
  left: auto;
}
#tarteaucitronRoot #tarteaucitronAlertBig[style="display: block;"] {
  display: flex !important;
}
@media (max-width: 520px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    top: 50%;
    left: 25px;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig a {
  color: #1b252c;
  text-decoration: underline;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  flex-basis: 100%;
  margin-bottom: 10px;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  color: #1b252c !important;
  font-family: v-font(primary) !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert:before {
  content: "Cookies";
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronDenyAll,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  font-family: v-font(primary) !important;
  background: #1b252c;
  color: #fff;
  min-height: 50px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  box-sizing: border-box !important;
  transition: all 0.5s;
}
@media (max-width: 520px) {
  #tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronDenyAll,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
    height: auto;
  }
}
#tarteaucitron #tarteaucitronPrivacyUrl:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronDenyAll:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  opacity: 0.8;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronDenyAll {
  width: 100%;
  max-width: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
}

#tarteaucitronPersonalize {
  margin-left: 0 !important;
}

#tarteaucitronCloseAlert {
  background-color: rgba(27, 37, 44, 0.4) !important;
  width: 100%;
  flex-basis: 100%;
  margin-left: 0;
}

#tarteaucitronPercentage {
  display: none !important;
}

.c-delegation {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  gap: 0;
}
.c-delegation.-bg-black {
  background-color: #1b252c;
}
.c-delegation.-bg-black img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 800px) {
  .c-delegation {
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
  }
}
.c-delegation a {
  transition: all 0.5s;
  color: #fff;
}
@media (min-width: 800px) {
  .c-delegation a:hover {
    color: #e73e3a;
  }
}
@media (max-width: 800px) {
  .c-delegation.c-slider__content__item > img {
    object-fit: initial;
    height: initial;
  }
}
.c-delegation__data {
  padding: 1.6666666667rem;
  padding-top: 3.8888888889rem;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-delegation__data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .c-delegation__data {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .c-delegation:not(.-always-info) .c-delegation__address,
.c-delegation:not(.-always-info) .c-delegation__phones,
.c-delegation:not(.-always-info) .c-delegation__horary {
    display: none;
  }
}
.c-delegation__city {
  font-size: 2.2222222222rem;
}

.c-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: initial;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .c-features {
    grid-template-columns: 1fr;
  }
}
.c-paragraph + .c-features {
  margin-top: 3.8888888889rem;
}

.c-feature {
  display: grid;
  grid-template-columns: 3.3333333333rem auto;
  grid-template-rows: min-content auto;
  gap: 1.6666666667rem;
  gap: 0.8333333333rem 1.6666666667rem;
}
.c-feature__icon {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  height: 3.3333333333rem;
  width: 3.3333333333rem;
}
.c-feature__icon i {
  font-size: 3.3333333333rem;
  margin-top: -0.8333333333rem;
  display: inline-block;
}
.c-feature__title {
  align-self: end;
  font-size: 1.9444444444rem;
  line-height: 1;
}
.c-feature__description {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
.c-feature.c-feature--whithout-icon {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 3.3333333333rem auto;
  gap: 1.6666666667rem;
}
.c-feature.c-feature--whithout-icon .c-feature__description {
  grid-column: 1/span 1;
}

.c-footer {
  margin-top: 5.5555555556rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 520px) {
  .c-footer {
    margin-top: 2.2222222222rem;
  }
}
.c-footer a {
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .c-footer a:hover {
    color: #e73e3a;
  }
}
.c-footer > .container {
  display: grid;
  grid-template-columns: 2fr 1fr 9fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  row-gap: 0;
}
@media (max-width: 800px) {
  .c-footer > .container {
    grid-template-columns: 1fr;
    row-gap: 1.6666666667rem;
  }
}
.c-footer__logo {
  position: relative;
  top: 1.3333333333rem;
  width: 80%;
}
@media (max-width: 800px) {
  .c-footer__logo {
    position: initial;
    max-width: 11.1111111111rem;
  }
}
.c-footer__content {
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-footer__content {
    grid-template-columns: 1fr;
    grid-column: 1/span 1;
    grid-row: initial;
  }
}
.c-footer__content__data__address {
  margin-bottom: 1.1111111111rem;
}
.c-footer__content__data__map {
  margin-top: 1.1111111111rem;
}
.c-footer__content__column {
  border-top: 1px solid #1b252c;
  padding-top: 1.1111111111rem;
  padding-bottom: 1.1111111111rem;
}
.c-footer__content__column-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
}
@media (max-width: 520px) {
  .c-footer__content__column-left {
    grid-template-columns: 1fr;
  }
}
.c-footer__content__column-left .c-footer__content__data__map-link {
  text-decoration: underline;
}
.c-footer__content__column-right {
  text-align: right;
  font-size: 0.7777777778rem;
}
@media (max-width: 800px) {
  .c-footer__content__column-right {
    display: none;
  }
}
.c-footer__content__column-right .c-nav-bottom li {
  display: block;
  margin-bottom: 0.5555555556rem;
}
.c-footer__content__column-right .c-nav-bottom li a {
  text-decoration: underline;
}
.c-footer .c-navservices > ul > li {
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.c-footer .c-navservices > ul > li > ul {
  display: none;
}
.c-footer .c-navservices > ul > li > a {
  display: flex;
  align-items: center;
}
.c-footer .c-navservices > ul > li > a::before {
  font-family: "vicuna";
  content: "i";
  position: relative;
  font-size: 0.8888888889rem;
  margin-right: 0.3888888889rem;
}
.c-footer .c-navservices > ul > li > a:hover::before {
  animation: arrow 1s ease-in-out;
}
.c-footer__icons {
  max-width: 100%;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
@media (max-width: 520px) {
  .c-footer__icons {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
.c-footer__icons div {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-footer__icons div img {
  max-width: 100%;
  width: 11.1111111111rem;
}
@media (max-width: 800px) {
  .c-footer__icons div {
    gap: 0.5rem;
  }
  .c-footer__icons div img {
    max-width: 50%;
    width: 30%;
  }
}
.c-footer__icons p {
  font-size: 0.7777777778rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .c-footer__icons p {
    font-size: 0.7777777778rem;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media (min-aspect-ratio: 16/10) {
  .c-gallery {
    width: 140vh;
  }
}
.c-gallery__description {
  padding-top: 3.5rem;
  padding-bottom: 5.8333333333rem;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  gap: 0;
}
@media (max-width: 520px) {
  .c-gallery__description {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
@media (max-width: 800px) {
  .c-gallery__description {
    grid-template-columns: 1fr;
    gap: 1.6666666667rem;
  }
}
.c-gallery__description.-red {
  background-color: #e73e3a;
  color: #fff;
}
.c-gallery__description.-black {
  background-color: #1b252c;
  color: #fff;
}
.c-gallery__description__title {
  text-transform: uppercase;
}
.c-gallery__description__text {
  font-size: 1.2222222222rem;
}

.c-header-block {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  display: grid;
  grid-template-rows: 1fr auto 6.6666666667rem;
  grid-auto-rows: 4.4444444444rem;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-header-block {
    margin-top: -14.4444444444rem;
  }
}
@media (max-width: 800px) {
  .c-header-block {
    height: auto;
  }
}
@media (max-width: 520px) {
  .c-header-block {
    grid-auto-rows: initial;
  }
}
.c-header-block__video {
  grid-row: 1/4;
  grid-column: 1/2;
  background-size: cover;
  background-position: center center;
}
.c-header-block__text {
  grid-row: 2/3;
  grid-column: 1/2;
  position: relative;
}
.c-edition-header--view .c-header-block__text {
  margin-bottom: 3.3333333333rem;
}
@media (max-width: 520px) {
  .c-header-block__text {
    grid-row: 4/4;
    width: 100%;
    background-color: #1b252c;
    margin-top: -2px;
  }
}
.c-header-block__arrow {
  grid-row: 3/4;
  grid-column: 1/2;
  position: relative;
  justify-self: center;
  justify-items: start;
  transform: translateY(1.1111111111rem);
}
@media (max-width: 520px) {
  .c-header-block__arrow {
    display: none;
  }
}
.c-header-block__arrow button {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  color: #fff;
  font-size: 40px;
  animation: updown 2s infinite;
}
.c-header-block__video {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .c-header-block__video {
    height: auto;
  }
}
.c-edition-header--view .c-header-block__video {
  height: 100vh;
}
.c-header-block__video__sentence {
  position: absolute;
  bottom: 7rem;
  z-index: 1;
  width: 55.5555555556rem;
  max-width: 90%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 800px) {
  .c-header-block__video__sentence {
    display: none;
  }
}
.c-header-block__video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-header-block__video iframe._vertical {
  display: none;
}
@media (orientation: portrait) {
  .c-header-block__video iframe._horizontal {
    display: none;
  }
  .c-header-block__video iframe._vertical {
    display: block;
  }
}
@media (max-width: 800px) {
  .c-header-block__video iframe {
    aspect-ratio: 16/9;
    height: initial;
    min-height: initial;
    min-width: initial;
    position: initial;
    transform: none;
  }
}
.c-header-block__text {
  z-index: 2;
}
.c-header-block__text {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  justify-self: center;
  padding: 1.5em 2em;
}
.c-header-block__title {
  line-height: 1.4;
  font-size: 1.9444444444rem;
  font-weight: 300;
}
@media (max-width: 520px) {
  .c-header-block__title {
    font-size: 1.2222222222rem;
  }
}

.c-lema {
  background-color: #1b252c;
  position: relative;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 520px) {
  .c-lema {
    padding-top: 0;
  }
}
.c-lema::before, .c-lema::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #1b252c;
}
.c-lema::before {
  right: 100%;
  left: initial;
}
.c-lema img {
  width: 60%;
}
@media (max-width: 800px) {
  .c-lema img {
    width: 100%;
  }
}

.c-header {
  display: grid;
  grid-template-columns: 2fr 1fr 9fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 1140px) {
  .c-header {
    grid-template-columns: 2fr 10fr;
  }
}
@media (max-width: 800px) {
  .c-header {
    grid-template-columns: 1fr 1fr;
    padding: 1.6666666667rem 0;
  }
}
.c-header-button {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
  color: #e73e3a;
  border-color: #e73e3a;
  padding: 0.5rem;
  width: 100%;
  text-transform: none;
}
.c-header-button--short {
  min-width: auto;
}
.c-header-button:hover {
  background-color: #1b252c;
  color: #fff;
}
.c-header__logo {
  max-width: 80%;
}
@media (max-width: 800px) {
  .c-header__logo {
    max-width: 16.6666666667rem;
  }
}
.c-header__logo--light {
  display: none;
}
.c-header__navmain {
  grid-column: 3/span 1;
  grid-row: 2/span 1;
}
@media (max-width: 1140px) {
  .c-header__navmain {
    grid-column: 2/span 1;
  }
}
@media (max-width: 800px) {
  .c-header__navmain {
    grid-column: initial;
    grid-row: initial;
    align-self: center;
    justify-self: end;
  }
  .c-header__navmain__mobile-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    aspect-ratio: 1/1;
    transform: scale(0);
    transform-origin: right top;
    transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  }
}
@media (max-width: 800px) {
  .c-header__navmain__content {
    padding: 5.5rem 1.6666666667rem 1.6666666667rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0 !important;
    display: grid !important;
    grid-template-rows: max-content;
    gap: 1.6666666667rem;
    visibility: hidden;
    transition: all 0.1s linear 0s !important;
    overflow: auto;
  }
  .c-header__navmain__content::-webkit-scrollbar {
    width: 0.2777777778rem;
  }
  .c-header__navmain.active-mobile .c-header__navmain__content {
    transition: all 0.2s linear 0.8s !important;
    visibility: initial;
    opacity: 1 !important;
  }
}
.c-header__navmain__content__mobile {
  display: none;
}
@media (max-width: 800px) {
  .c-header__navmain__content__mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.8333333333rem;
  }
}
.c-header__navmain__content__mobile .c-top__langs {
  margin: 0;
}
.c-header__navmain__content__mobile .c-nav-bottom li {
  display: block;
  margin-bottom: 0.8333333333rem;
}
.c-header__navmain__content__mobile .c-nav-bottom li:last-child {
  margin-bottom: 0;
}
.c-header__navmain__content__mobile .c-nav-bottom li a {
  transition: all 0.5s;
  color: #1b252c;
  text-decoration: underline;
  font-size: 0.8888888889rem;
}
@media (min-width: 800px) {
  .c-header__navmain__content__mobile .c-nav-bottom li a:hover {
    color: #e73e3a;
  }
}
.c-header__button a {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
  letter-spacing: 1px;
}
.c-header__button a--short {
  min-width: auto;
}
.c-header__button a:hover {
  background-color: #1b252c;
  color: #fff;
}

header.c-header-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  margin-bottom: 1.6666666667rem;
}
@media (max-width: 800px) {
  header.c-header-wrapper {
    background-color: transparent;
    margin-bottom: 0;
  }
}
header.c-header-wrapper.sticking {
  background-color: #1b252c;
  width: 100%;
  z-index: 9;
}
header.c-header-wrapper.sticking .c-header {
  padding: 0.8333333333rem 0;
  height: initial;
  margin-bottom: 0;
}
header.c-header-wrapper.sticking .c-header__logo img {
  max-height: 85%;
}
header.c-header-wrapper.sticking .c-header__logo--dark {
  display: none;
}
header.c-header-wrapper.sticking .c-header__logo--light {
  display: block;
}
header.c-header-wrapper.sticking .c-header__navmain {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
}
@media (max-width: 1140px) {
  header.c-header-wrapper.sticking .c-header__navmain {
    grid-column: 2/span 1;
  }
}

.c-header__navmain.active-mobile .c-header__navmain__mobile-bg {
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(1);
}

/* Menú haburguesa */
.wrapper-menu {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
  position: relative;
  right: 0;
  z-index: 13;
}
@media (max-width: 800px) {
  .wrapper-menu {
    display: flex;
  }
}
@media (max-width: 520px) {
  .wrapper-menu {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}
.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #e73e3a;
  width: 100%;
  height: 2px;
}
.line-menu.half {
  width: 50%;
}
.line-menu.start {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.open .line-menu.start {
  transform: rotate(90deg) translateX(-0.1666666667rem);
}
.line-menu.end {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.open .line-menu.end {
  transform: rotate(90deg) translateX(0.1666666667rem);
}

.c-intro {
  font-size: 1.6666666667rem;
}

.nav-langs {
  text-transform: uppercase;
}
.nav-langs ul {
  display: flex;
  gap: 1rem;
}
.nav-langs ul .current {
  color: #e73e3a;
}

.c-navmain {
  font-size: 1.1111111111rem;
  margin-bottom: 0.1111111111rem;
}
@media (max-width: 800px) {
  .c-navmain {
    display: grid;
    grid-template-rows: max-content;
  }
}
.c-header-wrapper.sticking .c-navmain {
  display: grid;
  align-items: center;
  height: 100%;
  margin: 0;
}
.c-navmain a {
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .c-navmain a:hover {
    color: #e73e3a;
  }
}
.c-header-wrapper.sticking .c-navmain a {
  transition: all 0.5s;
  color: #fff;
}
@media (min-width: 800px) {
  .c-header-wrapper.sticking .c-navmain a:hover {
    color: #e73e3a;
  }
}
@media (max-width: 800px) {
  .c-header-wrapper.sticking .c-navmain a {
    transition: all 0.5s;
    color: #1b252c;
  }
}
@media (max-width: 800px) and (min-width: 800px) {
  .c-header-wrapper.sticking .c-navmain a:hover {
    color: #e73e3a;
  }
}
.c-navmain > ul {
  display: flex;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-navmain > ul {
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 0;
  }
}
.c-navmain > ul > li {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 800px) {
  .c-navmain > ul > li {
    flex-grow: initial;
    flex-basis: initial;
    width: 100%;
    margin-bottom: 0.8333333333rem;
  }
}
.c-navmain > ul > li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  height: 3px;
  width: 0%;
  background-color: #1b252c;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .c-navmain > ul > li::after {
    display: none;
  }
}
.c-header-wrapper.sticking .c-navmain > ul > li::after {
  background-color: #fff;
}
.c-navmain > ul > li:hover::after {
  width: 100%;
  background-color: #e73e3a;
}
.c-navmain > ul > li > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.5555555556rem;
  padding-bottom: 0.8333333333rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .c-navmain > ul > li > a {
    padding-bottom: 0.2777777778rem;
  }
}
.c-navmain > ul > li > a.has-childrens {
  position: relative;
}
@media (max-width: 800px) {
  .c-navmain > ul > li > a.has-childrens {
    margin-bottom: 0;
  }
}
.c-navmain > ul > li > a.has-childrens::after {
  font-family: "vicuna";
  content: "g";
  font-size: 0.8888888889rem;
}
.c-navmain > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1b252c;
}
.c-header-wrapper.sticking .c-navmain > ul > li > a::before {
  background-color: #fff;
}
@media (max-width: 800px) {
  .c-header-wrapper.sticking .c-navmain > ul > li > a::before {
    background-color: #1b252c;
  }
}
.c-navmain > ul > li > ul {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
.c-header-wrapper.sticking .c-navmain > ul > li > ul {
  background-color: rgba(27, 37, 44, 0.5);
}
@media (max-width: 800px) {
  .c-header-wrapper.sticking .c-navmain > ul > li > ul {
    background-color: transparent;
  }
}
@media (max-width: 800px) {
  .c-navmain > ul > li > ul {
    position: initial;
    background-color: transparent;
    padding-left: 2.7777777778rem;
  }
}
.c-navmain > ul > li > ul a {
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .c-navmain > ul > li > ul a:hover {
    color: #e73e3a;
  }
}
.c-navmain > ul > li > ul a::after {
  content: "";
  display: block;
  background-color: #1b252c;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 3px;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.5s;
}
.c-navmain > ul > li > ul a:hover::after {
  transform: scale(1);
  background-color: #e73e3a;
}
.c-header-wrapper.sticking .c-navmain > ul > li > ul a {
  transition: all 0.5s;
  color: #fff;
}
@media (min-width: 800px) {
  .c-header-wrapper.sticking .c-navmain > ul > li > ul a:hover {
    color: #e73e3a;
  }
}
@media (max-width: 800px) {
  .c-header-wrapper.sticking .c-navmain > ul > li > ul a {
    transition: all 0.5s;
    color: #1b252c;
  }
}
@media (max-width: 800px) and (min-width: 800px) {
  .c-header-wrapper.sticking .c-navmain > ul > li > ul a:hover {
    color: #e73e3a;
  }
}
.c-navmain > ul > li > ul::before, .c-navmain > ul > li > ul::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  width: 100vw;
  width: 0vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 800px) {
  .c-navmain > ul > li > ul::before, .c-navmain > ul > li > ul::after {
    display: none;
  }
}
.c-header-wrapper.sticking .c-navmain > ul > li > ul::before, .c-header-wrapper.sticking .c-navmain > ul > li > ul::after {
  background-color: rgba(27, 37, 44, 0.5);
}
.c-navmain > ul > li > ul::after {
  left: 100%;
}
.c-navmain > ul > li > ul li {
  display: block;
  margin-bottom: 0.7222222222rem;
}
.c-navmain > ul > li > ul li.current a {
  color: #e73e3a !important;
}
.c-navmain > ul > li > ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .c-navmain > ul > li > ul li {
    margin-bottom: 0.8333333333rem;
  }
}
.c-navmain > ul > li.has-li-childrens:hover ul {
  max-height: 100vh;
  overflow: initial;
  padding-top: 0.8333333333rem;
  padding-bottom: 0.8333333333rem;
  transition: all 0.3s;
  width: 100%;
}
.c-navmain > ul > li.has-li-childrens:hover ul::before, .c-navmain > ul > li.has-li-childrens:hover ul::after {
  transition: all 0.4s;
  transition-delay: 0.2s;
  width: 100vw;
}
.c-navmain > ul > li.has-li-childrens:not(:hover) ul {
  transition: all 0.1s;
}
.c-navmain > ul > li.has-li-childrens:not(:hover) ul::before, .c-navmain > ul > li.has-li-childrens:not(:hover) ul::after {
  transition: all 0.3s;
  transition-delay: 0;
}
@media (max-width: 800px) {
  .c-navmain > ul > li.cname-customized-solution {
    display: none;
  }
}
.c-navmain > ul > li.cname-customized-solution::after {
  background-color: #e73e3a !important;
}
.c-navmain > ul > li.cname-customized-solution a {
  color: #e73e3a !important;
}
.c-navmain > ul > li.cname-customized-solution a::before {
  background-color: #e73e3a !important;
}
.c-navmain > ul > li.cname-customized-solution a.has-childrens::after {
  color: #e73e3a !important;
}
.c-navmain > ul > li.current::after {
  width: 100%;
}
.c-navmain > ul + ul {
  display: none;
}
@media (max-width: 800px) {
  .c-navmain > ul + ul {
    display: flex;
  }
}

.c-navlangs {
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  z-index: 999999;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.c-navlangs:after {
  font-family: "vicuna";
  content: "g";
  font-size: 0.6666666667rem;
  margin-left: 1.1111111111rem;
}
@media (max-width: 520px) {
  .c-navlangs:after {
    transform: translateY(25%);
    margin-left: 0.5555555556rem;
    margin-top: -6px;
  }
}
.c-navlangs > span {
  text-transform: uppercase;
}
.c-navlangs > span:after {
  margin-left: 5px;
}
.c-navlangs ul {
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 1.6666666667rem;
  z-index: 9999;
  width: calc(100% + 2px);
}
.c-navlangs ul li {
  display: block;
}
.c-navlangs ul li a {
  padding-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
.c-navlangs:hover ul {
  display: block;
}

.c-paragraph {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 1.6666666667rem;
}
.c-paragraph--vertical {
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.c-paragraph.mb-0 {
  margin-bottom: 0;
}
.c-paragraph__antetitle {
  color: #e73e3a;
  text-transform: uppercase;
  font-size: 1rem;
  padding-top: 0.2rem;
  letter-spacing: 5px;
}
.c-paragraph__content {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 1.6666666667rem;
}
.c-paragraph__content.-no-grid {
  display: block;
}
.c-paragraph__title {
  font-size: 2.7777777778rem;
  font-weight: 600;
  grid-column: span 6;
  line-height: 1.25;
  margin-bottom: 3.3333333333rem;
}
.c-paragraph__title-3 {
  grid-column: span 3;
}
.c-paragraph__title-4 {
  grid-column: span 2;
}
.c-paragraph__title-5 {
  grid-column: span 5;
}
@media (max-width: 800px) {
  .c-paragraph__title {
    grid-column: span 9;
  }
}
@media (max-width: 800px) {
  .c-paragraph {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.row.row-pos-0.r-phototext:first-child {
  margin-top: -14.4444444444rem;
  /* Zoom */
}
@media (max-width: 800px) {
  .row.row-pos-0.r-phototext:first-child {
    margin-top: 0;
  }
}
div.container.main div.c-subnav + div.row .row.row-pos-0.r-phototext:first-child {
  margin-top: 0;
}
@media (min-width: 520px) {
  .row.row-pos-0.r-phototext:first-child .c-phototext__image img {
    max-height: 80vh;
  }
  div.container.main div.c-subnav + div.row .row.row-pos-0.r-phototext:first-child .c-phototext__image img {
    max-height: initial;
  }
}
.row.row-pos-0.r-phototext:first-child .c-phototext__video::before {
  max-height: 80vh;
}
div.container.main div.c-subnav + div.row .row.row-pos-0.r-phototext:first-child .c-phototext__video::before {
  max-height: initial;
}
.row.row-pos-0.r-phototext:first-child .c-phototext__image img {
  animation: zoom 20s linear;
  transform: scale(1.1) translateX(15px);
}
div.container.main div.c-subnav + div.row .row.row-pos-0.r-phototext:first-child .c-phototext__image img {
  transform: none;
  animation: none;
}

@keyframes zoom {
  0% {
    transform: scale(1) translateX(0px);
  }
  100% {
    transform: scale(1.1) translateX(15px);
  }
}
.c-phototext__content {
  margin: 3.3333333333rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 520px) {
  .c-phototext__content {
    margin: 1.6666666667rem;
  }
}
.c-phototext__content__title {
  margin-bottom: 1.3888888889rem;
  font-size: 2.7777777778rem;
  line-height: 1.25;
}
.c-phototext__content__text {
  margin-top: 1.3888888889rem;
  margin-bottom: 1.3888888889rem;
}
.c-phototext__content__links {
  margin-top: 1.3888888889rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8333333333rem;
}
.c-phototext__content__button {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
  background-color: transparent;
}
.c-phototext__content__button--short {
  min-width: auto;
}
.c-phototext__content__button:hover {
  background-color: #1b252c;
  color: #fff;
}
@media (max-width: 520px) {
  .c-phototext__content {
    order: 2;
  }
}
.c-phototext__image {
  position: relative;
  overflow: hidden;
}
.c-phototext__image img {
  object-fit: cover;
}
@media (min-width: 800px) {
  .c-phototext__image img {
    position: absolute;
  }
}
@media (min-width: 520px) {
  .c-phototext__image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 520px) {
  .c-phototext__image img {
    width: 100vw;
    aspect-ratio: 4/3;
  }
}
.c-phototext__video {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-phototext__video::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
}
.c-phototext__video iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-phototext--color-white {
  background-color: #fff;
}
.c-phototext--color-red {
  background-color: #e73e3a;
  color: #fff;
}
.c-phototext--color-red .c-phototext__content__button {
  color: #fff;
  border-color: #fff;
}
.c-phototext--color-red .c-phototext__content__button:hover {
  background-color: transparent;
  color: #1b252c;
  border-color: #1b252c;
}
.c-phototext--color-black {
  background-color: #1b252c;
  color: #fff;
}
.c-phototext--color-black .c-phototext__content__button {
  color: #fff;
  border-color: #fff;
}
.c-phototext--color-black .c-phototext__content__button:hover {
  color: #e73e3a;
  border-color: #e73e3a;
}
.c-phototext--size-1_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  gap: 0;
  background-color: transparent;
  color: initial;
}
.c-phototext--size-1_1.c-phototext--color-white .c-phototext__content__title {
  background-color: #fff;
  color: #1b252c;
}
.c-phototext--size-1_1.c-phototext--color-red .c-phototext__content__title {
  background-color: #e73e3a;
  color: #fff;
}
.c-phototext--size-1_1.c-phototext--color-black .c-phototext__content__title {
  background-color: #1b252c;
  color: #fff;
}
.c-phototext--size-1_1 .c-phototext__content {
  margin: 0;
  grid-column: 1/span 2 !important;
  grid-row: 2/span 1 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  row-gap: 0;
  margin-top: -8%;
}
@media (max-width: 800px) {
  .c-phototext--size-1_1 .c-phototext__content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.c-phototext--size-1_1 .c-phototext__content__title {
  padding: 3.5rem;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 520px) {
  .c-phototext--size-1_1 .c-phototext__content__title {
    padding-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
  }
}
.c-phototext--size-1_1 .c-phototext__content__text {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  display: flex;
  align-items: flex-end;
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  position: relative;
  top: -2.2222222222rem;
}
@media (max-width: 520px) {
  .c-phototext--size-1_1 .c-phototext__content__text {
    margin-right: 1.6666666667rem;
    margin-left: 1.6666666667rem;
  }
}
@media (max-width: 800px) {
  .c-phototext--size-1_1 .c-phototext__content__text {
    margin-top: 2.7777777778rem;
    margin-bottom: 2.7777777778rem;
    top: 0;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.c-phototext--size-1_1 .c-phototext__content__links {
  grid-column: 2/span 2;
  grid-row: 2/span 1;
  margin: 0 3.3333333333rem;
}
@media (max-width: 800px) {
  .c-phototext--size-1_1 .c-phototext__content__links {
    grid-column: initial;
    grid-row: initial;
    margin: 0;
  }
}
.c-phototext--size-1_1 .c-phototext__content__button {
  transition: background-color 0.5s, color 0.5s;
  max-width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
  border: 1px solid #1b252c;
  color: #1b252c;
  background-color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.2222222222rem;
}
.c-phototext--size-1_1 .c-phototext__content__button--short {
  min-width: auto;
}
.c-phototext--size-1_1 .c-phototext__content__button:hover {
  background-color: #1b252c;
  color: #fff;
}
.c-phototext--size-1_1 .c-phototext__file {
  grid-column: 1/span 2 !important;
  grid-row: 1/span 1;
}
.c-phototext--size-1_1 .c-phototext__file img {
  position: initial;
}
.c-phototext--size-1_1.c-phototext.c-phototext--text-right .c-phototext__content__title {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
@media (max-width: 800px) {
  .c-phototext--size-1_1.c-phototext.c-phototext--text-right .c-phototext__content__title {
    grid-column: 1/span 1;
  }
}
.c-phototext--size-1_1.c-phototext.c-phototext--text-right .c-phototext__content__text {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
.c-phototext--size-1_1.c-phototext.c-phototext--text-right .c-phototext__content__links {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
.c-phototext--size-1_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-phototext--size-1_2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-phototext--size-2_3 {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
  gap: 0.8333333333rem;
}
@media (max-width: 800px) {
  .c-phototext--size-2_3 {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}
.c-phototext--text-right .c-phototext__file {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.c-phototext--text-right .c-phototext__content {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
@media (max-width: 800px) {
  .c-phototext--text-right .c-phototext__content {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.c-phototext--text-right.c-phototext--size-2_3 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: initial;
  gap: 1.6666666667rem;
}
@media (min-width: 520px) {
  .c-phototext.c-phototext--image-height .c-phototext__image img {
    position: relative;
  }
}

.c-sectors {
  grid-column: span 9;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 21.6666666667rem;
  grid-gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-sectors {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
  }
}
@media (max-width: 520px) {
  .c-sectors {
    grid-template-columns: 1fr;
  }
}
.c-sectors.c-sectors--no-scroll {
  grid-auto-flow: initial;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .c-sectors.c-sectors--no-scroll {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-sector {
  background-color: #fff;
  font-size: 1.1111111111rem;
  transition: all 0.5s;
  color: #1b252c;
  overflow: hidden;
}
@media (min-width: 800px) {
  .c-sector:hover {
    color: #e73e3a;
  }
}
@media (max-width: 520px) {
  .c-sector {
    font-size: 1.3333333333rem;
  }
}
.c-sector::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #1b252c;
  transition: all 0.5s;
  transform: translateX(-101%);
  transform-origin: left;
}
.c-sector:hover::after {
  transform: translateX(0%);
  background-color: #e73e3a;
}
.c-sector figure {
  position: relative;
}
.c-sector figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-sector figure figcaption {
  position: absolute;
  bottom: 0;
  left: -1px;
  background-color: #fff;
  width: 87%;
  padding: 1.3888888889rem;
}
.c-sector__subtitle {
  padding: 1.3888888889rem;
}
.c-sector__title strong {
  font-weight: 600;
}

.c-services {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .c-services {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
}
.c-services__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 800px) {
  .c-services__item:nth-child(1) {
    grid-column: span 2;
    grid-row: initial;
  }
}
@media (max-width: 520px) {
  .c-services__item:nth-child(1) {
    grid-column: span 1;
  }
}

.c-services-others {
  margin-top: 1.6666666667rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.7777777778rem, 1fr));
  gap: 1.6666666667rem;
}

.c-service {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-service__image {
  width: 100%;
  height: 100%;
}
.c-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service__title {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4.4444444444rem);
  height: 100%;
  display: flex;
  align-items: flex-end;
  font-size: 1.6666666667rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 1.1111111111rem;
  padding-left: 1.1111111111rem;
}
.c-service__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
  height: 4.1666666667rem;
  width: 4.1666666667rem;
  font-size: 2.7777777778rem;
  background-color: #fff;
  color: #e73e3a;
  font-weight: 300;
  overflow: hidden;
}
.c-service__button span {
  position: relative;
  z-index: 1;
}
.c-service__button::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 100%;
  background-color: #e73e3a;
  width: 101%;
  height: 101%;
  transform-origin: 100%;
}
.c-service::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 100%;
  background-color: rgba(27, 37, 44, 0.6);
  width: 101%;
  height: 101%;
  transform: translate(-m(75px), -m(75px));
}
.c-service:hover .c-service__button {
  transition: all 0.2s;
  color: #fff;
}
.c-service:hover .c-service__button::before {
  transition: all 0.2s;
  transform: translate(-100%, -100%);
}
.c-service:hover a {
  color: #fff;
  position: relative;
  z-index: 9;
}
.c-service:hover::before {
  transition: all 0.3s 0.2s;
  transform: translate(-100%, -100%);
}
.c-service:not(:hover) .c-service__button {
  transition: all 0.3s 0.3s;
}
.c-service:not(:hover) .c-service__button::before {
  transition: all 0.3s 0.3s;
}
.c-service:not(:hover)::before {
  transition: all 0.3s;
}

.c-service-popup {
  position: fixed;
  z-index: 99;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 37, 44, 0.9);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.c-service-popup__close {
  position: fixed;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  right: 3.5rem;
  top: 3rem;
  height: 2.7777777778rem;
  width: 2.7777777778rem;
  background-color: #1b252c;
  color: #fff;
  font-size: 2.2222222222rem;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  transition-delay: 0.5s;
}
.c-service-popup__close:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-service-popup__close::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.c-service-popup__content {
  position: absolute;
  right: 0;
  top: 10rem;
  width: 74rem;
  padding: 4.1666666667rem 5.5555555556rem;
  background-color: #fff;
  transition: all 0.7s;
  transition-delay: 0.8s;
}
@media (max-width: 800px) {
  .c-service-popup__content {
    width: 45rem;
  }
}
@media (max-width: 520px) {
  .c-service-popup__content {
    width: 31rem;
    padding: 2.7777777778rem;
  }
}
.c-service-popup__content__title {
  font-size: 3.3333333333rem;
  font-weight: 600;
}
.c-service-popup__content__summary li {
  font-weight: 600;
}
.c-service-popup__content__photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-service-popup__content__photos {
    grid-template-columns: 1fr;
  }
}
.c-service-popup__content__photos img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-service-popup__content > div {
  margin-top: 3.3333333333rem;
}
.c-service-popup.active {
  visibility: initial;
  opacity: 1;
}
.c-service-popup.active .c-service-popup__close {
  transform: rotate(45deg);
  opacity: 1;
}
.c-service-popup.active .c-service-popup__content {
  opacity: 1;
  transform: translateY(0);
}
.c-service-popup:not(.active) .c-service-popup__close {
  transform: rotate(45deg) translateY(100px);
  opacity: 0;
}
.c-service-popup:not(.active) .c-service-popup__content {
  opacity: 0;
  transform: translateY(100px);
}

.c-slider {
  background-color: #1b252c;
}
@media (min-aspect-ratio: 16/10) {
  .c-slider {
    width: 140vh;
  }
}
.c-slider__arrows {
  position: absolute;
  right: -1px;
  z-index: 1;
  background-color: white;
  width: calc(75% - 0.8333333333rem);
  padding: 0 0 0 0.5555555556rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.8888888889rem;
}
@media (max-width: 520px) {
  .c-slider__arrows {
    position: static;
    width: 100%;
    padding: 0;
  }
}
.c-gallery__description + .c-slider .c-slider__arrows {
  top: -2.7777777778rem;
  height: 5.5555555556rem;
}
.c-slider__arrows i {
  position: relative;
  top: 0.3em;
  font-size: 2.2222222222rem;
  color: #1b252c;
}
.c-slider__arrows i:hover {
  color: #e73e3a;
}
.c-slider__arrows > div {
  margin-top: -0.8333333333rem;
}
.c-slider__arrows__pagination {
  font-size: 1rem;
  color: #e73e3a;
  margin-right: 1.6666666667rem;
}
.c-slider__arrows__pagination.active {
  animation: fade-pagination 0.3s ease-in-out;
}
@media (min-aspect-ratio: 16/10) {
  .c-slider__arrows__pagination {
    margin-right: 0;
  }
}
.c-slider__arrows__button {
  position: initial;
  display: inline-block;
  margin: 0;
  height: auto;
  transform: none;
  background-color: transparent;
  width: 3.8888888889rem;
  opacity: 1;
}
.c-slider__arrows__button.splide__arrow--prev:hover {
  animation: arrow-l 1s ease-in-out;
}
.c-slider__arrows__button.splide__arrow--next:hover {
  animation: arrow-r 1s ease-in-out;
}
.c-slider__content__item {
  text-align: center;
}
.c-slider__content__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}
@media (max-aspect-ratio: 4/3) {
  .c-slider__content__item img {
    aspect-ratio: 4/3;
  }
}

@keyframes arrow-r {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow-l {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fade-pagination {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.c-subnav {
  margin-top: 5rem;
}
@media (max-width: 520px) {
  .c-subnav {
    display: none;
  }
}
.c-subnav__title {
  font-size: 3.3333333333rem;
}
.c-subnav__nav {
  margin-top: 3.3333333333rem;
  margin-left: -3000px;
  margin-right: -3000px;
  padding-left: 3000px;
  padding-right: 3000px;
  border-bottom: 1px solid #e73e3a;
  padding-bottom: 3.3333333333rem;
}
.c-subnav__nav ul {
  display: flex;
  gap: 5rem;
}
.c-subnav__nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .c-subnav__nav ul li a:hover {
    color: #e73e3a;
  }
}
.c-subnav__nav ul li a::after {
  content: "";
  display: block;
  background-color: #1b252c;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 3px;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.5s;
}
.c-subnav__nav ul li a:hover::after {
  transform: scale(1);
  background-color: #e73e3a;
}
.c-subnav__nav ul li a.current {
  color: #e73e3a;
  position: relative;
}
.c-subnav__nav ul li a.current:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.4444444444rem;
  background-color: #e73e3a;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.3888888889rem;
}

.c-tech-slider {
  position: relative;
  margin-bottom: 3.8888888889rem;
}
.c-tech-slider::after {
  content: "";
  position: absolute;
  left: -50vw;
  bottom: -3.8888888889rem;
  width: 200vw;
  height: 1px;
  background-color: #1b252c;
}
.c-tech-slider .splide__pagination {
  bottom: -2.7777777778rem;
  display: flex;
  gap: 7.7777777778rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  counter-reset: ol-counter;
}
.c-tech-slider .splide__pagination > li {
  counter-increment: ol-counter;
  position: relative;
}
.c-tech-slider .splide__pagination > li:after {
  content: "";
  position: absolute;
  top: -1.4166666667rem;
  left: calc(50% - 0.5555555556rem);
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  border: 1px solid #1b252c;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
}
.c-tech-slider .splide__pagination:before {
  width: calc(100% - 5rem);
  content: "";
  border-top: 1px solid #1b252c;
  position: absolute;
  top: -0.8333333333rem;
}
.c-tech-slider .splide__pagination__page {
  width: 40px;
  position: relative;
  z-index: 2;
  background: none;
  opacity: 1;
  text-align: center;
  display: block;
}
.c-tech-slider .splide__pagination__page.is-active {
  transform: none;
}
.c-tech-slider .splide__pagination__page.is-active:after {
  content: "";
  position: absolute;
  top: -1.3333333333rem;
  left: calc(50% - 0.2777777778rem);
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  border: 1px solid #1b252c;
  border-radius: 100%;
  background-color: #fff;
}
.c-tech-slider .splide__pagination__page:before {
  content: "0";
}

.c-block-tech-slider {
  margin-left: -3000px;
  margin-right: -3000px;
  padding-left: 3000px;
  padding-right: 3000px;
  border-bottom: 1px solid #1b252c;
  padding-bottom: 0.8333333333rem;
  margin-bottom: 6.6666666667rem;
}
@media (max-width: 520px) {
  .c-block-tech-slider {
    margin-bottom: 3.3333333333rem;
  }
}

.c-tech-slide {
  position: relative;
}
.c-tech-slide__image {
  position: relative;
  z-index: 1;
  display: flex;
}
.-align-left .c-tech-slide__image {
  justify-content: end;
}
.c-tech-slide__content {
  width: 18.3333333333rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 520px) {
  .c-tech-slide__content {
    position: absolute;
    z-index: 2;
    top: 0;
  }
}
@media (max-width: 520px) {
  .c-tech-slide__content {
    margin-top: 1.6666666667rem;
  }
}
.-align-right .c-tech-slide__content {
  right: 0;
}
.c-tech-slide__content .-title {
  font-size: 1.2222222222rem;
  font-weight: 600;
}
.c-tech-slide__content .-description {
  margin-top: 2em;
  font-size: 1rem;
}

.b-text h1 {
  font-size: 3.3333333333rem;
}
.b-text h2 {
  font-size: 2.7777777778rem;
}
.b-text h3 {
  font-size: 1.9444444444rem;
}
.b-text h4 {
  font-size: 1.2222222222rem;
}
.b-text h5 {
  font-size: 1rem;
}
.b-text h6 {
  font-size: 1.1111111111rem;
}

.c-timelines {
  display: flex;
  gap: 1.6666666667rem;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .c-timelines {
    grid-template-columns: 1fr;
  }
}
.c-timelines__years {
  position: relative;
}
@media (max-width: 800px) {
  .c-timelines__years {
    display: none;
  }
}
.c-timelines__years__animation {
  background-color: purple;
  height: 225px !important;
}
.c-timelines__years__list {
  font-size: 13.8888888889rem;
  font-weight: 600;
}
.c-timelines__years__list li {
  line-height: 1;
  opacity: 0.1;
}
.c-timelines__years__list li.active {
  color: #1b252c;
  opacity: 1;
}
.c-timelines__years__circle {
  position: absolute;
  top: -50%;
  z-index: 1;
  width: calc(var(--scale-px) * 480);
  height: calc(var(--scale-px) * 480);
  margin-left: calc(var(--scale-px) * 166);
}
.c-timelines__years__circle rect {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-property: stroke-dashoffset;
  fill: none;
  stroke: var(--t-circle);
  stroke-width: 1.25;
  stroke-dasharray: 1;
  stroke-dashoffset: 2;
  rx: calc(var(--scale-px) * 240);
  ry: calc(var(--scale-px) * 240);
  opacity: 0.15;
  transform-origin: 50% 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.c-timelines__years__circle rect + rect {
  stroke: #e73e3a;
  stroke-dashoffset: 0.999;
  stroke-dashoffset: 1;
  stroke-width: 0.75;
  opacity: 1;
}
.c-timelines--simple {
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.c-timelines--simple .c-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  width: 100%;
  padding-bottom: 0;
  border: 0 !important;
}
@media (max-width: 800px) {
  .c-timelines--simple .c-timeline {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 1rem;
  }
}
.c-timelines--simple .c-timeline::before {
  content: "";
  position: absolute;
  width: calc(50% - 3.5rem);
  left: 0;
  height: 1px;
  background-color: #d8d8d8;
}
@media (max-width: 800px) {
  .c-timelines--simple .c-timeline::before {
    width: 100%;
  }
}
.c-timelines--simple .c-timeline__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-timelines--simple .c-timeline__data__title {
  font-size: 4.4444444444rem;
  font-weight: 600;
}
.c-timelines--simple .c-timeline__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-timelines--simple .c-timeline__photo img {
  width: 75%;
}
@media (max-width: 800px) {
  .c-timelines--simple .c-timeline__photo img {
    width: 100%;
  }
}
.c-timelines--simple .c-timeline:last-child {
  padding-bottom: 2.2222222222rem;
}
.c-timelines--simple .c-timeline:last-child .c-timeline__data::after {
  content: "";
  position: absolute;
  width: calc(50% - 3.5rem);
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #d8d8d8;
}
@media (max-width: 800px) {
  .c-timelines--simple .c-timeline:last-child .c-timeline__data::after {
    width: 100%;
  }
}

.c-timeline {
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
  border-bottom: 1px solid #d8d8d8;
}
.c-timeline:first-child {
  border-top: 1px solid #d8d8d8;
}
.c-timeline__title {
  color: #e73e3a;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1rem;
}
.c-timeline__description {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.2222222222rem;
}
.c-timeline__photo {
  width: 100%;
}
.c-timeline__photo img {
  width: 100%;
}

:root {
  --c-white: #fff;
  --c-white-rgb: 255, 255, 255;
  --c-red: #ab052d;
  --c-red-rgb: 171, 5, 45;
  --c-red-light: #d00e3d;
  --c-red-light-rgb: 208, 14, 61;
  --c-grey: #394854;
  --c-grey-rgb: 57, 72, 84;
  --c-grey-dark: #2b3944;
  --c-grey-dark-rgb: 43, 57, 68;
  --c-grey-middle: #9099a0;
  --c-grey-middle-rgb: 144, 153, 160;
  --c-grey-light: #aeb8c0;
  --c-grey-light-rgb: 174, 184, 192;
  --c-super-light: #f8f8f9;
  --c-super-light-rgb: 248, 248, 249;
  --c-print: #000;
  --c-print-rgb: 0, 0, 0;
  --c-error: #ab052d;
  --c-error-rgb: 171, 5, 45;
  --scale-px: 1px;
  --scale-rem: 1rem;
  --scale-em: 1em;
  --scale-perc: 1%;
  --spacing: var(--md, calc(var(--scale-px) * 40)) var(--n-md, calc(var(--scale-px) * 20));
  --t-background: var(--c-white);
  --t-background-rgb: var(--c-white-rgb);
  --t-line: rgba(var(--c-grey-rgb), 0.15);
  --t-line-light: rgba(var(--c-grey-rgb), 0.1);
  --t-small: var(--c-grey-middle);
  --t-small-rgb: var(--c-grey-middle-rgb);
  --t-text: var(--c-grey);
  --t-text-rgb: var(--c-grey-rgb);
  --t-heading: var(--c-grey);
  --t-heading-rgb: var(--c-grey-rgb);
  --t-primary: var(--c-red);
  --t-primary-rgb: var(--c-red-rgb);
  --t-secondary: var(--c-grey);
  --t-secondary-rgb: var(--c-grey-rgb);
  --t-background-alt: var(--c-super-light);
  --t-background-alt-rgb: var(--c-super-light-rgb);
  --t-link-normal: var(--c-grey);
  --t-link-normal-rgb: var(--c-grey-rgb);
  --t-link-hover: var(--c-grey);
  --t-link-hover-rgb: var(--c-grey-rgb);
  --t-title: var(--c-red);
  --t-title-rgb: var(--c-red-rgb);
  --t-card-back: var(--c-super-light);
  --t-card-back-rgb: var(--c-super-light-rgb);
  --t-circle: var(--c-grey-dark);
  --t-circle-rgb: var(--c-grey-dark-rgb);
  --t-border: var(--c-grey-light);
  --t-border-rgb: var(--c-grey-light-rgb);
  --t-primary-light: var(--c-red-light);
  --t-primary-light-rgb: var(--c-red-light-rgb);
  --t-invert: var(--c-white);
  --t-invert-rgb: var(--c-white-rgb);
}

.c-top-wrapper {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}
.c-top-wrapper .nav-langs:empty {
  display: none;
}

.c-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 2.7777777778rem;
  gap: 1.6666666667rem;
  font-size: 0.8888888889rem;
}
@media (max-width: 800px) {
  .c-top {
    display: none;
  }
}
.c-top a {
  font-weight: 500;
  transition: all 0.5s;
  color: #1b252c;
}
@media (min-width: 800px) {
  .c-top a:hover {
    color: #e73e3a;
  }
}
.c-top__langs span {
  font-weight: 500;
}
.c-top__nav li {
  margin-right: 1.6666666667rem;
}
.c-top__nav li:last-child {
  margin-right: 0;
}

.c-video {
  display: grid;
  grid-template-columns: 21.1111111111rem 1fr;
  grid-template-areas: "content video";
}
@media (max-width: 1275px) {
  .c-video {
    grid-template-columns: 1fr;
    grid-template-areas: "video" "content";
  }
}
.c-video__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.c-video__video {
  grid-area: video;
}
.c-video__title {
  font-size: 1.2222222222rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-weight: 600;
  position: relative;
}
.c-video__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e73e3a;
}
.c-video__description {
  margin-bottom: 1em;
}
.c-video__time {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .c-video {
    grid-template-columns: 1fr;
    grid-template-areas: "video" "content";
  }
}
@media (min-width: 800px) {
  .c-video.-align-right {
    grid-template-columns: 1fr 21.1111111111rem;
    grid-template-areas: "video content";
  }
  .c-video.-align-right .c-video__time {
    justify-content: initial;
  }
}
.c-video__content {
  padding: 1.6666666667rem;
  box-shadow: 0 2px 4px rgba(225, 225, 225, 0.5);
}
.c-video__content.-bg-black {
  background-color: #1b252c;
  color: #fff;
}
.c-video__content.-bg-red {
  background-color: #e73e3a;
  color: #fff;
}
.c-video__content.-bg-red .c-video__title::after {
  background-color: #1b252c;
}
.c-video__video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-video__video::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
}
@media (max-width: 800px) {
  .c-video__video::before {
    display: none;
  }
}
.c-video__video iframe {
  aspect-ratio: 16/9;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .c-video__video iframe {
    position: initial;
    transform: none;
    height: initial;
    min-width: initial;
    min-height: initial;
  }
}
.c-video__buttons {
  position: absolute;
  right: 1.6666666667rem;
  bottom: 1.6666666667rem;
  color: #fff;
}
@media (max-width: 800px) {
  .c-video__buttons {
    position: initial;
    background-color: #1b252c;
    display: flex;
    justify-content: flex-end;
    gap: 1.6666666667rem;
    margin-top: -7px;
    padding: 0 0.5555555556rem;
  }
}
.c-video__buttons button {
  display: none;
  /*&.-mute,
  &.-unmute {
  }*/
}
.c-video__buttons button.active {
  display: block;
  font-size: max(1.6666666667rem, 30px);
}
@media (max-width: 800px) {
  .c-video__buttons button.active {
    display: inline-block;
  }
}

.c-certificates {
  grid-column: span 9;
  display: grid;
  align-items: start;
  grid-template-columns: 4fr 1fr 4fr;
  gap: 3.3333333333rem 1.6666666667rem;
}
@media (max-width: 800px) {
  .c-certificates {
    grid-template-columns: 1fr 1fr;
    gap: 1.6666666667rem 3.3333333333rem;
  }
}
@media (max-width: 520px) {
  .c-certificates {
    grid-template-columns: 1fr;
    gap: 1.6666666667rem;
  }
}

.c-certificate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  gap: 1rem;
  font-size: 1.3333333333rem;
  cursor: pointer;
  color: #1b252c;
  grid-column: 1/span 1;
}
.c-certificate * {
  transition: all 0.3s;
}
.c-certificate:nth-child(even) {
  grid-column: 3/span 1;
}
@media (max-width: 800px) {
  .c-certificate:nth-child(even) {
    grid-column: initial;
  }
}
.c-certificate:hover {
  color: #e73e3a;
}
.c-certificate__pending {
  color: #e73e3a;
  display: none;
}
.c-certificate__pending.active {
  display: initial;
}
.c-certificate a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1rem;
  color: #1b252c;
}
.c-certificate a:hover {
  color: #e73e3a;
}
.c-certificate img {
  width: 2.3333333333rem;
  height: auto;
}
.c-certificate i {
  font-size: 1.9444444444rem;
}
.c-certificate__description {
  width: 100%;
  font-size: 1rem;
}

.u-color-primary {
  color: #e73e3a;
}

.u-color-black {
  color: #1b252c;
}

.u-color-white {
  color: #fff;
}

.u-color-grey {
  color: #bdb3a9;
}

.u-color-grey2 {
  color: #918477;
}

.u-color-background {
  color: #d8d8d8;
}

.u-color-border {
  color: #d8d8d8;
}

.u-color-state-success {
  color: #36ba33;
}

.u-color-state-info {
  color: #20a0de;
}

.u-color-state-warning {
  color: #f99500;
}

.u-color-state-danger {
  color: #c1101f;
}

.u-bg-primary {
  background-color: #e73e3a;
}

.u-bg-black {
  background-color: #1b252c;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-grey {
  background-color: #bdb3a9;
}

.u-bg-grey2 {
  background-color: #918477;
}

.u-bg-background {
  background-color: #d8d8d8;
}

.u-bg-border {
  background-color: #d8d8d8;
}

.u-bg-state-success {
  background-color: #36ba33;
}

.u-bg-state-info {
  background-color: #20a0de;
}

.u-bg-state-warning {
  background-color: #f99500;
}

.u-bg-state-danger {
  background-color: #c1101f;
}

.d-hide {
  display: none !important;
}
@media (min-width: 370px) {
  body .d-hide\:ss {
    display: none !important;
  }
}
@media (min-width: 520px) {
  body .d-hide\:xs {
    display: none !important;
  }
}
@media (min-width: 778px) {
  body .d-hide\:sm {
    display: none !important;
  }
}
@media (min-width: 800px) {
  body .d-hide\:mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  body .d-hide\:md {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  body .d-hide\:lg {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  body .d-hide\:ipad {
    display: none !important;
  }
}

.d-flex {
  display: flex !important;
}
@media (min-width: 370px) {
  body .d-flex\:ss {
    display: flex !important;
  }
}
@media (min-width: 520px) {
  body .d-flex\:xs {
    display: flex !important;
  }
}
@media (min-width: 778px) {
  body .d-flex\:sm {
    display: flex !important;
  }
}
@media (min-width: 800px) {
  body .d-flex\:mobile {
    display: flex !important;
  }
}
@media (min-width: 960px) {
  body .d-flex\:md {
    display: flex !important;
  }
}
@media (min-width: 1140px) {
  body .d-flex\:lg {
    display: flex !important;
  }
}
@media (min-width: 1366px) {
  body .d-flex\:ipad {
    display: flex !important;
  }
}

.d-block {
  display: block !important;
}
@media (min-width: 370px) {
  body .d-block\:ss {
    display: block !important;
  }
}
@media (min-width: 520px) {
  body .d-block\:xs {
    display: block !important;
  }
}
@media (min-width: 778px) {
  body .d-block\:sm {
    display: block !important;
  }
}
@media (min-width: 800px) {
  body .d-block\:mobile {
    display: block !important;
  }
}
@media (min-width: 960px) {
  body .d-block\:md {
    display: block !important;
  }
}
@media (min-width: 1140px) {
  body .d-block\:lg {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  body .d-block\:ipad {
    display: block !important;
  }
}

@media (max-width: 370px) {
  .hide-ss {
    display: none !important;
  }
}

.show-ss {
  display: none;
}
@media (max-width: 370px) {
  .show-ss {
    display: block;
  }
}

@media (max-width: 520px) {
  .hide-xs {
    display: none !important;
  }
}

.show-xs {
  display: none;
}
@media (max-width: 520px) {
  .show-xs {
    display: block;
  }
}

@media (max-width: 778px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none;
}
@media (max-width: 778px) {
  .show-sm {
    display: block;
  }
}

@media (max-width: 800px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 800px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 960px) {
  .hide-md {
    display: none !important;
  }
}

.show-md {
  display: none;
}
@media (max-width: 960px) {
  .show-md {
    display: block;
  }
}

@media (max-width: 1140px) {
  .hide-lg {
    display: none !important;
  }
}

.show-lg {
  display: none;
}
@media (max-width: 1140px) {
  .show-lg {
    display: block;
  }
}

@media (max-width: 1366px) {
  .hide-ipad {
    display: none !important;
  }
}

.show-ipad {
  display: none;
}
@media (max-width: 1366px) {
  .show-ipad {
    display: block;
  }
}

.hidden {
  display: none !important;
  display: none !important;
}
@media (min-width: 370px) {
  body .hidden\:ss {
    display: none !important;
  }
}
@media (min-width: 520px) {
  body .hidden\:xs {
    display: none !important;
  }
}
@media (min-width: 778px) {
  body .hidden\:sm {
    display: none !important;
  }
}
@media (min-width: 800px) {
  body .hidden\:mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  body .hidden\:md {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  body .hidden\:lg {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  body .hidden\:ipad {
    display: none !important;
  }
}

.block {
  display: block !important;
  display: block !important;
}
@media (min-width: 370px) {
  body .block\:ss {
    display: block !important;
  }
}
@media (min-width: 520px) {
  body .block\:xs {
    display: block !important;
  }
}
@media (min-width: 778px) {
  body .block\:sm {
    display: block !important;
  }
}
@media (min-width: 800px) {
  body .block\:mobile {
    display: block !important;
  }
}
@media (min-width: 960px) {
  body .block\:md {
    display: block !important;
  }
}
@media (min-width: 1140px) {
  body .block\:lg {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  body .block\:ipad {
    display: block !important;
  }
}

.flex {
  display: flex !important;
  display: flex !important;
}
@media (min-width: 370px) {
  body .flex\:ss {
    display: flex !important;
  }
}
@media (min-width: 520px) {
  body .flex\:xs {
    display: flex !important;
  }
}
@media (min-width: 778px) {
  body .flex\:sm {
    display: flex !important;
  }
}
@media (min-width: 800px) {
  body .flex\:mobile {
    display: flex !important;
  }
}
@media (min-width: 960px) {
  body .flex\:md {
    display: flex !important;
  }
}
@media (min-width: 1140px) {
  body .flex\:lg {
    display: flex !important;
  }
}
@media (min-width: 1366px) {
  body .flex\:ipad {
    display: flex !important;
  }
}

.inline-flex {
  display: inline-flex !important;
  display: inline-flex !important;
}
@media (min-width: 370px) {
  body .inline-flex\:ss {
    display: inline-flex !important;
  }
}
@media (min-width: 520px) {
  body .inline-flex\:xs {
    display: inline-flex !important;
  }
}
@media (min-width: 778px) {
  body .inline-flex\:sm {
    display: inline-flex !important;
  }
}
@media (min-width: 800px) {
  body .inline-flex\:mobile {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  body .inline-flex\:md {
    display: inline-flex !important;
  }
}
@media (min-width: 1140px) {
  body .inline-flex\:lg {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  body .inline-flex\:ipad {
    display: inline-flex !important;
  }
}

.u-mt-0 {
  margin-top: 0px;
}
@media (min-width: 370px) {
  body .u-mt-0\:ss {
    margin-top: 0px;
  }
}
@media (min-width: 520px) {
  body .u-mt-0\:xs {
    margin-top: 0px;
  }
}
@media (min-width: 778px) {
  body .u-mt-0\:sm {
    margin-top: 0px;
  }
}
@media (min-width: 800px) {
  body .u-mt-0\:mobile {
    margin-top: 0px;
  }
}
@media (min-width: 960px) {
  body .u-mt-0\:md {
    margin-top: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-mt-0\:lg {
    margin-top: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-mt-0\:ipad {
    margin-top: 0px;
  }
}

.u-mt-1 {
  margin-top: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-mt-1\:ss {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-1\:xs {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-1\:sm {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-1\:mobile {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-1\:md {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-1\:lg {
    margin-top: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-1\:ipad {
    margin-top: 0.8333333333rem;
  }
}

.u-mt-2 {
  margin-top: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mt-2\:ss {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-2\:xs {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-2\:sm {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-2\:mobile {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-2\:md {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-2\:lg {
    margin-top: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-2\:ipad {
    margin-top: 1.6666666667rem;
  }
}

.u-mt-3 {
  margin-top: 2.5rem;
}
@media (min-width: 370px) {
  body .u-mt-3\:ss {
    margin-top: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-3\:xs {
    margin-top: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-3\:sm {
    margin-top: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-3\:mobile {
    margin-top: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-3\:md {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-3\:lg {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-3\:ipad {
    margin-top: 2.5rem;
  }
}

.u-mt-4 {
  margin-top: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mt-4\:ss {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-4\:xs {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-4\:sm {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-4\:mobile {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-4\:md {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-4\:lg {
    margin-top: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-4\:ipad {
    margin-top: 3.3333333333rem;
  }
}

.u-mt-5 {
  margin-top: 5rem;
}
@media (min-width: 370px) {
  body .u-mt-5\:ss {
    margin-top: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-5\:xs {
    margin-top: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-5\:sm {
    margin-top: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-5\:mobile {
    margin-top: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-5\:md {
    margin-top: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-5\:lg {
    margin-top: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-5\:ipad {
    margin-top: 5rem;
  }
}

.u-mt-6 {
  margin-top: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mt-6\:ss {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-6\:xs {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-6\:sm {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-6\:mobile {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-6\:md {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-6\:lg {
    margin-top: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-6\:ipad {
    margin-top: 6.6666666667rem;
  }
}

.u-mt-7 {
  margin-top: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mt-7\:ss {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mt-7\:xs {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mt-7\:sm {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mt-7\:mobile {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mt-7\:md {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mt-7\:lg {
    margin-top: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mt-7\:ipad {
    margin-top: 8.3333333333rem;
  }
}

.u-mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 370px) {
  body .u-mb-0\:ss {
    margin-bottom: 0px;
  }
}
@media (min-width: 520px) {
  body .u-mb-0\:xs {
    margin-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .u-mb-0\:sm {
    margin-bottom: 0px;
  }
}
@media (min-width: 800px) {
  body .u-mb-0\:mobile {
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  body .u-mb-0\:md {
    margin-bottom: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-mb-0\:lg {
    margin-bottom: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-mb-0\:ipad {
    margin-bottom: 0px;
  }
}

.u-mb-1 {
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-mb-1\:ss {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-1\:xs {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-1\:sm {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-1\:mobile {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-1\:md {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-1\:lg {
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-1\:ipad {
    margin-bottom: 0.8333333333rem;
  }
}

.u-mb-2 {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mb-2\:ss {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-2\:xs {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-2\:sm {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-2\:mobile {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-2\:md {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-2\:lg {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-2\:ipad {
    margin-bottom: 1.6666666667rem;
  }
}

.u-mb-3 {
  margin-bottom: 2.5rem;
}
@media (min-width: 370px) {
  body .u-mb-3\:ss {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-3\:xs {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-3\:sm {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-3\:mobile {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-3\:md {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-3\:lg {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-3\:ipad {
    margin-bottom: 2.5rem;
  }
}

.u-mb-4 {
  margin-bottom: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mb-4\:ss {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-4\:xs {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-4\:sm {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-4\:mobile {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-4\:md {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-4\:lg {
    margin-bottom: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-4\:ipad {
    margin-bottom: 3.3333333333rem;
  }
}

.u-mb-5 {
  margin-bottom: 5rem;
}
@media (min-width: 370px) {
  body .u-mb-5\:ss {
    margin-bottom: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-5\:xs {
    margin-bottom: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-5\:sm {
    margin-bottom: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-5\:mobile {
    margin-bottom: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-5\:md {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-5\:lg {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-5\:ipad {
    margin-bottom: 5rem;
  }
}

.u-mb-6 {
  margin-bottom: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mb-6\:ss {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-6\:xs {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-6\:sm {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-6\:mobile {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-6\:md {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-6\:lg {
    margin-bottom: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-6\:ipad {
    margin-bottom: 6.6666666667rem;
  }
}

.u-mb-7 {
  margin-bottom: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mb-7\:ss {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mb-7\:xs {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mb-7\:sm {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mb-7\:mobile {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mb-7\:md {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mb-7\:lg {
    margin-bottom: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mb-7\:ipad {
    margin-bottom: 8.3333333333rem;
  }
}

.u-ml-0 {
  margin-left: 0px;
}
@media (min-width: 370px) {
  body .u-ml-0\:ss {
    margin-left: 0px;
  }
}
@media (min-width: 520px) {
  body .u-ml-0\:xs {
    margin-left: 0px;
  }
}
@media (min-width: 778px) {
  body .u-ml-0\:sm {
    margin-left: 0px;
  }
}
@media (min-width: 800px) {
  body .u-ml-0\:mobile {
    margin-left: 0px;
  }
}
@media (min-width: 960px) {
  body .u-ml-0\:md {
    margin-left: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-ml-0\:lg {
    margin-left: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-ml-0\:ipad {
    margin-left: 0px;
  }
}

.u-ml-1 {
  margin-left: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-ml-1\:ss {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-1\:xs {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-1\:sm {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-1\:mobile {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-1\:md {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-1\:lg {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-1\:ipad {
    margin-left: 0.8333333333rem;
  }
}

.u-ml-2 {
  margin-left: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-ml-2\:ss {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-2\:xs {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-2\:sm {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-2\:mobile {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-2\:md {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-2\:lg {
    margin-left: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-2\:ipad {
    margin-left: 1.6666666667rem;
  }
}

.u-ml-3 {
  margin-left: 2.5rem;
}
@media (min-width: 370px) {
  body .u-ml-3\:ss {
    margin-left: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-3\:xs {
    margin-left: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-3\:sm {
    margin-left: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-3\:mobile {
    margin-left: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-3\:md {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-3\:lg {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-3\:ipad {
    margin-left: 2.5rem;
  }
}

.u-ml-4 {
  margin-left: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-ml-4\:ss {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-4\:xs {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-4\:sm {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-4\:mobile {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-4\:md {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-4\:lg {
    margin-left: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-4\:ipad {
    margin-left: 3.3333333333rem;
  }
}

.u-ml-5 {
  margin-left: 5rem;
}
@media (min-width: 370px) {
  body .u-ml-5\:ss {
    margin-left: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-5\:xs {
    margin-left: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-5\:sm {
    margin-left: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-5\:mobile {
    margin-left: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-5\:md {
    margin-left: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-5\:lg {
    margin-left: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-5\:ipad {
    margin-left: 5rem;
  }
}

.u-ml-6 {
  margin-left: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-ml-6\:ss {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-6\:xs {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-6\:sm {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-6\:mobile {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-6\:md {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-6\:lg {
    margin-left: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-6\:ipad {
    margin-left: 6.6666666667rem;
  }
}

.u-ml-7 {
  margin-left: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-ml-7\:ss {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-ml-7\:xs {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-ml-7\:sm {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-ml-7\:mobile {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-ml-7\:md {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-ml-7\:lg {
    margin-left: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-ml-7\:ipad {
    margin-left: 8.3333333333rem;
  }
}

.u-mr-0 {
  margin-right: 0px;
}
@media (min-width: 370px) {
  body .u-mr-0\:ss {
    margin-right: 0px;
  }
}
@media (min-width: 520px) {
  body .u-mr-0\:xs {
    margin-right: 0px;
  }
}
@media (min-width: 778px) {
  body .u-mr-0\:sm {
    margin-right: 0px;
  }
}
@media (min-width: 800px) {
  body .u-mr-0\:mobile {
    margin-right: 0px;
  }
}
@media (min-width: 960px) {
  body .u-mr-0\:md {
    margin-right: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-mr-0\:lg {
    margin-right: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-mr-0\:ipad {
    margin-right: 0px;
  }
}

.u-mr-1 {
  margin-right: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-mr-1\:ss {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-1\:xs {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-1\:sm {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-1\:mobile {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-1\:md {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-1\:lg {
    margin-right: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-1\:ipad {
    margin-right: 0.8333333333rem;
  }
}

.u-mr-2 {
  margin-right: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mr-2\:ss {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-2\:xs {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-2\:sm {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-2\:mobile {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-2\:md {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-2\:lg {
    margin-right: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-2\:ipad {
    margin-right: 1.6666666667rem;
  }
}

.u-mr-3 {
  margin-right: 2.5rem;
}
@media (min-width: 370px) {
  body .u-mr-3\:ss {
    margin-right: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-3\:xs {
    margin-right: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-3\:sm {
    margin-right: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-3\:mobile {
    margin-right: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-3\:md {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-3\:lg {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-3\:ipad {
    margin-right: 2.5rem;
  }
}

.u-mr-4 {
  margin-right: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mr-4\:ss {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-4\:xs {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-4\:sm {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-4\:mobile {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-4\:md {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-4\:lg {
    margin-right: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-4\:ipad {
    margin-right: 3.3333333333rem;
  }
}

.u-mr-5 {
  margin-right: 5rem;
}
@media (min-width: 370px) {
  body .u-mr-5\:ss {
    margin-right: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-5\:xs {
    margin-right: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-5\:sm {
    margin-right: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-5\:mobile {
    margin-right: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-5\:md {
    margin-right: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-5\:lg {
    margin-right: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-5\:ipad {
    margin-right: 5rem;
  }
}

.u-mr-6 {
  margin-right: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-mr-6\:ss {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-6\:xs {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-6\:sm {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-6\:mobile {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-6\:md {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-6\:lg {
    margin-right: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-6\:ipad {
    margin-right: 6.6666666667rem;
  }
}

.u-mr-7 {
  margin-right: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-mr-7\:ss {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-mr-7\:xs {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-mr-7\:sm {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-mr-7\:mobile {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-mr-7\:md {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-mr-7\:lg {
    margin-right: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-mr-7\:ipad {
    margin-right: 8.3333333333rem;
  }
}

.u-pt-0 {
  padding-top: 0px;
}
@media (min-width: 370px) {
  body .u-pt-0\:ss {
    padding-top: 0px;
  }
}
@media (min-width: 520px) {
  body .u-pt-0\:xs {
    padding-top: 0px;
  }
}
@media (min-width: 778px) {
  body .u-pt-0\:sm {
    padding-top: 0px;
  }
}
@media (min-width: 800px) {
  body .u-pt-0\:mobile {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  body .u-pt-0\:md {
    padding-top: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-pt-0\:lg {
    padding-top: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-pt-0\:ipad {
    padding-top: 0px;
  }
}

.u-pt-1 {
  padding-top: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-pt-1\:ss {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-1\:xs {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-1\:sm {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-1\:mobile {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-1\:md {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-1\:lg {
    padding-top: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-1\:ipad {
    padding-top: 0.8333333333rem;
  }
}

.u-pt-2 {
  padding-top: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pt-2\:ss {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-2\:xs {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-2\:sm {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-2\:mobile {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-2\:md {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-2\:lg {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-2\:ipad {
    padding-top: 1.6666666667rem;
  }
}

.u-pt-3 {
  padding-top: 2.5rem;
}
@media (min-width: 370px) {
  body .u-pt-3\:ss {
    padding-top: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-3\:xs {
    padding-top: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-3\:sm {
    padding-top: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-3\:mobile {
    padding-top: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-3\:md {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-3\:lg {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-3\:ipad {
    padding-top: 2.5rem;
  }
}

.u-pt-4 {
  padding-top: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pt-4\:ss {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-4\:xs {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-4\:sm {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-4\:mobile {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-4\:md {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-4\:lg {
    padding-top: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-4\:ipad {
    padding-top: 3.3333333333rem;
  }
}

.u-pt-5 {
  padding-top: 5rem;
}
@media (min-width: 370px) {
  body .u-pt-5\:ss {
    padding-top: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-5\:xs {
    padding-top: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-5\:sm {
    padding-top: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-5\:mobile {
    padding-top: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-5\:md {
    padding-top: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-5\:lg {
    padding-top: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-5\:ipad {
    padding-top: 5rem;
  }
}

.u-pt-6 {
  padding-top: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pt-6\:ss {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-6\:xs {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-6\:sm {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-6\:mobile {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-6\:md {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-6\:lg {
    padding-top: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-6\:ipad {
    padding-top: 6.6666666667rem;
  }
}

.u-pt-7 {
  padding-top: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pt-7\:ss {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pt-7\:xs {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pt-7\:sm {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pt-7\:mobile {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pt-7\:md {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pt-7\:lg {
    padding-top: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pt-7\:ipad {
    padding-top: 8.3333333333rem;
  }
}

.u-pb-0 {
  padding-bottom: 0px;
}
@media (min-width: 370px) {
  body .u-pb-0\:ss {
    padding-bottom: 0px;
  }
}
@media (min-width: 520px) {
  body .u-pb-0\:xs {
    padding-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .u-pb-0\:sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 800px) {
  body .u-pb-0\:mobile {
    padding-bottom: 0px;
  }
}
@media (min-width: 960px) {
  body .u-pb-0\:md {
    padding-bottom: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-pb-0\:lg {
    padding-bottom: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-pb-0\:ipad {
    padding-bottom: 0px;
  }
}

.u-pb-1 {
  padding-bottom: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-pb-1\:ss {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-1\:xs {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-1\:sm {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-1\:mobile {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-1\:md {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-1\:lg {
    padding-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-1\:ipad {
    padding-bottom: 0.8333333333rem;
  }
}

.u-pb-2 {
  padding-bottom: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pb-2\:ss {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-2\:xs {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-2\:sm {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-2\:mobile {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-2\:md {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-2\:lg {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-2\:ipad {
    padding-bottom: 1.6666666667rem;
  }
}

.u-pb-3 {
  padding-bottom: 2.5rem;
}
@media (min-width: 370px) {
  body .u-pb-3\:ss {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-3\:xs {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-3\:sm {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-3\:mobile {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-3\:md {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-3\:lg {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-3\:ipad {
    padding-bottom: 2.5rem;
  }
}

.u-pb-4 {
  padding-bottom: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pb-4\:ss {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-4\:xs {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-4\:sm {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-4\:mobile {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-4\:md {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-4\:lg {
    padding-bottom: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-4\:ipad {
    padding-bottom: 3.3333333333rem;
  }
}

.u-pb-5 {
  padding-bottom: 5rem;
}
@media (min-width: 370px) {
  body .u-pb-5\:ss {
    padding-bottom: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-5\:xs {
    padding-bottom: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-5\:sm {
    padding-bottom: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-5\:mobile {
    padding-bottom: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-5\:md {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-5\:lg {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-5\:ipad {
    padding-bottom: 5rem;
  }
}

.u-pb-6 {
  padding-bottom: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pb-6\:ss {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-6\:xs {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-6\:sm {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-6\:mobile {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-6\:md {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-6\:lg {
    padding-bottom: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-6\:ipad {
    padding-bottom: 6.6666666667rem;
  }
}

.u-pb-7 {
  padding-bottom: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pb-7\:ss {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pb-7\:xs {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pb-7\:sm {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pb-7\:mobile {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pb-7\:md {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pb-7\:lg {
    padding-bottom: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pb-7\:ipad {
    padding-bottom: 8.3333333333rem;
  }
}

.u-pl-0 {
  padding-left: 0px;
}
@media (min-width: 370px) {
  body .u-pl-0\:ss {
    padding-left: 0px;
  }
}
@media (min-width: 520px) {
  body .u-pl-0\:xs {
    padding-left: 0px;
  }
}
@media (min-width: 778px) {
  body .u-pl-0\:sm {
    padding-left: 0px;
  }
}
@media (min-width: 800px) {
  body .u-pl-0\:mobile {
    padding-left: 0px;
  }
}
@media (min-width: 960px) {
  body .u-pl-0\:md {
    padding-left: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-pl-0\:lg {
    padding-left: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-pl-0\:ipad {
    padding-left: 0px;
  }
}

.u-pl-1 {
  padding-left: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-pl-1\:ss {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-1\:xs {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-1\:sm {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-1\:mobile {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-1\:md {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-1\:lg {
    padding-left: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-1\:ipad {
    padding-left: 0.8333333333rem;
  }
}

.u-pl-2 {
  padding-left: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pl-2\:ss {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-2\:xs {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-2\:sm {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-2\:mobile {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-2\:md {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-2\:lg {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-2\:ipad {
    padding-left: 1.6666666667rem;
  }
}

.u-pl-3 {
  padding-left: 2.5rem;
}
@media (min-width: 370px) {
  body .u-pl-3\:ss {
    padding-left: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-3\:xs {
    padding-left: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-3\:sm {
    padding-left: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-3\:mobile {
    padding-left: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-3\:md {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-3\:lg {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-3\:ipad {
    padding-left: 2.5rem;
  }
}

.u-pl-4 {
  padding-left: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pl-4\:ss {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-4\:xs {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-4\:sm {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-4\:mobile {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-4\:md {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-4\:lg {
    padding-left: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-4\:ipad {
    padding-left: 3.3333333333rem;
  }
}

.u-pl-5 {
  padding-left: 5rem;
}
@media (min-width: 370px) {
  body .u-pl-5\:ss {
    padding-left: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-5\:xs {
    padding-left: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-5\:sm {
    padding-left: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-5\:mobile {
    padding-left: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-5\:md {
    padding-left: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-5\:lg {
    padding-left: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-5\:ipad {
    padding-left: 5rem;
  }
}

.u-pl-6 {
  padding-left: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pl-6\:ss {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-6\:xs {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-6\:sm {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-6\:mobile {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-6\:md {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-6\:lg {
    padding-left: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-6\:ipad {
    padding-left: 6.6666666667rem;
  }
}

.u-pl-7 {
  padding-left: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pl-7\:ss {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pl-7\:xs {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pl-7\:sm {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pl-7\:mobile {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pl-7\:md {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pl-7\:lg {
    padding-left: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pl-7\:ipad {
    padding-left: 8.3333333333rem;
  }
}

.u-pr-0 {
  padding-right: 0px;
}
@media (min-width: 370px) {
  body .u-pr-0\:ss {
    padding-right: 0px;
  }
}
@media (min-width: 520px) {
  body .u-pr-0\:xs {
    padding-right: 0px;
  }
}
@media (min-width: 778px) {
  body .u-pr-0\:sm {
    padding-right: 0px;
  }
}
@media (min-width: 800px) {
  body .u-pr-0\:mobile {
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  body .u-pr-0\:md {
    padding-right: 0px;
  }
}
@media (min-width: 1140px) {
  body .u-pr-0\:lg {
    padding-right: 0px;
  }
}
@media (min-width: 1366px) {
  body .u-pr-0\:ipad {
    padding-right: 0px;
  }
}

.u-pr-1 {
  padding-right: 0.8333333333rem;
}
@media (min-width: 370px) {
  body .u-pr-1\:ss {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-1\:xs {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-1\:sm {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-1\:mobile {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-1\:md {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-1\:lg {
    padding-right: 0.8333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-1\:ipad {
    padding-right: 0.8333333333rem;
  }
}

.u-pr-2 {
  padding-right: 1.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pr-2\:ss {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-2\:xs {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-2\:sm {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-2\:mobile {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-2\:md {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-2\:lg {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-2\:ipad {
    padding-right: 1.6666666667rem;
  }
}

.u-pr-3 {
  padding-right: 2.5rem;
}
@media (min-width: 370px) {
  body .u-pr-3\:ss {
    padding-right: 2.5rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-3\:xs {
    padding-right: 2.5rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-3\:sm {
    padding-right: 2.5rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-3\:mobile {
    padding-right: 2.5rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-3\:md {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-3\:lg {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-3\:ipad {
    padding-right: 2.5rem;
  }
}

.u-pr-4 {
  padding-right: 3.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pr-4\:ss {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-4\:xs {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-4\:sm {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-4\:mobile {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-4\:md {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-4\:lg {
    padding-right: 3.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-4\:ipad {
    padding-right: 3.3333333333rem;
  }
}

.u-pr-5 {
  padding-right: 5rem;
}
@media (min-width: 370px) {
  body .u-pr-5\:ss {
    padding-right: 5rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-5\:xs {
    padding-right: 5rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-5\:sm {
    padding-right: 5rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-5\:mobile {
    padding-right: 5rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-5\:md {
    padding-right: 5rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-5\:lg {
    padding-right: 5rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-5\:ipad {
    padding-right: 5rem;
  }
}

.u-pr-6 {
  padding-right: 6.6666666667rem;
}
@media (min-width: 370px) {
  body .u-pr-6\:ss {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-6\:xs {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-6\:sm {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-6\:mobile {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-6\:md {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-6\:lg {
    padding-right: 6.6666666667rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-6\:ipad {
    padding-right: 6.6666666667rem;
  }
}

.u-pr-7 {
  padding-right: 8.3333333333rem;
}
@media (min-width: 370px) {
  body .u-pr-7\:ss {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 520px) {
  body .u-pr-7\:xs {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 778px) {
  body .u-pr-7\:sm {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 800px) {
  body .u-pr-7\:mobile {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 960px) {
  body .u-pr-7\:md {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 1140px) {
  body .u-pr-7\:lg {
    padding-right: 8.3333333333rem;
  }
}
@media (min-width: 1366px) {
  body .u-pr-7\:ipad {
    padding-right: 8.3333333333rem;
  }
}

.u-fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.u-max-column {
  max-width: 1000px;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.middle-decoration {
  position: relative;
}
.middle-decoration span {
  background-color: #d8d8d8;
  position: relative;
  z-index: 2;
  padding-left: 0.5555555556rem;
  padding-right: 0.5555555556rem;
}
.middle-decoration:before {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #e73e3a;
  left: calc(50% - 80px);
  top: 50%;
  position: absolute;
}

.text-center {
  text-align: center;
}
@media (min-width: 370px) {
  body .text-center\:ss {
    text-align: center;
  }
}
@media (min-width: 520px) {
  body .text-center\:xs {
    text-align: center;
  }
}
@media (min-width: 778px) {
  body .text-center\:sm {
    text-align: center;
  }
}
@media (min-width: 800px) {
  body .text-center\:mobile {
    text-align: center;
  }
}
@media (min-width: 960px) {
  body .text-center\:md {
    text-align: center;
  }
}
@media (min-width: 1140px) {
  body .text-center\:lg {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  body .text-center\:ipad {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}
@media (min-width: 370px) {
  body .text-right\:ss {
    text-align: right;
  }
}
@media (min-width: 520px) {
  body .text-right\:xs {
    text-align: right;
  }
}
@media (min-width: 778px) {
  body .text-right\:sm {
    text-align: right;
  }
}
@media (min-width: 800px) {
  body .text-right\:mobile {
    text-align: right;
  }
}
@media (min-width: 960px) {
  body .text-right\:md {
    text-align: right;
  }
}
@media (min-width: 1140px) {
  body .text-right\:lg {
    text-align: right;
  }
}
@media (min-width: 1366px) {
  body .text-right\:ipad {
    text-align: right;
  }
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 500;
}
/*# sourceMappingURL=maps/application.css.map */
