/* ------ 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;
  }
}
.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

/***
* 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;
}

/* 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, #tarteaucitronRoot button:focus {
  /*outline: 2px solid #cb3333;*/
}

/***
 * 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 0 35px #575757;
}

/***
 * 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
 */
#tarteaucitron * {
  zoom: 1;
}

#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%;
}

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

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

#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: gray;
  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 {
  background-color: #1B870B;
}

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

#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;
}

/***
 * 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: calc(100% - 20px); /* 100 % - padding-right - padding-left */
}

#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 {
  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: 4px 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;
}

/***
 * 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;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
}

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

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

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

.display-block {
  display: block;
}

.display-none {
  display: none;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

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

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

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

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

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide--ttb > .splide__pagination {
  width: auto;
}

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

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

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

.splide__arrow:focus {
  outline: none;
}

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

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

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

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

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

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

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

.splide__pagination__page:focus {
  outline: none;
}

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

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

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

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

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

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

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

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

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

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

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

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}
/*! lightgallery - v1.8.3 - 2020-09-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("f6421c0c397311ae.ttf?22t19m") format("truetype"), url("3048de344dd5cad4.woff?22t19m") format("woff"), url("9a732790adc004b2.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("1142b47de219dddf.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("1142b47de219dddf.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("fbfdbe06aebf7d0c.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("39150b45ec5fc031.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("39150b45ec5fc031.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("15a76af2739482d8.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


@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
 */
/* ==========================================================================
  * VARIABLES
  * Variables de la aplicación
  ========================================================================== */
/* -------------------------------------------------------------------------
 * LINE HEIGHTS
 *
 * Values should be expressed unit less
 */
/* -------------------------------------------------------------------------
 * shadowS
 *
 * Define shadows foundation
 *
 * Values should be expressed in PX.
 * If you need a relative unit based on that values, use the core functions
 * on used context.
 *
 * Colors are not included
 *
 */
/* ==========================================================================
  * 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: bolder;
}

/**
 * 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
  ========================================================================== */
main {
  background-color: #f9fafb;
  position: relative;
  z-index: 2;
}

.wrapper {
  box-sizing: border-box;
  transition: transform 0.5s;
}
@media (max-width: 778px) {
  body.active-main .wrapper {
    transform: translateX(calc(100vw - 100px));
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 99;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1220px;
}
.container--no-pad {
  padding-left: 0;
  padding-right: 0;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1024px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 960px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 778px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 778px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 320px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -30px;
    padding-left: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -30px;
    padding-left: -30px;
  }
}
@media only screen and (max-width: 778px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -30px;
    padding-left: -30px;
  }
}
@media only screen and (max-width: 778px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -30px;
    padding-left: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -15px;
    padding-left: -15px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container--no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-right: -15px;
    padding-left: -15px;
  }
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (max-width: 1024px) {
  .col-xs {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-1 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (max-width: 1024px) {
  .col-xs-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-2 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (max-width: 1024px) {
  .col-xs-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-3 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .col-xs-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-4 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .col-xs-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-5 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (max-width: 1024px) {
  .col-xs-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-6 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .col-xs-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-7 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 1024px) {
  .col-xs-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-8 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 1024px) {
  .col-xs-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-9 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media (max-width: 1024px) {
  .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-10 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (max-width: 1024px) {
  .col-xs-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-11 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
@media (max-width: 1024px) {
  .col-xs-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs-12 {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .col-xs-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 778px) {
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 778px) {
  .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 320px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    width: 778px;
  }
}
@media only screen and (max-width: 778px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .col-xs-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 778px) and (max-width: 1024px) {
  .col-sm-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 778px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .col-md-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-1 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-2 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-3 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-4 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-5 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-6 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-7 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-8 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-9 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-9 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-10 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-11 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-12 {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
/* ==========================================================================
  * ANIMATIONS
  ========================================================================== */
@keyframes fade-down {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ==========================================================================
  * ELEMENTS
  * Basic HTML elements
  ========================================================================== */
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

/* -------------------------------------------------------------------------
 * DOCUMENT
 *
 * Extracted from inuitcss
 * Simple page-level setup
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-family: "Noto Sans";
  color: #273142;
  background-color: #f9fafb;
  font-size: 18px;
  line-height: 1.55;
  overflow-y: scroll; /* [2] */
  overflow-x: hidden;
  min-height: 100%; /* [3] */
}

body {
  overflow-x: hidden;
  background-color: #f9fafb;
}

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

/* -------------------------------------------------------------------------
 * IMAGES
 *
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 *
 */
img {
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
  max-width: 100%; /* [1] */
}

a {
  color: #0072CE;
  text-decoration: none;
  transition: all 0.5s;
}

a, button {
  transition: all 0.5s;
}

/* -------------------------------------------------------------------------
 * Nav
 *
 * Define navs
 *
 */
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}

/* -------------------------------------------------------------------------
 * Paragraphs
 *
 * Define multiple paragraphs space
 *
 */
p + p {
  margin-top: 0.7em;
}

/* -------------------------------------------------------------------------
 * TABLES
 *
 * 1. Ensure tables fill up as much space as possible.
 *
 */
table {
  width: 100%; /* [1] */
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/* ==========================================================================
  * HELPERS
  * Helpers
  ========================================================================== */
.d-hide {
  display: none !important;
}
@media (min-width: 320px) {
  body .d-hide\:ss {
    display: none !important;
  }
}
@media (min-width: 480px) {
  body .d-hide\:xs {
    display: none !important;
  }
}
@media (min-width: 778px) {
  body .d-hide\:sm {
    display: none !important;
  }
}
@media (min-width: 778px) {
  body .d-hide\:mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  body .d-hide\:md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  body .d-hide\:lg {
    display: none !important;
  }
}

.d-flex {
  display: flex !important;
}
@media (min-width: 320px) {
  body .d-flex\:ss {
    display: flex !important;
  }
}
@media (min-width: 480px) {
  body .d-flex\:xs {
    display: flex !important;
  }
}
@media (min-width: 778px) {
  body .d-flex\:sm {
    display: flex !important;
  }
}
@media (min-width: 778px) {
  body .d-flex\:mobile {
    display: flex !important;
  }
}
@media (min-width: 960px) {
  body .d-flex\:md {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  body .d-flex\:lg {
    display: flex !important;
  }
}

.d-block {
  display: block !important;
}
@media (min-width: 320px) {
  body .d-block\:ss {
    display: block !important;
  }
}
@media (min-width: 480px) {
  body .d-block\:xs {
    display: block !important;
  }
}
@media (min-width: 778px) {
  body .d-block\:sm {
    display: block !important;
  }
}
@media (min-width: 778px) {
  body .d-block\:mobile {
    display: block !important;
  }
}
@media (min-width: 960px) {
  body .d-block\:md {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  body .d-block\:lg {
    display: block !important;
  }
}

.mt-0 {
  margin-top: 0px;
}
@media (min-width: 320px) {
  body .mt-0\:ss {
    margin-top: 0px;
  }
}
@media (min-width: 480px) {
  body .mt-0\:xs {
    margin-top: 0px;
  }
}
@media (min-width: 778px) {
  body .mt-0\:sm {
    margin-top: 0px;
  }
}
@media (min-width: 778px) {
  body .mt-0\:mobile {
    margin-top: 0px;
  }
}
@media (min-width: 960px) {
  body .mt-0\:md {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  body .mt-0\:lg {
    margin-top: 0px;
  }
}

.mt-1 {
  margin-top: 10px;
}
@media (min-width: 320px) {
  body .mt-1\:ss {
    margin-top: 10px;
  }
}
@media (min-width: 480px) {
  body .mt-1\:xs {
    margin-top: 10px;
  }
}
@media (min-width: 778px) {
  body .mt-1\:sm {
    margin-top: 10px;
  }
}
@media (min-width: 778px) {
  body .mt-1\:mobile {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  body .mt-1\:md {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  body .mt-1\:lg {
    margin-top: 10px;
  }
}

.mt-2 {
  margin-top: 26px;
}
@media (min-width: 320px) {
  body .mt-2\:ss {
    margin-top: 26px;
  }
}
@media (min-width: 480px) {
  body .mt-2\:xs {
    margin-top: 26px;
  }
}
@media (min-width: 778px) {
  body .mt-2\:sm {
    margin-top: 26px;
  }
}
@media (min-width: 778px) {
  body .mt-2\:mobile {
    margin-top: 26px;
  }
}
@media (min-width: 960px) {
  body .mt-2\:md {
    margin-top: 26px;
  }
}
@media (min-width: 1024px) {
  body .mt-2\:lg {
    margin-top: 26px;
  }
}

.mt-3 {
  margin-top: 40px;
}
@media (min-width: 320px) {
  body .mt-3\:ss {
    margin-top: 40px;
  }
}
@media (min-width: 480px) {
  body .mt-3\:xs {
    margin-top: 40px;
  }
}
@media (min-width: 778px) {
  body .mt-3\:sm {
    margin-top: 40px;
  }
}
@media (min-width: 778px) {
  body .mt-3\:mobile {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  body .mt-3\:md {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  body .mt-3\:lg {
    margin-top: 40px;
  }
}

.mt-4 {
  margin-top: 56px;
}
@media (min-width: 320px) {
  body .mt-4\:ss {
    margin-top: 56px;
  }
}
@media (min-width: 480px) {
  body .mt-4\:xs {
    margin-top: 56px;
  }
}
@media (min-width: 778px) {
  body .mt-4\:sm {
    margin-top: 56px;
  }
}
@media (min-width: 778px) {
  body .mt-4\:mobile {
    margin-top: 56px;
  }
}
@media (min-width: 960px) {
  body .mt-4\:md {
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  body .mt-4\:lg {
    margin-top: 56px;
  }
}

.mt-5 {
  margin-top: 80px;
}
@media (min-width: 320px) {
  body .mt-5\:ss {
    margin-top: 80px;
  }
}
@media (min-width: 480px) {
  body .mt-5\:xs {
    margin-top: 80px;
  }
}
@media (min-width: 778px) {
  body .mt-5\:sm {
    margin-top: 80px;
  }
}
@media (min-width: 778px) {
  body .mt-5\:mobile {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  body .mt-5\:md {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  body .mt-5\:lg {
    margin-top: 80px;
  }
}

.mt-6 {
  margin-top: 95px;
}
@media (min-width: 320px) {
  body .mt-6\:ss {
    margin-top: 95px;
  }
}
@media (min-width: 480px) {
  body .mt-6\:xs {
    margin-top: 95px;
  }
}
@media (min-width: 778px) {
  body .mt-6\:sm {
    margin-top: 95px;
  }
}
@media (min-width: 778px) {
  body .mt-6\:mobile {
    margin-top: 95px;
  }
}
@media (min-width: 960px) {
  body .mt-6\:md {
    margin-top: 95px;
  }
}
@media (min-width: 1024px) {
  body .mt-6\:lg {
    margin-top: 95px;
  }
}

.mt-7 {
  margin-top: 105px;
}
@media (min-width: 320px) {
  body .mt-7\:ss {
    margin-top: 105px;
  }
}
@media (min-width: 480px) {
  body .mt-7\:xs {
    margin-top: 105px;
  }
}
@media (min-width: 778px) {
  body .mt-7\:sm {
    margin-top: 105px;
  }
}
@media (min-width: 778px) {
  body .mt-7\:mobile {
    margin-top: 105px;
  }
}
@media (min-width: 960px) {
  body .mt-7\:md {
    margin-top: 105px;
  }
}
@media (min-width: 1024px) {
  body .mt-7\:lg {
    margin-top: 105px;
  }
}

.mt-page {
  margin-top: 66px;
}
@media (min-width: 320px) {
  body .mt-page\:ss {
    margin-top: 66px;
  }
}
@media (min-width: 480px) {
  body .mt-page\:xs {
    margin-top: 66px;
  }
}
@media (min-width: 778px) {
  body .mt-page\:sm {
    margin-top: 66px;
  }
}
@media (min-width: 778px) {
  body .mt-page\:mobile {
    margin-top: 66px;
  }
}
@media (min-width: 960px) {
  body .mt-page\:md {
    margin-top: 66px;
  }
}
@media (min-width: 1024px) {
  body .mt-page\:lg {
    margin-top: 66px;
  }
}

.mt-pagexs {
  margin-top: 20px;
}
@media (min-width: 320px) {
  body .mt-pagexs\:ss {
    margin-top: 20px;
  }
}
@media (min-width: 480px) {
  body .mt-pagexs\:xs {
    margin-top: 20px;
  }
}
@media (min-width: 778px) {
  body .mt-pagexs\:sm {
    margin-top: 20px;
  }
}
@media (min-width: 778px) {
  body .mt-pagexs\:mobile {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  body .mt-pagexs\:md {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  body .mt-pagexs\:lg {
    margin-top: 20px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 320px) {
  body .mb-0\:ss {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) {
  body .mb-0\:xs {
    margin-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .mb-0\:sm {
    margin-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .mb-0\:mobile {
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  body .mb-0\:md {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  body .mb-0\:lg {
    margin-bottom: 0px;
  }
}

.mb-1 {
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  body .mb-1\:ss {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  body .mb-1\:xs {
    margin-bottom: 10px;
  }
}
@media (min-width: 778px) {
  body .mb-1\:sm {
    margin-bottom: 10px;
  }
}
@media (min-width: 778px) {
  body .mb-1\:mobile {
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  body .mb-1\:md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  body .mb-1\:lg {
    margin-bottom: 10px;
  }
}

.mb-2 {
  margin-bottom: 26px;
}
@media (min-width: 320px) {
  body .mb-2\:ss {
    margin-bottom: 26px;
  }
}
@media (min-width: 480px) {
  body .mb-2\:xs {
    margin-bottom: 26px;
  }
}
@media (min-width: 778px) {
  body .mb-2\:sm {
    margin-bottom: 26px;
  }
}
@media (min-width: 778px) {
  body .mb-2\:mobile {
    margin-bottom: 26px;
  }
}
@media (min-width: 960px) {
  body .mb-2\:md {
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  body .mb-2\:lg {
    margin-bottom: 26px;
  }
}

.mb-3 {
  margin-bottom: 40px;
}
@media (min-width: 320px) {
  body .mb-3\:ss {
    margin-bottom: 40px;
  }
}
@media (min-width: 480px) {
  body .mb-3\:xs {
    margin-bottom: 40px;
  }
}
@media (min-width: 778px) {
  body .mb-3\:sm {
    margin-bottom: 40px;
  }
}
@media (min-width: 778px) {
  body .mb-3\:mobile {
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  body .mb-3\:md {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  body .mb-3\:lg {
    margin-bottom: 40px;
  }
}

.mb-4 {
  margin-bottom: 56px;
}
@media (min-width: 320px) {
  body .mb-4\:ss {
    margin-bottom: 56px;
  }
}
@media (min-width: 480px) {
  body .mb-4\:xs {
    margin-bottom: 56px;
  }
}
@media (min-width: 778px) {
  body .mb-4\:sm {
    margin-bottom: 56px;
  }
}
@media (min-width: 778px) {
  body .mb-4\:mobile {
    margin-bottom: 56px;
  }
}
@media (min-width: 960px) {
  body .mb-4\:md {
    margin-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  body .mb-4\:lg {
    margin-bottom: 56px;
  }
}

.mb-5 {
  margin-bottom: 80px;
}
@media (min-width: 320px) {
  body .mb-5\:ss {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) {
  body .mb-5\:xs {
    margin-bottom: 80px;
  }
}
@media (min-width: 778px) {
  body .mb-5\:sm {
    margin-bottom: 80px;
  }
}
@media (min-width: 778px) {
  body .mb-5\:mobile {
    margin-bottom: 80px;
  }
}
@media (min-width: 960px) {
  body .mb-5\:md {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  body .mb-5\:lg {
    margin-bottom: 80px;
  }
}

.mb-6 {
  margin-bottom: 95px;
}
@media (min-width: 320px) {
  body .mb-6\:ss {
    margin-bottom: 95px;
  }
}
@media (min-width: 480px) {
  body .mb-6\:xs {
    margin-bottom: 95px;
  }
}
@media (min-width: 778px) {
  body .mb-6\:sm {
    margin-bottom: 95px;
  }
}
@media (min-width: 778px) {
  body .mb-6\:mobile {
    margin-bottom: 95px;
  }
}
@media (min-width: 960px) {
  body .mb-6\:md {
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  body .mb-6\:lg {
    margin-bottom: 95px;
  }
}

.mb-7 {
  margin-bottom: 105px;
}
@media (min-width: 320px) {
  body .mb-7\:ss {
    margin-bottom: 105px;
  }
}
@media (min-width: 480px) {
  body .mb-7\:xs {
    margin-bottom: 105px;
  }
}
@media (min-width: 778px) {
  body .mb-7\:sm {
    margin-bottom: 105px;
  }
}
@media (min-width: 778px) {
  body .mb-7\:mobile {
    margin-bottom: 105px;
  }
}
@media (min-width: 960px) {
  body .mb-7\:md {
    margin-bottom: 105px;
  }
}
@media (min-width: 1024px) {
  body .mb-7\:lg {
    margin-bottom: 105px;
  }
}

.mb-page {
  margin-bottom: 66px;
}
@media (min-width: 320px) {
  body .mb-page\:ss {
    margin-bottom: 66px;
  }
}
@media (min-width: 480px) {
  body .mb-page\:xs {
    margin-bottom: 66px;
  }
}
@media (min-width: 778px) {
  body .mb-page\:sm {
    margin-bottom: 66px;
  }
}
@media (min-width: 778px) {
  body .mb-page\:mobile {
    margin-bottom: 66px;
  }
}
@media (min-width: 960px) {
  body .mb-page\:md {
    margin-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  body .mb-page\:lg {
    margin-bottom: 66px;
  }
}

.mb-pagexs {
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  body .mb-pagexs\:ss {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  body .mb-pagexs\:xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 778px) {
  body .mb-pagexs\:sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 778px) {
  body .mb-pagexs\:mobile {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  body .mb-pagexs\:md {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  body .mb-pagexs\:lg {
    margin-bottom: 20px;
  }
}

.ml-0 {
  margin-left: 0px;
}
@media (min-width: 320px) {
  body .ml-0\:ss {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  body .ml-0\:xs {
    margin-left: 0px;
  }
}
@media (min-width: 778px) {
  body .ml-0\:sm {
    margin-left: 0px;
  }
}
@media (min-width: 778px) {
  body .ml-0\:mobile {
    margin-left: 0px;
  }
}
@media (min-width: 960px) {
  body .ml-0\:md {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  body .ml-0\:lg {
    margin-left: 0px;
  }
}

.ml-1 {
  margin-left: 10px;
}
@media (min-width: 320px) {
  body .ml-1\:ss {
    margin-left: 10px;
  }
}
@media (min-width: 480px) {
  body .ml-1\:xs {
    margin-left: 10px;
  }
}
@media (min-width: 778px) {
  body .ml-1\:sm {
    margin-left: 10px;
  }
}
@media (min-width: 778px) {
  body .ml-1\:mobile {
    margin-left: 10px;
  }
}
@media (min-width: 960px) {
  body .ml-1\:md {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  body .ml-1\:lg {
    margin-left: 10px;
  }
}

.ml-2 {
  margin-left: 26px;
}
@media (min-width: 320px) {
  body .ml-2\:ss {
    margin-left: 26px;
  }
}
@media (min-width: 480px) {
  body .ml-2\:xs {
    margin-left: 26px;
  }
}
@media (min-width: 778px) {
  body .ml-2\:sm {
    margin-left: 26px;
  }
}
@media (min-width: 778px) {
  body .ml-2\:mobile {
    margin-left: 26px;
  }
}
@media (min-width: 960px) {
  body .ml-2\:md {
    margin-left: 26px;
  }
}
@media (min-width: 1024px) {
  body .ml-2\:lg {
    margin-left: 26px;
  }
}

.ml-3 {
  margin-left: 40px;
}
@media (min-width: 320px) {
  body .ml-3\:ss {
    margin-left: 40px;
  }
}
@media (min-width: 480px) {
  body .ml-3\:xs {
    margin-left: 40px;
  }
}
@media (min-width: 778px) {
  body .ml-3\:sm {
    margin-left: 40px;
  }
}
@media (min-width: 778px) {
  body .ml-3\:mobile {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  body .ml-3\:md {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  body .ml-3\:lg {
    margin-left: 40px;
  }
}

.ml-4 {
  margin-left: 56px;
}
@media (min-width: 320px) {
  body .ml-4\:ss {
    margin-left: 56px;
  }
}
@media (min-width: 480px) {
  body .ml-4\:xs {
    margin-left: 56px;
  }
}
@media (min-width: 778px) {
  body .ml-4\:sm {
    margin-left: 56px;
  }
}
@media (min-width: 778px) {
  body .ml-4\:mobile {
    margin-left: 56px;
  }
}
@media (min-width: 960px) {
  body .ml-4\:md {
    margin-left: 56px;
  }
}
@media (min-width: 1024px) {
  body .ml-4\:lg {
    margin-left: 56px;
  }
}

.ml-5 {
  margin-left: 80px;
}
@media (min-width: 320px) {
  body .ml-5\:ss {
    margin-left: 80px;
  }
}
@media (min-width: 480px) {
  body .ml-5\:xs {
    margin-left: 80px;
  }
}
@media (min-width: 778px) {
  body .ml-5\:sm {
    margin-left: 80px;
  }
}
@media (min-width: 778px) {
  body .ml-5\:mobile {
    margin-left: 80px;
  }
}
@media (min-width: 960px) {
  body .ml-5\:md {
    margin-left: 80px;
  }
}
@media (min-width: 1024px) {
  body .ml-5\:lg {
    margin-left: 80px;
  }
}

.ml-6 {
  margin-left: 95px;
}
@media (min-width: 320px) {
  body .ml-6\:ss {
    margin-left: 95px;
  }
}
@media (min-width: 480px) {
  body .ml-6\:xs {
    margin-left: 95px;
  }
}
@media (min-width: 778px) {
  body .ml-6\:sm {
    margin-left: 95px;
  }
}
@media (min-width: 778px) {
  body .ml-6\:mobile {
    margin-left: 95px;
  }
}
@media (min-width: 960px) {
  body .ml-6\:md {
    margin-left: 95px;
  }
}
@media (min-width: 1024px) {
  body .ml-6\:lg {
    margin-left: 95px;
  }
}

.ml-7 {
  margin-left: 105px;
}
@media (min-width: 320px) {
  body .ml-7\:ss {
    margin-left: 105px;
  }
}
@media (min-width: 480px) {
  body .ml-7\:xs {
    margin-left: 105px;
  }
}
@media (min-width: 778px) {
  body .ml-7\:sm {
    margin-left: 105px;
  }
}
@media (min-width: 778px) {
  body .ml-7\:mobile {
    margin-left: 105px;
  }
}
@media (min-width: 960px) {
  body .ml-7\:md {
    margin-left: 105px;
  }
}
@media (min-width: 1024px) {
  body .ml-7\:lg {
    margin-left: 105px;
  }
}

.ml-page {
  margin-left: 66px;
}
@media (min-width: 320px) {
  body .ml-page\:ss {
    margin-left: 66px;
  }
}
@media (min-width: 480px) {
  body .ml-page\:xs {
    margin-left: 66px;
  }
}
@media (min-width: 778px) {
  body .ml-page\:sm {
    margin-left: 66px;
  }
}
@media (min-width: 778px) {
  body .ml-page\:mobile {
    margin-left: 66px;
  }
}
@media (min-width: 960px) {
  body .ml-page\:md {
    margin-left: 66px;
  }
}
@media (min-width: 1024px) {
  body .ml-page\:lg {
    margin-left: 66px;
  }
}

.ml-pagexs {
  margin-left: 20px;
}
@media (min-width: 320px) {
  body .ml-pagexs\:ss {
    margin-left: 20px;
  }
}
@media (min-width: 480px) {
  body .ml-pagexs\:xs {
    margin-left: 20px;
  }
}
@media (min-width: 778px) {
  body .ml-pagexs\:sm {
    margin-left: 20px;
  }
}
@media (min-width: 778px) {
  body .ml-pagexs\:mobile {
    margin-left: 20px;
  }
}
@media (min-width: 960px) {
  body .ml-pagexs\:md {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  body .ml-pagexs\:lg {
    margin-left: 20px;
  }
}

.mr-0 {
  margin-right: 0px;
}
@media (min-width: 320px) {
  body .mr-0\:ss {
    margin-right: 0px;
  }
}
@media (min-width: 480px) {
  body .mr-0\:xs {
    margin-right: 0px;
  }
}
@media (min-width: 778px) {
  body .mr-0\:sm {
    margin-right: 0px;
  }
}
@media (min-width: 778px) {
  body .mr-0\:mobile {
    margin-right: 0px;
  }
}
@media (min-width: 960px) {
  body .mr-0\:md {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  body .mr-0\:lg {
    margin-right: 0px;
  }
}

.mr-1 {
  margin-right: 10px;
}
@media (min-width: 320px) {
  body .mr-1\:ss {
    margin-right: 10px;
  }
}
@media (min-width: 480px) {
  body .mr-1\:xs {
    margin-right: 10px;
  }
}
@media (min-width: 778px) {
  body .mr-1\:sm {
    margin-right: 10px;
  }
}
@media (min-width: 778px) {
  body .mr-1\:mobile {
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  body .mr-1\:md {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  body .mr-1\:lg {
    margin-right: 10px;
  }
}

.mr-2 {
  margin-right: 26px;
}
@media (min-width: 320px) {
  body .mr-2\:ss {
    margin-right: 26px;
  }
}
@media (min-width: 480px) {
  body .mr-2\:xs {
    margin-right: 26px;
  }
}
@media (min-width: 778px) {
  body .mr-2\:sm {
    margin-right: 26px;
  }
}
@media (min-width: 778px) {
  body .mr-2\:mobile {
    margin-right: 26px;
  }
}
@media (min-width: 960px) {
  body .mr-2\:md {
    margin-right: 26px;
  }
}
@media (min-width: 1024px) {
  body .mr-2\:lg {
    margin-right: 26px;
  }
}

.mr-3 {
  margin-right: 40px;
}
@media (min-width: 320px) {
  body .mr-3\:ss {
    margin-right: 40px;
  }
}
@media (min-width: 480px) {
  body .mr-3\:xs {
    margin-right: 40px;
  }
}
@media (min-width: 778px) {
  body .mr-3\:sm {
    margin-right: 40px;
  }
}
@media (min-width: 778px) {
  body .mr-3\:mobile {
    margin-right: 40px;
  }
}
@media (min-width: 960px) {
  body .mr-3\:md {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  body .mr-3\:lg {
    margin-right: 40px;
  }
}

.mr-4 {
  margin-right: 56px;
}
@media (min-width: 320px) {
  body .mr-4\:ss {
    margin-right: 56px;
  }
}
@media (min-width: 480px) {
  body .mr-4\:xs {
    margin-right: 56px;
  }
}
@media (min-width: 778px) {
  body .mr-4\:sm {
    margin-right: 56px;
  }
}
@media (min-width: 778px) {
  body .mr-4\:mobile {
    margin-right: 56px;
  }
}
@media (min-width: 960px) {
  body .mr-4\:md {
    margin-right: 56px;
  }
}
@media (min-width: 1024px) {
  body .mr-4\:lg {
    margin-right: 56px;
  }
}

.mr-5 {
  margin-right: 80px;
}
@media (min-width: 320px) {
  body .mr-5\:ss {
    margin-right: 80px;
  }
}
@media (min-width: 480px) {
  body .mr-5\:xs {
    margin-right: 80px;
  }
}
@media (min-width: 778px) {
  body .mr-5\:sm {
    margin-right: 80px;
  }
}
@media (min-width: 778px) {
  body .mr-5\:mobile {
    margin-right: 80px;
  }
}
@media (min-width: 960px) {
  body .mr-5\:md {
    margin-right: 80px;
  }
}
@media (min-width: 1024px) {
  body .mr-5\:lg {
    margin-right: 80px;
  }
}

.mr-6 {
  margin-right: 95px;
}
@media (min-width: 320px) {
  body .mr-6\:ss {
    margin-right: 95px;
  }
}
@media (min-width: 480px) {
  body .mr-6\:xs {
    margin-right: 95px;
  }
}
@media (min-width: 778px) {
  body .mr-6\:sm {
    margin-right: 95px;
  }
}
@media (min-width: 778px) {
  body .mr-6\:mobile {
    margin-right: 95px;
  }
}
@media (min-width: 960px) {
  body .mr-6\:md {
    margin-right: 95px;
  }
}
@media (min-width: 1024px) {
  body .mr-6\:lg {
    margin-right: 95px;
  }
}

.mr-7 {
  margin-right: 105px;
}
@media (min-width: 320px) {
  body .mr-7\:ss {
    margin-right: 105px;
  }
}
@media (min-width: 480px) {
  body .mr-7\:xs {
    margin-right: 105px;
  }
}
@media (min-width: 778px) {
  body .mr-7\:sm {
    margin-right: 105px;
  }
}
@media (min-width: 778px) {
  body .mr-7\:mobile {
    margin-right: 105px;
  }
}
@media (min-width: 960px) {
  body .mr-7\:md {
    margin-right: 105px;
  }
}
@media (min-width: 1024px) {
  body .mr-7\:lg {
    margin-right: 105px;
  }
}

.mr-page {
  margin-right: 66px;
}
@media (min-width: 320px) {
  body .mr-page\:ss {
    margin-right: 66px;
  }
}
@media (min-width: 480px) {
  body .mr-page\:xs {
    margin-right: 66px;
  }
}
@media (min-width: 778px) {
  body .mr-page\:sm {
    margin-right: 66px;
  }
}
@media (min-width: 778px) {
  body .mr-page\:mobile {
    margin-right: 66px;
  }
}
@media (min-width: 960px) {
  body .mr-page\:md {
    margin-right: 66px;
  }
}
@media (min-width: 1024px) {
  body .mr-page\:lg {
    margin-right: 66px;
  }
}

.mr-pagexs {
  margin-right: 20px;
}
@media (min-width: 320px) {
  body .mr-pagexs\:ss {
    margin-right: 20px;
  }
}
@media (min-width: 480px) {
  body .mr-pagexs\:xs {
    margin-right: 20px;
  }
}
@media (min-width: 778px) {
  body .mr-pagexs\:sm {
    margin-right: 20px;
  }
}
@media (min-width: 778px) {
  body .mr-pagexs\:mobile {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  body .mr-pagexs\:md {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  body .mr-pagexs\:lg {
    margin-right: 20px;
  }
}

.pt-0 {
  padding-top: 0px;
}
@media (min-width: 320px) {
  body .pt-0\:ss {
    padding-top: 0px;
  }
}
@media (min-width: 480px) {
  body .pt-0\:xs {
    padding-top: 0px;
  }
}
@media (min-width: 778px) {
  body .pt-0\:sm {
    padding-top: 0px;
  }
}
@media (min-width: 778px) {
  body .pt-0\:mobile {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  body .pt-0\:md {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {
  body .pt-0\:lg {
    padding-top: 0px;
  }
}

.pt-1 {
  padding-top: 10px;
}
@media (min-width: 320px) {
  body .pt-1\:ss {
    padding-top: 10px;
  }
}
@media (min-width: 480px) {
  body .pt-1\:xs {
    padding-top: 10px;
  }
}
@media (min-width: 778px) {
  body .pt-1\:sm {
    padding-top: 10px;
  }
}
@media (min-width: 778px) {
  body .pt-1\:mobile {
    padding-top: 10px;
  }
}
@media (min-width: 960px) {
  body .pt-1\:md {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  body .pt-1\:lg {
    padding-top: 10px;
  }
}

.pt-2 {
  padding-top: 26px;
}
@media (min-width: 320px) {
  body .pt-2\:ss {
    padding-top: 26px;
  }
}
@media (min-width: 480px) {
  body .pt-2\:xs {
    padding-top: 26px;
  }
}
@media (min-width: 778px) {
  body .pt-2\:sm {
    padding-top: 26px;
  }
}
@media (min-width: 778px) {
  body .pt-2\:mobile {
    padding-top: 26px;
  }
}
@media (min-width: 960px) {
  body .pt-2\:md {
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  body .pt-2\:lg {
    padding-top: 26px;
  }
}

.pt-3 {
  padding-top: 40px;
}
@media (min-width: 320px) {
  body .pt-3\:ss {
    padding-top: 40px;
  }
}
@media (min-width: 480px) {
  body .pt-3\:xs {
    padding-top: 40px;
  }
}
@media (min-width: 778px) {
  body .pt-3\:sm {
    padding-top: 40px;
  }
}
@media (min-width: 778px) {
  body .pt-3\:mobile {
    padding-top: 40px;
  }
}
@media (min-width: 960px) {
  body .pt-3\:md {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  body .pt-3\:lg {
    padding-top: 40px;
  }
}

.pt-4 {
  padding-top: 56px;
}
@media (min-width: 320px) {
  body .pt-4\:ss {
    padding-top: 56px;
  }
}
@media (min-width: 480px) {
  body .pt-4\:xs {
    padding-top: 56px;
  }
}
@media (min-width: 778px) {
  body .pt-4\:sm {
    padding-top: 56px;
  }
}
@media (min-width: 778px) {
  body .pt-4\:mobile {
    padding-top: 56px;
  }
}
@media (min-width: 960px) {
  body .pt-4\:md {
    padding-top: 56px;
  }
}
@media (min-width: 1024px) {
  body .pt-4\:lg {
    padding-top: 56px;
  }
}

.pt-5 {
  padding-top: 80px;
}
@media (min-width: 320px) {
  body .pt-5\:ss {
    padding-top: 80px;
  }
}
@media (min-width: 480px) {
  body .pt-5\:xs {
    padding-top: 80px;
  }
}
@media (min-width: 778px) {
  body .pt-5\:sm {
    padding-top: 80px;
  }
}
@media (min-width: 778px) {
  body .pt-5\:mobile {
    padding-top: 80px;
  }
}
@media (min-width: 960px) {
  body .pt-5\:md {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  body .pt-5\:lg {
    padding-top: 80px;
  }
}

.pt-6 {
  padding-top: 95px;
}
@media (min-width: 320px) {
  body .pt-6\:ss {
    padding-top: 95px;
  }
}
@media (min-width: 480px) {
  body .pt-6\:xs {
    padding-top: 95px;
  }
}
@media (min-width: 778px) {
  body .pt-6\:sm {
    padding-top: 95px;
  }
}
@media (min-width: 778px) {
  body .pt-6\:mobile {
    padding-top: 95px;
  }
}
@media (min-width: 960px) {
  body .pt-6\:md {
    padding-top: 95px;
  }
}
@media (min-width: 1024px) {
  body .pt-6\:lg {
    padding-top: 95px;
  }
}

.pt-7 {
  padding-top: 105px;
}
@media (min-width: 320px) {
  body .pt-7\:ss {
    padding-top: 105px;
  }
}
@media (min-width: 480px) {
  body .pt-7\:xs {
    padding-top: 105px;
  }
}
@media (min-width: 778px) {
  body .pt-7\:sm {
    padding-top: 105px;
  }
}
@media (min-width: 778px) {
  body .pt-7\:mobile {
    padding-top: 105px;
  }
}
@media (min-width: 960px) {
  body .pt-7\:md {
    padding-top: 105px;
  }
}
@media (min-width: 1024px) {
  body .pt-7\:lg {
    padding-top: 105px;
  }
}

.pt-page {
  padding-top: 66px;
}
@media (min-width: 320px) {
  body .pt-page\:ss {
    padding-top: 66px;
  }
}
@media (min-width: 480px) {
  body .pt-page\:xs {
    padding-top: 66px;
  }
}
@media (min-width: 778px) {
  body .pt-page\:sm {
    padding-top: 66px;
  }
}
@media (min-width: 778px) {
  body .pt-page\:mobile {
    padding-top: 66px;
  }
}
@media (min-width: 960px) {
  body .pt-page\:md {
    padding-top: 66px;
  }
}
@media (min-width: 1024px) {
  body .pt-page\:lg {
    padding-top: 66px;
  }
}

.pt-pagexs {
  padding-top: 20px;
}
@media (min-width: 320px) {
  body .pt-pagexs\:ss {
    padding-top: 20px;
  }
}
@media (min-width: 480px) {
  body .pt-pagexs\:xs {
    padding-top: 20px;
  }
}
@media (min-width: 778px) {
  body .pt-pagexs\:sm {
    padding-top: 20px;
  }
}
@media (min-width: 778px) {
  body .pt-pagexs\:mobile {
    padding-top: 20px;
  }
}
@media (min-width: 960px) {
  body .pt-pagexs\:md {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  body .pt-pagexs\:lg {
    padding-top: 20px;
  }
}

.pb-0 {
  padding-bottom: 0px;
}
@media (min-width: 320px) {
  body .pb-0\:ss {
    padding-bottom: 0px;
  }
}
@media (min-width: 480px) {
  body .pb-0\:xs {
    padding-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .pb-0\:sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 778px) {
  body .pb-0\:mobile {
    padding-bottom: 0px;
  }
}
@media (min-width: 960px) {
  body .pb-0\:md {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  body .pb-0\:lg {
    padding-bottom: 0px;
  }
}

.pb-1 {
  padding-bottom: 10px;
}
@media (min-width: 320px) {
  body .pb-1\:ss {
    padding-bottom: 10px;
  }
}
@media (min-width: 480px) {
  body .pb-1\:xs {
    padding-bottom: 10px;
  }
}
@media (min-width: 778px) {
  body .pb-1\:sm {
    padding-bottom: 10px;
  }
}
@media (min-width: 778px) {
  body .pb-1\:mobile {
    padding-bottom: 10px;
  }
}
@media (min-width: 960px) {
  body .pb-1\:md {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  body .pb-1\:lg {
    padding-bottom: 10px;
  }
}

.pb-2 {
  padding-bottom: 26px;
}
@media (min-width: 320px) {
  body .pb-2\:ss {
    padding-bottom: 26px;
  }
}
@media (min-width: 480px) {
  body .pb-2\:xs {
    padding-bottom: 26px;
  }
}
@media (min-width: 778px) {
  body .pb-2\:sm {
    padding-bottom: 26px;
  }
}
@media (min-width: 778px) {
  body .pb-2\:mobile {
    padding-bottom: 26px;
  }
}
@media (min-width: 960px) {
  body .pb-2\:md {
    padding-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  body .pb-2\:lg {
    padding-bottom: 26px;
  }
}

.pb-3 {
  padding-bottom: 40px;
}
@media (min-width: 320px) {
  body .pb-3\:ss {
    padding-bottom: 40px;
  }
}
@media (min-width: 480px) {
  body .pb-3\:xs {
    padding-bottom: 40px;
  }
}
@media (min-width: 778px) {
  body .pb-3\:sm {
    padding-bottom: 40px;
  }
}
@media (min-width: 778px) {
  body .pb-3\:mobile {
    padding-bottom: 40px;
  }
}
@media (min-width: 960px) {
  body .pb-3\:md {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  body .pb-3\:lg {
    padding-bottom: 40px;
  }
}

.pb-4 {
  padding-bottom: 56px;
}
@media (min-width: 320px) {
  body .pb-4\:ss {
    padding-bottom: 56px;
  }
}
@media (min-width: 480px) {
  body .pb-4\:xs {
    padding-bottom: 56px;
  }
}
@media (min-width: 778px) {
  body .pb-4\:sm {
    padding-bottom: 56px;
  }
}
@media (min-width: 778px) {
  body .pb-4\:mobile {
    padding-bottom: 56px;
  }
}
@media (min-width: 960px) {
  body .pb-4\:md {
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  body .pb-4\:lg {
    padding-bottom: 56px;
  }
}

.pb-5 {
  padding-bottom: 80px;
}
@media (min-width: 320px) {
  body .pb-5\:ss {
    padding-bottom: 80px;
  }
}
@media (min-width: 480px) {
  body .pb-5\:xs {
    padding-bottom: 80px;
  }
}
@media (min-width: 778px) {
  body .pb-5\:sm {
    padding-bottom: 80px;
  }
}
@media (min-width: 778px) {
  body .pb-5\:mobile {
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  body .pb-5\:md {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  body .pb-5\:lg {
    padding-bottom: 80px;
  }
}

.pb-6 {
  padding-bottom: 95px;
}
@media (min-width: 320px) {
  body .pb-6\:ss {
    padding-bottom: 95px;
  }
}
@media (min-width: 480px) {
  body .pb-6\:xs {
    padding-bottom: 95px;
  }
}
@media (min-width: 778px) {
  body .pb-6\:sm {
    padding-bottom: 95px;
  }
}
@media (min-width: 778px) {
  body .pb-6\:mobile {
    padding-bottom: 95px;
  }
}
@media (min-width: 960px) {
  body .pb-6\:md {
    padding-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  body .pb-6\:lg {
    padding-bottom: 95px;
  }
}

.pb-7 {
  padding-bottom: 105px;
}
@media (min-width: 320px) {
  body .pb-7\:ss {
    padding-bottom: 105px;
  }
}
@media (min-width: 480px) {
  body .pb-7\:xs {
    padding-bottom: 105px;
  }
}
@media (min-width: 778px) {
  body .pb-7\:sm {
    padding-bottom: 105px;
  }
}
@media (min-width: 778px) {
  body .pb-7\:mobile {
    padding-bottom: 105px;
  }
}
@media (min-width: 960px) {
  body .pb-7\:md {
    padding-bottom: 105px;
  }
}
@media (min-width: 1024px) {
  body .pb-7\:lg {
    padding-bottom: 105px;
  }
}

.pb-page {
  padding-bottom: 66px;
}
@media (min-width: 320px) {
  body .pb-page\:ss {
    padding-bottom: 66px;
  }
}
@media (min-width: 480px) {
  body .pb-page\:xs {
    padding-bottom: 66px;
  }
}
@media (min-width: 778px) {
  body .pb-page\:sm {
    padding-bottom: 66px;
  }
}
@media (min-width: 778px) {
  body .pb-page\:mobile {
    padding-bottom: 66px;
  }
}
@media (min-width: 960px) {
  body .pb-page\:md {
    padding-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  body .pb-page\:lg {
    padding-bottom: 66px;
  }
}

.pb-pagexs {
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  body .pb-pagexs\:ss {
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) {
  body .pb-pagexs\:xs {
    padding-bottom: 20px;
  }
}
@media (min-width: 778px) {
  body .pb-pagexs\:sm {
    padding-bottom: 20px;
  }
}
@media (min-width: 778px) {
  body .pb-pagexs\:mobile {
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  body .pb-pagexs\:md {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  body .pb-pagexs\:lg {
    padding-bottom: 20px;
  }
}

.pl-0 {
  padding-left: 0px;
}
@media (min-width: 320px) {
  body .pl-0\:ss {
    padding-left: 0px;
  }
}
@media (min-width: 480px) {
  body .pl-0\:xs {
    padding-left: 0px;
  }
}
@media (min-width: 778px) {
  body .pl-0\:sm {
    padding-left: 0px;
  }
}
@media (min-width: 778px) {
  body .pl-0\:mobile {
    padding-left: 0px;
  }
}
@media (min-width: 960px) {
  body .pl-0\:md {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  body .pl-0\:lg {
    padding-left: 0px;
  }
}

.pl-1 {
  padding-left: 10px;
}
@media (min-width: 320px) {
  body .pl-1\:ss {
    padding-left: 10px;
  }
}
@media (min-width: 480px) {
  body .pl-1\:xs {
    padding-left: 10px;
  }
}
@media (min-width: 778px) {
  body .pl-1\:sm {
    padding-left: 10px;
  }
}
@media (min-width: 778px) {
  body .pl-1\:mobile {
    padding-left: 10px;
  }
}
@media (min-width: 960px) {
  body .pl-1\:md {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  body .pl-1\:lg {
    padding-left: 10px;
  }
}

.pl-2 {
  padding-left: 26px;
}
@media (min-width: 320px) {
  body .pl-2\:ss {
    padding-left: 26px;
  }
}
@media (min-width: 480px) {
  body .pl-2\:xs {
    padding-left: 26px;
  }
}
@media (min-width: 778px) {
  body .pl-2\:sm {
    padding-left: 26px;
  }
}
@media (min-width: 778px) {
  body .pl-2\:mobile {
    padding-left: 26px;
  }
}
@media (min-width: 960px) {
  body .pl-2\:md {
    padding-left: 26px;
  }
}
@media (min-width: 1024px) {
  body .pl-2\:lg {
    padding-left: 26px;
  }
}

.pl-3 {
  padding-left: 40px;
}
@media (min-width: 320px) {
  body .pl-3\:ss {
    padding-left: 40px;
  }
}
@media (min-width: 480px) {
  body .pl-3\:xs {
    padding-left: 40px;
  }
}
@media (min-width: 778px) {
  body .pl-3\:sm {
    padding-left: 40px;
  }
}
@media (min-width: 778px) {
  body .pl-3\:mobile {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  body .pl-3\:md {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  body .pl-3\:lg {
    padding-left: 40px;
  }
}

.pl-4 {
  padding-left: 56px;
}
@media (min-width: 320px) {
  body .pl-4\:ss {
    padding-left: 56px;
  }
}
@media (min-width: 480px) {
  body .pl-4\:xs {
    padding-left: 56px;
  }
}
@media (min-width: 778px) {
  body .pl-4\:sm {
    padding-left: 56px;
  }
}
@media (min-width: 778px) {
  body .pl-4\:mobile {
    padding-left: 56px;
  }
}
@media (min-width: 960px) {
  body .pl-4\:md {
    padding-left: 56px;
  }
}
@media (min-width: 1024px) {
  body .pl-4\:lg {
    padding-left: 56px;
  }
}

.pl-5 {
  padding-left: 80px;
}
@media (min-width: 320px) {
  body .pl-5\:ss {
    padding-left: 80px;
  }
}
@media (min-width: 480px) {
  body .pl-5\:xs {
    padding-left: 80px;
  }
}
@media (min-width: 778px) {
  body .pl-5\:sm {
    padding-left: 80px;
  }
}
@media (min-width: 778px) {
  body .pl-5\:mobile {
    padding-left: 80px;
  }
}
@media (min-width: 960px) {
  body .pl-5\:md {
    padding-left: 80px;
  }
}
@media (min-width: 1024px) {
  body .pl-5\:lg {
    padding-left: 80px;
  }
}

.pl-6 {
  padding-left: 95px;
}
@media (min-width: 320px) {
  body .pl-6\:ss {
    padding-left: 95px;
  }
}
@media (min-width: 480px) {
  body .pl-6\:xs {
    padding-left: 95px;
  }
}
@media (min-width: 778px) {
  body .pl-6\:sm {
    padding-left: 95px;
  }
}
@media (min-width: 778px) {
  body .pl-6\:mobile {
    padding-left: 95px;
  }
}
@media (min-width: 960px) {
  body .pl-6\:md {
    padding-left: 95px;
  }
}
@media (min-width: 1024px) {
  body .pl-6\:lg {
    padding-left: 95px;
  }
}

.pl-7 {
  padding-left: 105px;
}
@media (min-width: 320px) {
  body .pl-7\:ss {
    padding-left: 105px;
  }
}
@media (min-width: 480px) {
  body .pl-7\:xs {
    padding-left: 105px;
  }
}
@media (min-width: 778px) {
  body .pl-7\:sm {
    padding-left: 105px;
  }
}
@media (min-width: 778px) {
  body .pl-7\:mobile {
    padding-left: 105px;
  }
}
@media (min-width: 960px) {
  body .pl-7\:md {
    padding-left: 105px;
  }
}
@media (min-width: 1024px) {
  body .pl-7\:lg {
    padding-left: 105px;
  }
}

.pl-page {
  padding-left: 66px;
}
@media (min-width: 320px) {
  body .pl-page\:ss {
    padding-left: 66px;
  }
}
@media (min-width: 480px) {
  body .pl-page\:xs {
    padding-left: 66px;
  }
}
@media (min-width: 778px) {
  body .pl-page\:sm {
    padding-left: 66px;
  }
}
@media (min-width: 778px) {
  body .pl-page\:mobile {
    padding-left: 66px;
  }
}
@media (min-width: 960px) {
  body .pl-page\:md {
    padding-left: 66px;
  }
}
@media (min-width: 1024px) {
  body .pl-page\:lg {
    padding-left: 66px;
  }
}

.pl-pagexs {
  padding-left: 20px;
}
@media (min-width: 320px) {
  body .pl-pagexs\:ss {
    padding-left: 20px;
  }
}
@media (min-width: 480px) {
  body .pl-pagexs\:xs {
    padding-left: 20px;
  }
}
@media (min-width: 778px) {
  body .pl-pagexs\:sm {
    padding-left: 20px;
  }
}
@media (min-width: 778px) {
  body .pl-pagexs\:mobile {
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  body .pl-pagexs\:md {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  body .pl-pagexs\:lg {
    padding-left: 20px;
  }
}

.pr-0 {
  padding-right: 0px;
}
@media (min-width: 320px) {
  body .pr-0\:ss {
    padding-right: 0px;
  }
}
@media (min-width: 480px) {
  body .pr-0\:xs {
    padding-right: 0px;
  }
}
@media (min-width: 778px) {
  body .pr-0\:sm {
    padding-right: 0px;
  }
}
@media (min-width: 778px) {
  body .pr-0\:mobile {
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  body .pr-0\:md {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  body .pr-0\:lg {
    padding-right: 0px;
  }
}

.pr-1 {
  padding-right: 10px;
}
@media (min-width: 320px) {
  body .pr-1\:ss {
    padding-right: 10px;
  }
}
@media (min-width: 480px) {
  body .pr-1\:xs {
    padding-right: 10px;
  }
}
@media (min-width: 778px) {
  body .pr-1\:sm {
    padding-right: 10px;
  }
}
@media (min-width: 778px) {
  body .pr-1\:mobile {
    padding-right: 10px;
  }
}
@media (min-width: 960px) {
  body .pr-1\:md {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  body .pr-1\:lg {
    padding-right: 10px;
  }
}

.pr-2 {
  padding-right: 26px;
}
@media (min-width: 320px) {
  body .pr-2\:ss {
    padding-right: 26px;
  }
}
@media (min-width: 480px) {
  body .pr-2\:xs {
    padding-right: 26px;
  }
}
@media (min-width: 778px) {
  body .pr-2\:sm {
    padding-right: 26px;
  }
}
@media (min-width: 778px) {
  body .pr-2\:mobile {
    padding-right: 26px;
  }
}
@media (min-width: 960px) {
  body .pr-2\:md {
    padding-right: 26px;
  }
}
@media (min-width: 1024px) {
  body .pr-2\:lg {
    padding-right: 26px;
  }
}

.pr-3 {
  padding-right: 40px;
}
@media (min-width: 320px) {
  body .pr-3\:ss {
    padding-right: 40px;
  }
}
@media (min-width: 480px) {
  body .pr-3\:xs {
    padding-right: 40px;
  }
}
@media (min-width: 778px) {
  body .pr-3\:sm {
    padding-right: 40px;
  }
}
@media (min-width: 778px) {
  body .pr-3\:mobile {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  body .pr-3\:md {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  body .pr-3\:lg {
    padding-right: 40px;
  }
}

.pr-4 {
  padding-right: 56px;
}
@media (min-width: 320px) {
  body .pr-4\:ss {
    padding-right: 56px;
  }
}
@media (min-width: 480px) {
  body .pr-4\:xs {
    padding-right: 56px;
  }
}
@media (min-width: 778px) {
  body .pr-4\:sm {
    padding-right: 56px;
  }
}
@media (min-width: 778px) {
  body .pr-4\:mobile {
    padding-right: 56px;
  }
}
@media (min-width: 960px) {
  body .pr-4\:md {
    padding-right: 56px;
  }
}
@media (min-width: 1024px) {
  body .pr-4\:lg {
    padding-right: 56px;
  }
}

.pr-5 {
  padding-right: 80px;
}
@media (min-width: 320px) {
  body .pr-5\:ss {
    padding-right: 80px;
  }
}
@media (min-width: 480px) {
  body .pr-5\:xs {
    padding-right: 80px;
  }
}
@media (min-width: 778px) {
  body .pr-5\:sm {
    padding-right: 80px;
  }
}
@media (min-width: 778px) {
  body .pr-5\:mobile {
    padding-right: 80px;
  }
}
@media (min-width: 960px) {
  body .pr-5\:md {
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  body .pr-5\:lg {
    padding-right: 80px;
  }
}

.pr-6 {
  padding-right: 95px;
}
@media (min-width: 320px) {
  body .pr-6\:ss {
    padding-right: 95px;
  }
}
@media (min-width: 480px) {
  body .pr-6\:xs {
    padding-right: 95px;
  }
}
@media (min-width: 778px) {
  body .pr-6\:sm {
    padding-right: 95px;
  }
}
@media (min-width: 778px) {
  body .pr-6\:mobile {
    padding-right: 95px;
  }
}
@media (min-width: 960px) {
  body .pr-6\:md {
    padding-right: 95px;
  }
}
@media (min-width: 1024px) {
  body .pr-6\:lg {
    padding-right: 95px;
  }
}

.pr-7 {
  padding-right: 105px;
}
@media (min-width: 320px) {
  body .pr-7\:ss {
    padding-right: 105px;
  }
}
@media (min-width: 480px) {
  body .pr-7\:xs {
    padding-right: 105px;
  }
}
@media (min-width: 778px) {
  body .pr-7\:sm {
    padding-right: 105px;
  }
}
@media (min-width: 778px) {
  body .pr-7\:mobile {
    padding-right: 105px;
  }
}
@media (min-width: 960px) {
  body .pr-7\:md {
    padding-right: 105px;
  }
}
@media (min-width: 1024px) {
  body .pr-7\:lg {
    padding-right: 105px;
  }
}

.pr-page {
  padding-right: 66px;
}
@media (min-width: 320px) {
  body .pr-page\:ss {
    padding-right: 66px;
  }
}
@media (min-width: 480px) {
  body .pr-page\:xs {
    padding-right: 66px;
  }
}
@media (min-width: 778px) {
  body .pr-page\:sm {
    padding-right: 66px;
  }
}
@media (min-width: 778px) {
  body .pr-page\:mobile {
    padding-right: 66px;
  }
}
@media (min-width: 960px) {
  body .pr-page\:md {
    padding-right: 66px;
  }
}
@media (min-width: 1024px) {
  body .pr-page\:lg {
    padding-right: 66px;
  }
}

.pr-pagexs {
  padding-right: 20px;
}
@media (min-width: 320px) {
  body .pr-pagexs\:ss {
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  body .pr-pagexs\:xs {
    padding-right: 20px;
  }
}
@media (min-width: 778px) {
  body .pr-pagexs\:sm {
    padding-right: 20px;
  }
}
@media (min-width: 778px) {
  body .pr-pagexs\:mobile {
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  body .pr-pagexs\:md {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  body .pr-pagexs\:lg {
    padding-right: 20px;
  }
}

.text-center {
  text-align: center;
}
@media (min-width: 320px) {
  body .text-center\:ss {
    text-align: center;
  }
}
@media (min-width: 480px) {
  body .text-center\:xs {
    text-align: center;
  }
}
@media (min-width: 778px) {
  body .text-center\:sm {
    text-align: center;
  }
}
@media (min-width: 778px) {
  body .text-center\:mobile {
    text-align: center;
  }
}
@media (min-width: 960px) {
  body .text-center\:md {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  body .text-center\:lg {
    text-align: center;
  }
}

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

.font-semibold {
  font-weight: 500;
}

.text-2xs {
  font-size: 13px;
}
@media (min-width: 320px) {
  body .text-2xs\:ss {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  body .text-2xs\:xs {
    font-size: 13px;
  }
}
@media (min-width: 778px) {
  body .text-2xs\:sm {
    font-size: 13px;
  }
}
@media (min-width: 778px) {
  body .text-2xs\:mobile {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  body .text-2xs\:md {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  body .text-2xs\:lg {
    font-size: 13px;
  }
}

.text-xs {
  font-size: 14px;
}
@media (min-width: 320px) {
  body .text-xs\:ss {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  body .text-xs\:xs {
    font-size: 14px;
  }
}
@media (min-width: 778px) {
  body .text-xs\:sm {
    font-size: 14px;
  }
}
@media (min-width: 778px) {
  body .text-xs\:mobile {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  body .text-xs\:md {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  body .text-xs\:lg {
    font-size: 14px;
  }
}

.text-sm {
  font-size: 17px;
}
@media (min-width: 320px) {
  body .text-sm\:ss {
    font-size: 17px;
  }
}
@media (min-width: 480px) {
  body .text-sm\:xs {
    font-size: 17px;
  }
}
@media (min-width: 778px) {
  body .text-sm\:sm {
    font-size: 17px;
  }
}
@media (min-width: 778px) {
  body .text-sm\:mobile {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  body .text-sm\:md {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  body .text-sm\:lg {
    font-size: 17px;
  }
}

.text-normal {
  font-size: 18px;
}
@media (min-width: 320px) {
  body .text-normal\:ss {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  body .text-normal\:xs {
    font-size: 18px;
  }
}
@media (min-width: 778px) {
  body .text-normal\:sm {
    font-size: 18px;
  }
}
@media (min-width: 778px) {
  body .text-normal\:mobile {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  body .text-normal\:md {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  body .text-normal\:lg {
    font-size: 18px;
  }
}

.text-xl {
  font-size: 22px;
}
@media (min-width: 320px) {
  body .text-xl\:ss {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  body .text-xl\:xs {
    font-size: 22px;
  }
}
@media (min-width: 778px) {
  body .text-xl\:sm {
    font-size: 22px;
  }
}
@media (min-width: 778px) {
  body .text-xl\:mobile {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  body .text-xl\:md {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  body .text-xl\:lg {
    font-size: 22px;
  }
}

.text-2xl {
  font-size: 24px;
}
@media (min-width: 320px) {
  body .text-2xl\:ss {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  body .text-2xl\:xs {
    font-size: 24px;
  }
}
@media (min-width: 778px) {
  body .text-2xl\:sm {
    font-size: 24px;
  }
}
@media (min-width: 778px) {
  body .text-2xl\:mobile {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  body .text-2xl\:md {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  body .text-2xl\:lg {
    font-size: 24px;
  }
}

.text-23xl {
  font-size: 28px;
}
@media (min-width: 320px) {
  body .text-23xl\:ss {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  body .text-23xl\:xs {
    font-size: 28px;
  }
}
@media (min-width: 778px) {
  body .text-23xl\:sm {
    font-size: 28px;
  }
}
@media (min-width: 778px) {
  body .text-23xl\:mobile {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  body .text-23xl\:md {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  body .text-23xl\:lg {
    font-size: 28px;
  }
}

.text-24xl {
  font-size: 36px;
}
@media (min-width: 320px) {
  body .text-24xl\:ss {
    font-size: 36px;
  }
}
@media (min-width: 480px) {
  body .text-24xl\:xs {
    font-size: 36px;
  }
}
@media (min-width: 778px) {
  body .text-24xl\:sm {
    font-size: 36px;
  }
}
@media (min-width: 778px) {
  body .text-24xl\:mobile {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  body .text-24xl\:md {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  body .text-24xl\:lg {
    font-size: 36px;
  }
}

.text-25xl {
  font-size: 48px;
}
@media (min-width: 320px) {
  body .text-25xl\:ss {
    font-size: 48px;
  }
}
@media (min-width: 480px) {
  body .text-25xl\:xs {
    font-size: 48px;
  }
}
@media (min-width: 778px) {
  body .text-25xl\:sm {
    font-size: 48px;
  }
}
@media (min-width: 778px) {
  body .text-25xl\:mobile {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  body .text-25xl\:md {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  body .text-25xl\:lg {
    font-size: 48px;
  }
}

.text-3xl {
  font-size: 56px;
}
@media (min-width: 320px) {
  body .text-3xl\:ss {
    font-size: 56px;
  }
}
@media (min-width: 480px) {
  body .text-3xl\:xs {
    font-size: 56px;
  }
}
@media (min-width: 778px) {
  body .text-3xl\:sm {
    font-size: 56px;
  }
}
@media (min-width: 778px) {
  body .text-3xl\:mobile {
    font-size: 56px;
  }
}
@media (min-width: 960px) {
  body .text-3xl\:md {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  body .text-3xl\:lg {
    font-size: 56px;
  }
}

/* ==========================================================================
  * GOOBAL COMPONENTS
  * Componentes del web
  ========================================================================== */
.g-bg-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 320px) {
  body .g-bg-cover-center\:ss {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 480px) {
  body .g-bg-cover-center\:xs {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 778px) {
  body .g-bg-cover-center\:sm {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 778px) {
  body .g-bg-cover-center\:mobile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 960px) {
  body .g-bg-cover-center\:md {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 1024px) {
  body .g-bg-cover-center\:lg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

body .g-pt-1 {
  padding-top: 20px;
}
@media (max-width: 480px) {
  body .g-pt-1 {
    padding-top: 20px;
  }
}

body .g-pt-2 {
  padding-top: 50px;
}
@media (max-width: 480px) {
  body .g-pt-2 {
    padding-top: 30px;
  }
}

body .g-pt-3 {
  padding-top: 80px;
}
@media (max-width: 480px) {
  body .g-pt-3 {
    padding-top: 50px;
  }
}

body .g-pt-4 {
  padding-top: 120px;
}
@media (max-width: 480px) {
  body .g-pt-4 {
    padding-top: 80px;
  }
}

body .g-pb-1 {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  body .g-pb-1 {
    padding-bottom: 30px;
  }
}

body .g-pb-2 {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  body .g-pb-2 {
    padding-bottom: 30px;
  }
}

body .g-pb-3 {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  body .g-pb-3 {
    padding-bottom: 50px;
  }
}

body .g-pb-4 {
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  body .g-pb-4 {
    padding-bottom: 80px;
  }
}

/* ==========================================================================
  * COMPONENTS
  * Componentes del web
  ========================================================================== */
.c-actions {
  margin-top: 2px;
}
@media (min-width: 778px) {
  .c-actions:not(.c-actions--one) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
  }
  .c-actions:not(.c-actions--one) > * {
    padding-left: 2px;
    padding-right: 2px;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-actions.c-actions--one {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .c-actions.c-actions--one > * {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.c-actions > a {
  width: 100%;
  margin-bottom: 2px;
  display: block;
}
@media (min-width: 778px) {
  .c-actions > a {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.c-action-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 778px) {
  .c-action-item {
    padding: 100px 0px;
  }
}
.c-action-item, .c-action-item img {
  width: 100%;
}
@media (max-width: 778px) {
  .c-action-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: rgba(39, 49, 66, 0.7);
  }
}
@media (max-width: 778px) and (min-width: 480px) {
  .c-action-item:before {
    mix-blend-mode: multiply;
  }
}
@media (max-width: 778px) and (max-width: 480px) {
  .c-action-item:before {
    mix-blend-mode: overlay, multiply;
    background-color: rgba(39, 49, 66, 0.8);
  }
}
@media (max-width: 778px) {
  .c-action-item > * {
    position: relative;
    z-index: 10;
  }
  .c-action-item:before {
    background-color: rgba(248, 66, 9, 0.75);
  }
  .c-action-item:before {
    width: 100%;
  }
  .c-action-item:before {
    z-index: 99;
  }
}
@media (min-width: 778px) {
  .c-action-item {
    height: 38.85vw;
  }
  .c-action-item img {
    height: 38.85vw;
  }
}
@media (min-width: 778px) {
  .c-action-item {
    background-image: none !important;
  }
}
@media (max-width: 778px) {
  .c-action-item {
    height: auto;
    background-size: cover;
    background-position: center center;
  }
  .c-action-item img {
    display: none;
  }
}
.c-action-item img {
  object-fit: cover;
}
.c-action-item__image {
  width: 100%;
}
@media (min-width: 778px) {
  .c-action-item__image {
    position: absolute;
  }
}
.c-action-item__content {
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(248, 66, 9, 0);
  transition: background-color 0.5s;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 778px) {
  .c-action-item__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.c-action-item__content__categories {
  margin-bottom: 26px;
}
.c-action-item__content__categories span {
  font-size: 22px;
}
.c-action-item__content__categories span:after {
  content: ", ";
  margin-right: 5px;
}
.c-action-item__content__categories span:last-child:after {
  display: none;
}
.c-action-item__content h3, .c-action-item__content h4, .c-action-item__content__categories {
  transition: background-color 0.5s;
  color: #fff;
}
@media (min-width: 778px) {
  .c-action-item__content h3, .c-action-item__content h4, .c-action-item__content__categories {
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .c-action-item__content {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .c-action-item__content {
    padding-right: 40px;
  }
}
.c-action-item__content h3 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.52em;
}
@media (max-width: 480px) {
  .c-action-item__content h3 {
    font-size: 30px;
  }
}
.c-action-item__content h4 {
  font-size: 24px;
  line-height: 1.33;
}
@media (min-width: 778px) {
  .c-action-item__content {
    background-color: rgba(248, 66, 9, 0.75);
  }
  .c-action-item__content .c-action-item__content__categories {
    animation: fade-down 0.5s forwards;
  }
  .c-action-item__content h3, .c-action-item__content h4 {
    transition: all 0.5s;
  }
  .c-action-item__content h3 {
    animation: fade-down 0.5s forwards;
  }
  .c-action-item__content h4 {
    animation: fade-up 0.5s forwards;
  }
  .c-action-item__content:hover h3, .c-action-item__content:hover h4 {
    color: rgba(255, 255, 255, 0);
  }
}

.c-article-head {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .c-article-head {
    margin-bottom: 30px;
  }
}
.c-article-head__neigh {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 1220px) {
  .c-article-head__neigh {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .c-article-head__neigh {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .c-article-head__neigh {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .c-article-head__neigh {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .c-article-head__neigh {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .c-article-head__neigh {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .c-article-head__neigh {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 778px) {
  .c-article-head__neigh {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-article-head__neigh ._link {
  width: 100px;
}
.c-article-head__neigh ._link a {
  display: flex;
  color: rgba(39, 49, 66, 0.6);
}
.c-article-head__neigh ._link a:hover {
  color: #273142;
}
.c-article-head__neigh ._link a i {
  display: inline-block;
  margin: 0px 10px;
}
.c-article-head__neigh--xs {
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: -30px;
}
.c-article-head__dates {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 14px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
@media (max-width: 480px) {
  .c-article-head__dates {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .c-article-head__dates {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-article-head__dates__days {
  display: flex;
  flex-direction: column;
}
.c-article-head__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 20px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.c-article-head__category a {
  line-height: 2;
  font-size: 14px;
}
.c-article-head__category a:after {
  content: "—";
  margin-left: 10px;
  margin-right: 10px;
}
.c-article-head__category a:last-child:after {
  display: none;
}
.c-article-head__category._orange a {
  color: #F84209;
}
.c-article-head__category._orange a:hover {
  color: #273142;
}
.c-article-head__category._blue a {
  color: #0072CE;
}
.c-article-head__category._blue a:hover {
  color: #273142;
}
.c-article-head__category._green a {
  color: #00AC3B;
}
.c-article-head__category._green a:hover {
  color: #273142;
}
.c-article-head__title {
  text-align: center;
  font-size: 56px;
  line-height: 1.2;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .c-article-head__title {
    font-size: 30px;
  }
}
.c-article-head__summary {
  font-family: "Noto Serif";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.42;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 1075px;
  letter-spacing: -0.14px;
}
.c-article-summary {
  margin-bottom: 70px;
}

@media (min-width: 480px) {
  .c-article-2cols {
    columns: 2;
    column-gap: 30px;
  }
}

.c-article-docs {
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(39, 49, 66, 0.2);
  border-bottom: 1px solid rgba(39, 49, 66, 0.2);
}
@media (max-width: 480px) {
  .c-article-docs {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .c-article-docs {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .c-article-docs {
    padding-bottom: 20px;
  }
}

.c-article-paragraphs {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 480px) {
  .c-article-paragraphs {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .c-article-paragraphs {
    padding-bottom: 25px;
  }
}
.c-article-paragraphs:last-child {
  padding-bottom: 0;
}

.c-article-phrases {
  padding-bottom: 3px;
}

@media (max-width: 778px) {
  .c-articles-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .c-articles-block {
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid #273142;
    padding-top: 45px;
  }
  ._no-main .c-articles-block {
    border-top: none;
    padding-top: 0;
  }
}
.c-articles-block .splide__arrow {
  border-radius: 0;
  background-color: #fff;
}
.c-articles-block .splide__arrow[disabled] {
  display: none;
}
.c-articles-block .splide__arrow svg {
  display: none;
}
.c-articles-block .splide__arrow--next {
  right: -60px;
}
@media (max-width: 778px) {
  .c-articles-block .splide__arrow--next {
    right: -60px;
  }
}
.c-articles-block .splide__arrow--prev {
  left: -60px;
}
@media (max-width: 778px) {
  .c-articles-block .splide__arrow--prev {
    left: -60px;
  }
}

.c-article-item {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .c-article-item {
    margin-bottom: 40px;
    max-width: calc(100vw - 30px);
  }
}
.c-article-item:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #273142;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .c-article-item:after {
    width: 150px;
  }
}
.c-article-item__head {
  margin-bottom: 18px;
}
@media (min-width: 480px) {
  .c-article-item__head {
    display: flex;
    justify-content: space-between;
  }
}
.c-article-item__title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
}
.c-article-item__title a {
  color: #273142;
}
.c-article-item__title a:hover {
  color: #0072CE;
}
.c-article-item__link a span {
  margin-left: 10px;
}

.c-article-date {
  font-size: 14px;
}

.c-article-hashtag {
  font-size: 14px;
  font-style: italic;
  font-family: "Noto Serif";
  color: rgba(39, 49, 66, 0.6);
}

.c-article-index {
  display: block;
}
.c-article-index__container {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 778px) {
  .c-article-index__container {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #273142;
  }
}
@media (min-width: 778px) and (min-width: 1220px) {
  .c-article-index__container {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px;
  }
}
@media (max-width: 778px) {
  .c-article-index__container {
    flex-direction: column;
    border-bottom: none;
    align-items: flex-start;
  }
  .c-article-index__container:after {
    content: "";
    width: 200px;
    height: 3px;
    background-color: #273142;
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 778px) {
  .c-article-index:last-child .c-article-index__container {
    border-bottom: 1px solid #273142;
  }
}
@media (min-width: 778px) {
  .c-article-index:nth-child(even) .c-article-index__container:after {
    right: 0;
  }
}
.c-article-index:hover {
  opacity: 0.6;
}
@media (min-width: 778px) {
  .c-article-index__image {
    flex: 0 0 400px;
    margin-right: 90px;
    min-height: 300px;
  }
}
@media (min-width: 778px) {
  .c-article-index:nth-child(odd) .c-article-index__image {
    order: 2;
    margin-right: 0;
    margin-left: 90px;
  }
}
@media (max-width: 778px) {
  .c-article-index:nth-child(odd) .c-article-index__image {
    margin-left: -15px;
  }
  .c-article-index:nth-child(even) .c-article-index__image {
    margin-right: -15px;
  }
}
.c-article-index__date {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.c-article-index__date ._date {
  color: #0072CE;
  font-size: 14px;
}
.c-article-index__content {
  flex-grow: 1;
  padding-bottom: 50px;
  color: #273142;
}
@media (max-width: 480px) {
  .c-article-index__content {
    padding-bottom: 20px;
  }
}
.c-article-index__content h3 {
  font-size: 24px;
}
@media (max-width: 778px) {
  .c-article-index__content {
    padding-top: 40px;
  }
}
.c-article-index__link {
  color: #0072CE;
  margin-top: 10px;
  font-weight: 500;
}
.c-article-index__link span {
  margin-left: 10px;
}

.r-custom_tabs:last-child(),
.r-custom_text:last-child(),
.r-text:last-child(),
#content-for-layout > div:not(.r-phrases):not(.r-courses):not(.r-articles):last-child() {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .r-custom_tabs:last-child(),
  .r-custom_text:last-child(),
  .r-text:last-child(),
  #content-for-layout > div:not(.r-phrases):not(.r-courses):not(.r-articles):last-child() {
    margin-bottom: 30px;
  }
}

.r-downloads {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .r-downloads {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .r-downloads {
    margin-bottom: 30px;
  }
}

.r-custom_tabs {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .r-custom_tabs {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .r-custom_tabs {
    margin-bottom: 30px;
  }
}

.r-custom_text {
  margin-top: 55px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .r-custom_text {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .r-custom_text {
    margin-bottom: 30px;
  }
}
.r-custom_text:first-child {
  margin-top: 0;
}

.r-articles {
  margin-top: 80px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .r-articles {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .r-articles {
    margin-bottom: 30px;
  }
}
.r-articles:last-child() {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .r-articles:last-child() {
    margin-bottom: 30px;
  }
}

.r-events {
  margin-top: 85px;
  margin-bottom: 75px;
}
@media (max-width: 480px) {
  .r-events {
    margin-top: 65px;
  }
}
@media (max-width: 480px) {
  .r-events {
    margin-bottom: 30px;
  }
}

.section-view > .row-pos-0 {
  margin-top: 0;
}

.b-slideshow,
.b-phrases,
.b-courses,
.b-actions,
.b-custom_courses,
.b-item {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1220px) {
  .b-slideshow,
  .b-phrases,
  .b-courses,
  .b-actions,
  .b-custom_courses,
  .b-item {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .b-slideshow,
  .b-custom_tabs .b-phrases,
  .b-custom_tabs .b-courses,
  .b-custom_tabs .b-actions,
  .b-custom_tabs .b-custom_courses,
  .b-custom_tabs .b-item {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .b-slideshow,
  .b-custom_tabs .c-custom-tabs--full .b-phrases,
  .b-custom_tabs .c-custom-tabs--full .b-courses,
  .b-custom_tabs .c-custom-tabs--full .b-actions,
  .b-custom_tabs .c-custom-tabs--full .b-custom_courses,
  .b-custom_tabs .c-custom-tabs--full .b-item {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .b-slideshow,
  .b-phrases,
  .b-courses,
  .b-actions,
  .b-custom_courses,
  .b-item {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .b-slideshow,
  .b-phrases,
  .b-courses,
  .b-actions,
  .b-custom_courses,
  .b-item {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .b-slideshow,
  .b-phrases,
  .b-courses,
  .b-actions,
  .b-custom_courses,
  .b-item {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .b-slideshow,
  .b-phrases,
  .b-courses,
  .b-actions,
  .b-custom_courses,
  .b-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-burger {
  padding: 10px;
  z-index: 50;
  width: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-burger__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-size: 40px;
  transition: transform 0.5s;
}
.activeNO .c-burger__nav {
  justify-content: center;
  z-index: 900;
}
.c-burger__nav div {
  transition: all 0.5s;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #fff;
}
.activeNO .c-burger__nav div {
  left: 0;
  height: 2px;
  background-color: #fff;
}
.c-burger__nav div:nth-child(1) {
  top: 0px;
}
.c-burger__nav div:nth-child(2) {
  top: 11px;
}
.c-burger__nav div:nth-child(3) {
  top: 22px;
}
.activeNO .c-burger__nav div:nth-child(1) {
  transform: rotate(45deg);
  left: 0px;
  top: 12px;
  position: absolute;
  width: 34px;
}
.activeNO .c-burger__nav div:nth-child(2) {
  transform: rotate(-45deg);
  left: 0px;
  top: 12px;
  position: absolute;
  width: 34px;
}

.c-btn {
  display: inline-block;
  border-radius: 1000px;
  padding: 10px 40px;
  border: 1px solid #273142;
  color: #273142;
}
.c-btn--white {
  color: #fff;
  background-color: #273142;
  border-color: #fff;
}
.c-btn--white:hover {
  color: #fff;
}
.c-btn--white:hover {
  background-color: #0072CE;
}
.c-btn--white:hover {
  border-color: transparent;
  opacity: 0.7;
}
.c-btn--bg-blue {
  background-color: #0072CE;
  color: #fff;
  border: none;
}
.c-btn--bg-blue:hover {
  background-color: #273142;
}
body.escola .c-btn--bg-blue {
  background-color: #00AC3B;
}
@media (min-width: 778px) {
  ._green .c-btn--reverse {
    color: #00AC3B;
    border-color: #00AC3B;
  }
  ._green .c-btn--reverse:hover {
    color: #00AC3B;
    border-color: #00AC3B;
  }
  ._orange .c-btn:hover {
    color: #F84209;
    border-color: #F84209;
  }
  ._blue .c-btn:hover {
    color: #0072CE;
    border-color: #0072CE;
  }
  ._green .c-btn:hover {
    color: #00AC3B;
    border-color: #00AC3B;
  }
}

.c-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .c-categories {
    padding-bottom: 60px;
  }
}
.c-categories a {
  color: rgba(39, 49, 66, 0.6);
  font-size: 14px;
  line-height: 2.4;
  display: flex;
  align-items: center;
}
.c-categories a:hover {
  color: #0072CE;
}
.c-categories a.active {
  color: #0072CE;
}
.c-categories a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: rgba(39, 49, 66, 0.6);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.c-categories a:last-child:after {
  display: none;
}

.c-contact {
  margin-bottom: 80px;
}
@media (min-width: 778px) {
  .c-contact {
    display: flex;
    margin-bottom: 230px;
  }
  .c-contact__form {
    margin-left: 120px;
  }
}
.c-contact__text {
  margin-top: 1em;
}
.c-contact__text ._label {
  letter-spacing: 1.4px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .c-contact__text {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-contact__text ._value {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: 1.23;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .c-contact__text ._value {
    font-size: 18px;
  }
}
.c-contact__text ._value a {
  color: #273142;
}
.c-contact__text ._value a:hover {
  color: #0072CE;
}

#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: 480px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    top: 50%;
    left: m(25px);
    bottom: auto;
    transform: translateY(-50%);
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig a {
  color: #273142;
  text-decoration: underline;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  flex-basis: 100%;
  margin-bottom: m(10px);
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  color: #273142 !important;
  font-family: "Noto Sans" !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert:before {
  content: "Cookies";
  display: block;
  font-size: m(30px);
  font-weight: 200;
  margin-bottom: m(10px);
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronDenyAll,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  font-family: "Noto Sans" !important;
  background: #0072CE;
  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: 480px) {
  #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;
}

#tarteaucitronDenyAll,
#tarteaucitronCloseAlert {
  width: 100%;
  max-width: calc(50% - 7px) !important;
  flex-basis: calc(50% - 7px) !important;
  order: 2;
  background-color: #273142 !important;
}

#tarteaucitronPersonalize {
  margin-left: 0 !important;
  width: 100%;
  background: #F84209 !important;
}

#tarteaucitronCloseAlert {
  width: 100%;
  flex-basis: 100%;
  margin-left: 0;
}

#tarteaucitronPercentage {
  display: none !important;
}

@media (min-width: 778px) {
  .c-courses-relateds {
    display: flex;
    margin-left: -1.5px;
    margin-right: -1.5px;
  }
  .c-courses-relateds > * {
    width: 100%;
    flex-grow: 1;
    padding-left: 1.5px;
    padding-right: 1.5px;
  }
  .c-courses-relateds > div {
    width: 100%;
    flex-grow: 1;
  }
}
@media (max-width: 778px) {
  .c-courses-relateds > div {
    margin-bottom: 4px;
  }
}

.c-course-related {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 172, 59, 0.4);
  height: 100%;
}
@media (max-width: 480px) {
  .c-course-related {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .c-course-related {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .c-course-related {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .c-course-related {
    padding-bottom: 50px;
  }
}
.c-course-related__antetitle,
.c-course-related h3,
.c-course-related h4 {
  max-width: 800px;
}
.c-course-related__antetitle {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .c-course-related__antetitle {
    font-size: 18px;
  }
}
.c-course-related h3 {
  font-size: 48px;
  line-height: 1.03;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .c-course-related h3 {
    font-size: 30px;
  }
}
.c-course-related h4 {
  font-size: 24px;
  line-height: 1.33;
}
@media (max-width: 480px) {
  .c-course-related h4 {
    font-size: 17px;
  }
}
.c-course-related__link {
  margin-top: 55px;
}
@media (max-width: 480px) {
  .c-course-related__link {
    margin-top: 20px;
  }
}
.c-course-related__link a:hover {
  background-color: #00AC3B;
  border-color: #00AC3B;
  color: #fff;
}

.c-courses-wrapper {
  background-image: url("/img/wave-invert.svg");
  background-size: calc(100vw + 120px) 100px;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-color: rgba(0, 172, 59, 0.4);
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .c-courses-wrapper {
    background-size: 1500px 100px;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  .c-courses-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .c-courses-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 778px) {
  .c-courses-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-courses-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .c-courses-head {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .c-courses-head {
    padding-bottom: 30px;
  }
}
.c-courses-head h5 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
._orange .c-courses-head h5 {
  color: #F84209;
}
._blue .c-courses-head h5 {
  color: #0072CE;
}
._green .c-courses-head h5 {
  color: #00AC3B;
}
.c-courses-head h3 {
  font-size: 48px;
  line-height: 1.03;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .c-courses-head h3 {
    font-size: 30px;
  }
}
.c-courses-head h4 {
  font-size: 24px;
  line-height: 1.33;
}
@media (max-width: 480px) {
  .c-courses-head h4 {
    font-size: 22px;
  }
}
.c-courses-head__link {
  margin-top: 45px;
}
@media (max-width: 480px) {
  .c-courses-head__link {
    margin-top: 30px;
  }
}
.c-courses-head__link a {
  display: inline-block;
  border-radius: 1000px;
  padding: 10px 20px;
  color: #273142;
  border: 1px solid rgba(39, 49, 66, 0.7);
}
.c-courses-head__link a:hover {
  color: #fff;
  border-color: transparent;
  background-color: rgba(39, 49, 66, 0.7);
}

.c-courses .splide__list {
  align-items: stretch;
}
.c-courses .splide__slide {
  position: relative;
}
@media (max-width: 480px) {
  .c-courses .splide__slide {
    height: 100%;
  }
}
.c-courses .splide__slide:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #273142;
  position: absolute;
  bottom: 10px;
}

.c-course-item {
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .c-course-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.c-course-item__image {
  position: relative;
}
.c-course-item__image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.c-course-item__image:before {
  transition: background-color 0.5s;
  content: "";
  background-color: rgba(0, 172, 59, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
.c-course-item__image__finish {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: rgba(39, 49, 66, 0.7);
  color: #fff;
  padding: 3px 5px;
}
@media (min-width: 778px) {
  .c-course-item:hover {
    background-color: #fff;
    z-index: 99;
  }
  .c-course-item:hover:hover {
    box-shadow: 2px 3px 10px rgba(39, 49, 66, 0.2);
  }
  .c-course-item:hover .c-course-item__image:before {
    background-color: rgba(0, 172, 59, 0);
  }
}
.c-course-item > * {
  position: relative;
  z-index: 10;
}
.c-course-item__title {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #273142;
  font-weight: bold;
}
@media (max-width: 480px) {
  .c-course-item__title {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .c-course-item__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .c-course-item__title {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .c-course-item__title {
    padding-right: 10px;
  }
}
@media (min-width: 480px) {
  .c-course-item__title {
    height: calc(100% - 175px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.c-custom-text h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 52px;
}
.c-custom-text__total {
  margin-top: -30px;
}
._truncate .c-custom-text__total {
  display: none;
}
._truncate.active .c-custom-text__total {
  display: block;
}
.active .c-custom-text__truncate {
  display: none;
}
.c-custom-text__button {
  margin-top: 0.5em;
  display: inline-flex;
  align-items: center;
}
.c-custom-text__button button {
  cursor: pointer;
  color: #0072CE;
}
.c-custom-text__button button span {
  margin-left: 20px;
}
.c-custom-text__button:hover button {
  cursor: pointer;
  color: #273142;
}
.c-custom-text__links {
  margin-top: 30px;
}
.c-custom-text__button-link {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .c-custom-text__button-link {
    margin-top: 20px;
  }
}
.c-custom-text__button-link._center {
  text-align: center;
}

.c-docs {
  display: flex;
  justify-content: flex-end;
}
.c-custom-tabs .c-docs {
  justify-content: flex-end;
}
.c-docs--center {
  justify-content: center;
}
.c-docs a {
  color: #273142;
  font-size: 17px;
}
@media (min-width: 480px) {
  .c-docs a {
    margin-right: 70px;
  }
}
@media (max-width: 480px) {
  .c-docs a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c-docs a:last-child {
  margin-right: 0;
}
.c-docs a:hover {
  color: rgba(39, 49, 66, 0.6);
}
.c-docs a i {
  margin-right: 12px;
  font-size: 28px;
  position: relative;
  top: 2px;
}
@media (max-width: 480px) {
  .c-docs {
    flex-direction: column;
  }
  .c-docs--center {
    align-items: center;
  }
}

.c-error400 {
  padding: 40px 0;
  text-align: center;
}
.c-error400 h2 {
  font-size: 85px;
  text-align: center;
}
.c-error400 h1 {
  font-size: 65px;
  text-align: center;
  color: v-color-brand();
  max-width: none;
}
.c-error400 h3 {
  max-width: 780px;
  margin: 20px auto;
  text-align: center;
  color: v-color-brand(secondary);
  font-size: 35px;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .c-error400 h2 {
    font-size: 55px;
  }
  .c-error400 h1 {
    font-size: 40px;
  }
  .c-error400 h3 {
    font-size: 16px;
  }
}

.c-events-wrapper {
  position: relative;
}

.c-events-subtitle {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .c-events {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
  }
  .c-events > * {
    padding-left: 2px;
    padding-right: 2px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 778px) {
  .c-events {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
  }
  .c-events > * {
    padding-left: 2px;
    padding-right: 2px;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.c-event-date {
  text-align: center;
  color: #fff;
  margin: 10px 0px;
}
.c-event-date__day {
  font-size: 32px;
}
.c-event-date__hour {
  font-size: 24px;
}

.c-events-item-wrapper {
  margin-bottom: 2px;
  position: relative;
}
.c-events-item-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 138%;
}

.c-events-item {
  display: block;
  position: absolute;
  height: 100%;
}
.c-events-item img {
  height: 100%;
}
.c-events-item img {
  object-fit: cover;
}
.c-events-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-events-item__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(to bottom, #273142, #273142), linear-gradient(to bottom, rgba(39, 49, 66, 0.75), rgba(39, 49, 66, 0.75));
  mix-blend-mode: overlay, multiply;
  opacity: 0.75;
  transition: opacity 0.5s;
}
.c-events-item__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 22px 34px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-events-item__dates {
  font-weight: 500;
}
.c-events-item__dates span {
  display: block;
  margin-right: 5px;
}
.c-events-item__titles h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.c-events-item__titles h3 {
  font-weight: bold;
  line-height: 1.33;
}
@media (min-width: 480px) {
  .c-events-item:hover .c-events-item__dates {
    font-size: 24px;
  }
  .c-events-item:hover .c-events-item__titles h4 {
    font-size: 18px;
  }
  .c-events-item:hover .c-events-item__titles h3 {
    font-size: 22px;
    line-height: 1.14;
  }
  .c-events-item:hover .c-events-item__image:before {
    opacity: 1;
  }
}

@media (max-width: 778px) {
  .c-events-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-events-block .splide__arrow--next {
    right: -60px;
  }
  .c-events-block .splide__arrow--prev {
    left: -60px;
  }
}
@media (max-width: 480px) {
  .c-events-block .splide__arrow--next {
    right: -40px;
  }
  .c-events-block .splide__arrow--prev {
    left: -40px;
  }
}
.c-events-block__title {
  padding-bottom: 50px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 480px) {
  .c-events-block__title {
    padding-bottom: 30px;
  }
}

.c-footer-fixed, .c-footer-fixed > div {
  height: 100vh;
}
.c-footer-fixed > div {
  bottom: 0px;
  left: 0;
  position: fixed;
  background-color: #273142;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.c-footer-wrapper {
  border-top: 1px solid #fff;
  background-color: #273142;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .c-footer-wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }
}

.c-footer {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 778px) {
  .c-footer {
    flex-direction: column;
  }
}
.c-footer__logo {
  width: 170px;
}
@media (min-width: 778px) {
  .c-footer__logo {
    position: relative;
    padding-right: 30px;
    margin-right: 24px;
  }
  .c-footer__logo:after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
}
.c-footer__nav {
  flex-grow: 1;
}
.c-footer__nav ul {
  display: flex;
}
.c-footer__nav ul li {
  padding-left: 21px;
  padding-right: 21px;
}
@media (max-width: 480px) {
  .c-footer__nav ul li {
    padding-left: 8px;
  }
}
@media (max-width: 480px) {
  .c-footer__nav ul li {
    padding-right: 8px;
  }
}
.c-footer__nav ul li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.c-footer__nav ul li a:hover {
  color: #0072CE;
}
@media (max-width: 778px) {
  .c-footer__nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-footer__social ul {
  display: flex;
}
.c-footer__social ul li {
  font-size: 14px;
  margin: 0 0.9rem;
}
.c-footer__social ul li a {
  color: #fff;
}
.c-footer__social ul li a:hover {
  color: #0072CE;
}
@media (max-width: 778px) {
  .c-footer__social {
    margin-bottom: 10px;
  }
}

.c-footer-copy {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 480px) {
  .c-footer-copy {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .c-footer-copy {
    padding-bottom: 10px;
  }
}

.c-share-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .c-share-footer {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .c-share-footer {
    padding-bottom: 20px;
  }
}
.c-share-footer .c-share {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 480px) {
  .form-intro {
    position: absolute;
    width: 400px;
  }
  .form-intro + form {
    padding-left: 500px;
  }
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form input[type=number],
.c-form textarea, .b-form input[type=text],
.b-form input[type=email],
.b-form input[type=tel],
.b-form input[type=password],
.b-form input[type=number],
.b-form textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border: none;
  width: 100%;
  font-weight: 300;
  border-radius: 2px;
  line-height: 1.4;
  border: 1px solid rgba(39, 49, 66, 0.2);
}
.c-form input[type=text]:active, .c-form input[type=text]:focus,
.c-form input[type=email]:active,
.c-form input[type=email]:focus,
.c-form input[type=tel]:active,
.c-form input[type=tel]:focus,
.c-form input[type=password]:active,
.c-form input[type=password]:focus,
.c-form input[type=number]:active,
.c-form input[type=number]:focus,
.c-form textarea:active,
.c-form textarea:focus, .b-form input[type=text]:active, .b-form input[type=text]:focus,
.b-form input[type=email]:active,
.b-form input[type=email]:focus,
.b-form input[type=tel]:active,
.b-form input[type=tel]:focus,
.b-form input[type=password]:active,
.b-form input[type=password]:focus,
.b-form input[type=number]:active,
.b-form input[type=number]:focus,
.b-form textarea:active,
.b-form textarea:focus {
  outline: none;
}
.c-form .input, .b-form .input {
  margin-top: 1em;
  position: relative;
}
.c-form .input.text > label:not(.error), .c-form .input.textarea > label:not(.error), .c-form .input.email > label:not(.error), .c-form .input.tel > label:not(.error), .c-form .input.select > label:not(.error), .c-form .input.number > label:not(.error), .c-form .input.password > label:not(.error), .c-form .input.date > label:not(.error), .b-form .input.text > label:not(.error), .b-form .input.textarea > label:not(.error), .b-form .input.email > label:not(.error), .b-form .input.tel > label:not(.error), .b-form .input.select > label:not(.error), .b-form .input.number > label:not(.error), .b-form .input.password > label:not(.error), .b-form .input.date > label:not(.error) {
  display: block;
  font-weight: bold;
  font-size: 1em;
  color: #273142;
  margin-bottom: 7px;
  font-size: 17px;
}
.c-form .input.text, .c-form .input.textarea, .c-form .input.email, .c-form .input.tel, .c-form .input.number, .c-form .input.password, .b-form .input.text, .b-form .input.textarea, .b-form .input.email, .b-form .input.tel, .b-form .input.number, .b-form .input.password {
  padding: 5px 0px;
}
.c-form .input.checkbox, .b-form .input.checkbox {
  display: flex;
}
.c-form .input.checkbox input, .b-form .input.checkbox input {
  margin-top: 3px;
  margin-right: 5px;
}
.c-form .input.select select, .c-form .input.date select, .b-form .input.select select, .b-form .input.date select {
  border: none;
  border: 1px solid #D7D2C5;
  width: 100%;
  background: #fff;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 3px 2px;
  color: #777;
}
.c-form .input.date, .b-form .input.date {
  display: flex;
  flex-wrap: wrap;
}
.c-form .input.date label, .b-form .input.date label {
  flex-basis: 100%;
  display: block;
  margin-bottom: 10px;
}
.c-form .input.date select, .b-form .input.date select {
  width: auto;
  margin-right: 5px;
}
.c-form .input.input.radio, .b-form .input.input.radio {
  display: flex;
}
.c-form .input.input.radio .radio, .b-form .input.input.radio .radio {
  margin-right: 2em;
}
.c-form .input.input.radio label, .b-form .input.input.radio label {
  display: inline-block;
  font-size: 1em;
  color: rgba(39, 49, 66, 0.2);
  font-weight: 300;
  margin-left: 0.5em;
}
.c-form .input.input.checkbox label, .b-form .input.input.checkbox label {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  margin-left: 0.5em;
}
.c-form fieldset, .b-form fieldset {
  border: none;
  margin-top: 55px;
  width: 100%;
}
.c-form legend, .b-form legend {
  letter-spacing: 1.4px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.c-form label.error, .b-form label.error {
  color: red;
  font-size: 14px;
  font-weight: bold;
}
.c-form .multiCheckbox .checkbox input, .b-form .multiCheckbox .checkbox input {
  margin-right: 5px;
}
.c-form .multiCheckbox .checkbox input + label, .b-form .multiCheckbox .checkbox input + label {
  font-size: 16px;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-fields:first-child .input {
  margin-top: 0;
}
.form-fields > div {
  padding: 20px 0;
  flex-grow: 1;
  width: 100%;
}
.form-fields > div.half, .form-fields > div.upload {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 480px) {
  .form-fields > div.half, .form-fields > div.upload {
    flex-basis: 100%;
    margin-right: 0;
    max-width: none;
  }
}
.form-fields > div.no-100 {
  flex-basis: calc(100% - 200px);
  width: calc(100% - 200px);
}
@media (max-width: 480px) {
  .form-fields > div.no-100 {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.form-fields > div.upload {
  flex-grow: 0;
  align-self: flex-end;
  margin-bottom: -5px;
}
@media (max-width: 480px) {
  .form-fields > div.upload {
    flex-basis: 100%;
    margin-right: 0;
  }
}

.c-form-links {
  text-align: right;
}
.c-form-links a {
  text-decoration: underline;
}

.form-error-notice {
  text-align: center;
  background-color: #B22D00;
  padding: 20px;
  color: #fff;
}
.form-error-notice h4 {
  text-transform: uppercase;
}

.form-notice {
  font-size: 14px;
}
.form-notice input {
  margin-right: 10px;
}

.form-contact {
  border: 1px solid #ccc;
  padding: 20px 30px;
  max-width: 615px;
  margin: 20px auto;
}

.form-accept-text {
  margin-top: 30px;
}

.form-accept-text,
.form-mandatory-text {
  margin-top: 1em;
  font-size: 1em !important;
}

.change-password {
  margin-top: 20px;
}
.change-password span {
  cursor: pointer;
}

.change-password-container {
  display: none;
}
.change-password-container.active {
  display: blocK;
}

.form-response-success {
  margin-top: 30px;
  margin-bottom: 20px;
}

.cuenta {
  display: flex;
}
.cuenta > label {
  margin-top: 0;
  margin-right: 20px;
  width: 40px;
}

.form-submit {
  margin-top: 2em;
}
.form-submit button {
  background-color: #273142;
  border: none;
  color: #fff;
  padding: 14px 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.form-submit button:hover {
  background-color: #0072CE;
}
.form-submit button:after {
  font-family: "icons";
  content: "c";
  margin-left: 34px;
}

.recaptcha-containter {
  margin-top: 2rem;
}

.error-message,
label.error,
.recaptcha-error {
  color: #c1101f;
  position: relative;
  line-height: 18px;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
.error-message:before,
label.error:before,
.recaptcha-error:before {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.explain {
  margin-top: 30px;
}

.c-header-page {
  position: relative;
  height: 485px;
  margin-top: -140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
.c-header-page:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: rgba(39, 49, 66, 0.7);
}
@media (min-width: 480px) {
  .c-header-page:before {
    mix-blend-mode: multiply;
  }
}
@media (max-width: 480px) {
  .c-header-page:before {
    mix-blend-mode: overlay, multiply;
    background-color: rgba(39, 49, 66, 0.8);
  }
}
.c-header-page > * {
  position: relative;
  z-index: 10;
}
.c-header-page:after {
  position: absolute;
  content: "";
  background-image: url("/img/wave.svg");
  background-size: calc(100vw + 120px) 150px;
  background-position: left bottom;
  background-repeat: no-repeat;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 778px) {
  .c-header-page:after {
    background-size: 1500px 150px;
    background-position: center bottom;
  }
}
@media (max-width: 480px) {
  .c-header-page:after {
    background-size: 1500px 150px;
    background-position: center bottom;
  }
}
.c-header-page._no-title {
  justify-content: flex-end;
  padding-bottom: 150px;
}
.c-header-page._big {
  height: 100vh;
}
@media (max-width: 480px) {
  .c-header-page {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .c-header-page {
    height: 455px;
    margin-top: -121px;
  }
}
.c-header-page h1 {
  margin-top: 95px;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  font-family: "Spartan";
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .c-header-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .c-header-page h1 {
    margin-top: 170px;
  }
}
.c-header-page h1._lite {
  text-transform: none;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Noto Sans";
}
.c-header-page__wave {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .c-header-page__wave svg {
    height: 58px;
  }
}
.c-header-page__crumbs {
  padding-left: 40px;
  padding-right: 40px;
}
.c-header-page__crumbs ul {
  display: flex;
  align-items: center;
}
.c-header-page__crumbs ul,
.c-header-page__crumbs ul a {
  color: #fff;
}
.c-header-page__crumbs ul li {
  font-size: 13px;
}
.c-header-page__crumbs ul li:not(:last-child):after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .c-header-page__crumbs ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.c-header-page__arrow {
  margin-top: 10px;
}
.c-header-page__arrow a {
  color: #fff;
  font-size: 30px;
}

.c-header-page-mini {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1220px;
}
@media (max-width: 480px) {
  .c-header-page-mini {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .c-header-page-mini {
    padding-bottom: 50px;
  }
}
.c-header-page-mini h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

body.header-black header {
  background-image: linear-gradient(104deg, #273142 50%, #5497a7);
  padding-bottom: 40px;
}

.c-header-wrapper {
  position: relative;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.5s;
}
@media (min-width: 1024px) {
  .c-header-wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }
}
.c-header-wrapper.sticking {
  width: 100%;
  background-image: linear-gradient(104deg, #273142 50%, #5497a7);
  z-index: 1000;
}

.c-header {
  display: flex;
  justify-content: space-between;
  height: 86px;
}
.sticking .c-header {
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  height: auto;
}
@media (max-width: 778px) {
  .sticking .c-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .c-header {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
.c-header__logo a {
  display: block;
  width: 220px;
  transition: all 0.5s;
}
.sticking .c-header__logo a {
  width: 132px;
}
@media (max-width: 778px) {
  .c-header__logo a {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .c-header__logo a {
    width: 160px;
  }
}
.c-header__navmain {
  flex-grow: 1;
  margin-top: 18px;
}
.c-header__search a {
  color: #fff;
  font-size: 22px;
  display: block;
  position: relative;
  padding: 10px 20px;
  top: 8px;
}
.c-header__burger {
  display: none;
}
@media (max-width: 778px) {
  .c-header__burger {
    display: block;
    position: relative;
    z-index: 1100;
  }
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  top: 0.15em;
  position: relative;
}

.c-index {
  display: flex;
}
@media (max-width: 778px) {
  .c-index {
    flex-direction: column;
  }
}
.c-index > div {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .c-index > div {
    width: 100%;
  }
}
.c-index__image {
  background-size: cover;
  background-position: center center;
}
.c-index__image img {
  display: none;
}
@media (max-width: 778px) {
  .c-index__image img {
    display: block;
  }
}
@media (min-width: 778px) {
  ._right .c-index__image {
    order: 2;
  }
}
.c-index__content {
  background-color: rgba(215, 210, 197, 0.2);
}
@media (max-width: 480px) {
  .fullwidth .c-index__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-index__content__texts {
  height: 100%;
  padding: 150px 50px 50px 95px;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 160px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 778px) {
  .c-index__content__texts {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .c-index__content__texts {
    padding-top: 50px;
  }
}
@media (max-width: 778px) {
  .c-index__content__texts {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .c-index__content__texts {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .c-index__content__texts {
    padding-left: 80px;
  }
}
@media (max-width: 778px) {
  .c-index__content__texts {
    padding-left: 80px;
  }
}
@media (max-width: 480px) {
  .c-index__content__texts {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .c-index__content__texts {
    padding-right: 30px;
  }
}
@media (max-width: 778px) {
  .c-index__content__texts {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  .c-index__content__texts {
    padding-right: 20px;
  }
}
._left .c-index__content__texts {
  padding-right: 160px;
  padding-left: 80px;
}
@media (max-width: 1024px) {
  ._left .c-index__content__texts {
    padding-right: 80px;
  }
}
@media (max-width: 778px) {
  ._left .c-index__content__texts {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  ._left .c-index__content__texts {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  ._left .c-index__content__texts {
    padding-left: 30px;
  }
}
@media (max-width: 778px) {
  ._left .c-index__content__texts {
    padding-left: 80px;
  }
}
@media (max-width: 480px) {
  ._left .c-index__content__texts {
    padding-left: 20px;
  }
}
._no-background .c-index__content {
  background-color: transparent;
}
.c-index__content h5 {
  margin-bottom: 25px;
  font-size: 22px;
}
._orange .c-index__content h5 {
  color: #F84209;
}
._blue .c-index__content h5 {
  color: #0072CE;
}
._green .c-index__content h5 {
  color: #00AC3B;
}
.c-index__content h3 {
  font-size: 48px;
  line-height: 1.03;
}
@media (max-width: 480px) {
  .c-index__content h3 {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  .c-index__content h3 {
    margin-left: -5px;
  }
}
.c-index__content h4 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .c-index__content h4 {
    font-size: 22px;
  }
}
.c-index__content__link {
  margin-top: 62px;
}
@media (max-width: 480px) {
  .c-index__content__link {
    margin-top: 30px;
  }
}
.c-overpass {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1220px) {
  .c-overpass {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px;
  }
}

.c-fullwidth, .fullwidth {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1220px) {
  .c-fullwidth, .fullwidth {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .c-fullwidth, .b-custom_tabs .fullwidth {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .c-fullwidth, .b-custom_tabs .c-custom-tabs--full .fullwidth {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .c-fullwidth, .fullwidth {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .c-fullwidth, .fullwidth {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .c-fullwidth, .fullwidth {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .c-fullwidth, .fullwidth {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-links a {
  color: #0072CE;
}
.c-links a:after {
  content: "c";
  font-family: "icons";
  position: relative;
  top: 2px;
  margin-left: 15px;
}
.c-links a:hover {
  color: #273142;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-loader-wrapper {
  position: relative;
  padding-bottom: 155px;
}
@media (max-width: 480px) {
  .c-loader-wrapper {
    padding-bottom: 80px;
  }
}

.c-loader {
  display: none;
  position: absolute;
  bottom: -70px;
  padding: 100px 0px;
  width: 100%;
  text-align: center;
}
.c-loader span {
  text-align: center;
  width: 60px;
  height: 56px;
  line-height: 50px;
  font-size: 40px;
  display: inline-block;
  animation: rotating 2s linear infinite;
}
@media (max-width: 480px) {
  .c-loader {
    bottom: -90px;
  }
}
.c-loader.active {
  display: block;
}

.c-logos {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1220px) {
  .c-logos {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .c-logos {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .c-logos {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .c-logos {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .c-logos {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .c-logos {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .c-logos {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-logos__item {
  margin-left: 20px;
  margin-right: 20px;
}
.c-logos__item img {
  width: auto;
  height: auto;
  max-width: 300px;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .c-logos__item img {
    min-width: 200px;
  }
}
.c-logos__item img:hover {
  opacity: 0.7;
}

@keyframes nav {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 778px) {
  .c-navmain {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .sticking .c-navmain {
    padding: 0;
    margin-top: 0;
  }
  .c-navmain li {
    cursor: pointer;
  }
  .c-navmain > ul > li {
    position: relative;
    /******************
    SUBNAV
    ******************/
  }
  .c-navmain > ul > li > a {
    display: block;
    text-decoration: none;
  }
  .c-navmain > ul > li > ul {
    display: none;
  }
  .c-navmain > ul > li:hover ul, .c-navmain > ul > li ul:hover {
    transition: all 0.5s;
    display: block;
  }
  .c-navmain > ul > li > ul {
    transition: opacity 0.5s;
    position: absolute;
  }
  .c-navmain > ul > li > ul > li {
    display: block;
  }
}
@media (min-width: 778px) and (max-width: 778px) {
  .c-navmain > ul > li {
    position: relative;
  }
  .c-navmain > ul > li a {
    text-align: left;
  }
  .c-navmain > ul > li.current ul {
    display: block !important;
  }
  .c-navmain > ul > li > ul {
    position: relative;
  }
  .c-navmain > ul > li > ul > li {
    display: block;
  }
}
@media (min-width: 778px) {
  .c-navmain > ul {
    display: flex;
    justify-content: flex-end;
  }
  .c-navmain > ul > li {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
  }
  .c-navmain > ul > li:last-child {
    padding-right: 0;
  }
  .c-navmain > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    color: #f9fafb;
    line-height: 1.1;
    position: relative;
  }
  .c-navmain > ul > li > a.has-childrens {
    padding-right: 20px;
  }
  .c-navmain > ul > li > a.has-childrens:after {
    font-awesome: angle-down;
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 12px;
  }
  .c-navmain > ul > li > a:hover, .c-navmain > ul > li > a.current {
    opacity: 0.75;
  }
  .c-navmain > ul > li > a span {
    font-size: 14px;
  }
  .c-navmain > ul > li:hover > ul {
    animation: nav 0.5s;
    animation-fill-mode: forwards;
  }
  .c-navmain > ul > li ul {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.75);
    width: 250px;
    flex-direction: column;
    top: 65px;
    left: 10px;
    z-index: 11;
  }
  .c-navmain > ul > li ul li {
    border-bottom: 1px solid #273142;
    position: relative;
    width: 100%;
  }
  .c-navmain > ul > li ul li a {
    color: #273142;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
  }
  .c-navmain > ul > li ul li a:hover {
    transform: translateX(20px);
  }
  .c-navmain > ul > li > ul:after {
    position: absolute;
    top: -11px;
    left: 0;
    content: "";
    height: 20px;
    width: 100%;
  }
  .c-navmain > ul > li > ul:before {
    position: absolute;
    top: -11px;
    left: 24px;
    content: "";
    display: block;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent;
    border-width: 0 11.5px 11px 11.5px;
    z-index: 9;
  }
  .c-navmain > ul > li:last-child > ul {
    left: auto;
    right: 10px;
  }
  .c-navmain > ul > li:last-child > ul:before {
    left: auto;
    right: 24px;
  }
  .c-navmain > ul > li > ul > li > ul {
    opacity: 0;
    position: absolute;
    width: 250px;
    left: -100%;
    top: 0;
    border-right: 1px solid #273142;
  }
  .c-navmain > ul > li > ul > li:hover ul {
    opacity: 1;
  }
  .c-navmain > ul > li:nth-child(0) > ul > li > ul, .c-navmain > ul > li:nth-child(1) > ul > li > ul {
    left: 100%;
    border-left: 1px solid #273142;
    border-right: none;
  }
}
@media (max-width: 778px) {
  .c-navmain {
    transform: translateX(calc(-100vw + 100px));
    transition: transform 0.5s;
    z-index: 22;
    overflow-y: auto;
    position: fixed;
    width: calc(100% - 100px);
    height: 100vh;
    background-color: #273142;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-navmain.active {
    transform: translateX(calc(-100vw + 100px));
  }
  .c-navmain__social {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 140px;
    padding-left: 10px;
  }
}
@media (max-width: 778px) and (max-width: 320px) {
  .c-navmain__social {
    padding-bottom: 100px;
  }
}
@media (max-width: 778px) {
  .c-navmain__social ul {
    display: flex;
  }
  .c-navmain__social ul li {
    font-size: 14px;
    margin: 0 0.9rem;
  }
  .c-navmain__social ul li a {
    color: #fff;
  }
  .c-navmain > ul {
    display: block;
  }
  .c-navmain > ul li {
    display: block;
  }
  .c-navmain > ul li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px 25px;
    font-size: 18px;
  }
  .c-navmain > ul li a span {
    margin-left: 0.3em;
  }
  .c-navmain > ul li ul {
    display: none;
  }
  .c-navmain > ul li ul li a {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    position: relative;
  }
  .c-navmain > ul li.active ul, .c-navmain > ul li.current ul {
    display: block;
  }
  .c-navmain > ul:first-child {
    margin-top: 60px;
  }
  .c-navmain > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  .c-navmain > ul > li > a.has-childrens:after {
    font-awesome: angle-right;
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 20px;
  }
  .c-navmain > ul > li:first-child a {
    border-top: none;
  }
  .c-navmain > ul ul {
    margin-left: 10px;
  }
  .c-navmain .c-navtop-mobile {
    margin-top: 1em;
  }
  .c-navmain .c-navtop-mobile ul li a {
    text-transform: none !important;
  }
}

.c-newsletter {
  background-color: rgba(215, 210, 197, 0.2);
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1220px) {
  .c-newsletter {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-left: 3000px;
    padding-right: 3000px;
  }
}
.c-newsletter h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.c-newsletter h4 {
  text-align: center;
}
.c-newsletter__form {
  margin-top: 60px;
}
.c-newsletter__form .input-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-newsletter__form .input-box input {
  border-radius: 6px;
  border: 1px solid rgba(39, 49, 66, 0.2);
  font-size: 12px;
  padding: 20px 20px;
  width: 410px;
  max-width: 100%;
}
.c-newsletter__form .input-box button {
  border-radius: 4px;
  background-color: #273142;
  border: none;
  color: #fff;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-newsletter__form .input-box button:hover {
  background-color: #0072CE;
}
.c-newsletter__form .input-box button:after {
  font-family: "icons";
  content: "c";
  position: relative;
  top: 2px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  .c-newsletter__form .input-box button {
    margin-top: 20px;
    flex-basis: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
  }
}
.c-newsletter__form div.mce_inline_error {
  margin-top: 10px;
  flex-basis: 100%;
  text-align: center;
  color: #c1101f;
  font-size: 16px;
}

.c-pagination ul {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li {
  margin-right: 20px;
}
.c-pagination ul li a {
  display: block;
  text-align: center;
  color: inherit;
  font-size: 21px;
}
.c-pagination ul li.next a, .c-pagination ul li.prev a {
  color: #0072CE;
  font-size: 22px;
}
.c-pagination ul li.active a {
  color: #999;
}

.c-paragraph {
  margin-top: 35px;
  margin-bottom: 35px;
}
.c-paragraph:last-child {
  padding-bottom: 0;
}
.c-paragraph__title {
  font-family: "Spartan";
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  line-height: 1.09;
  letter-spacing: -0.09px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .c-paragraph__title {
    font-size: 30px;
  }
}
._orange .c-paragraph__title {
  color: #F84209;
}
._blue .c-paragraph__title {
  color: #0072CE;
}
.c-paragraph__video {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .c-paragraph__video {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .c-paragraph__video {
    padding-bottom: 20px;
  }
}
.c-paragraph__links {
  margin-top: 20px;
  display: flex;
}
.c-paragraph__links a {
  margin-right: 30px;
}
.c-paragraph__links a i {
  margin-left: 10px;
}
.c-paragraph__images {
  padding-top: 65px;
}
@media (min-width: 480px) {
  .c-paragraph__images {
    display: flex;
    margin-left: -1.5px;
    margin-right: -1.5px;
  }
  .c-paragraph__images > * {
    width: 100%;
    flex-grow: 1;
    padding-left: 1.5px;
    padding-right: 1.5px;
  }
}
@media (max-width: 480px) {
  .c-paragraph__images a {
    display: block;
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .c-paragraph__images {
    padding-top: 55px;
  }
}
.c-paragraph__images img {
  width: 100%;
}
.c-paragraph:last-child .c-paragraph__images {
  margin-bottom: -33px;
}

.c-phrases {
  background-color: #28AAE1;
  padding-top: 95px;
  padding-bottom: 110px;
}
@media (max-width: 480px) {
  .c-phrases {
    padding-top: 95px;
  }
}
@media (max-width: 480px) {
  .c-phrases {
    padding-bottom: 110px;
  }
}
.c-phrases .splide__pagination {
  bottom: -44px;
}
.c-phrases .splide__pagination__page {
  margin: 3px 6px;
  background-color: rgba(39, 49, 66, 0.2);
}
.c-phrases .splide__pagination__page.is-active {
  transform: none;
  background-color: #fff;
}
.c-phrases .c-phrase {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.c-phrases .c-phrase__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  margin-bottom: 30px;
}
.c-phrases .c-phrase__subtitle {
  font-weight: bold;
}

.c-quotefooter {
  width: 100%;
  padding-top: 165px;
  padding-bottom: 154px;
  background-color: #273142;
  color: #fff;
  text-align: center;
  bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .c-quotefooter {
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .c-quotefooter {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c-quotefooter {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-quotefooter__title {
  font-family: "Spartan";
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  line-height: 1.09;
  letter-spacing: -0.09px;
}
@media (max-width: 480px) {
  .c-quotefooter__title {
    font-size: 30px;
  }
}
.c-quotefooter__link {
  margin-top: 22px;
}

.c-search-results {
  margin-bottom: 80px;
}

.c-search-top {
  margin-bottom: 30px;
}

.c-search-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(39, 49, 66, 0.2);
  display: flex;
}
@media (max-width: 480px) {
  .c-search-item {
    flex-direction: column;
  }
}
.c-search-item__image {
  flex: 0 0 170px;
  margin-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (max-width: 480px) {
  .c-search-item__image {
    display: none;
  }
}
.c-search-item__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  margin-left: 0px;
}
.c-search-item__content {
  max-width: 1000px;
  flex-grow: 1;
}
.c-search-item__content h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.c-search-item__content h2 a {
  color: #273142;
}
.c-search-item__content h2 a:hover {
  color: #0072CE;
}
.c-search-item__content h3 {
  margin-bottom: 0.5em;
  color: #0072CE;
}
.c-search-item__content__text span {
  font-weight: bold;
}

.c-search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(39, 49, 66, 0.8);
  align-items: center;
  justify-content: center;
}
.c-search-wrapper.active {
  display: flex;
}
@media (max-width: 480px) {
  .c-search-wrapper {
    align-items: flex-start;
    padding-top: 80px;
  }
}

.c-search-content {
  position: relative;
}

.c-search-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 10px;
  color: #fff;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.c-search-close:hover {
  background-color: #273142;
}

.c-search {
  display: flex;
  width: 800px;
  height: 60px;
  position: relative;
  max-width: calc(100vw - 40px);
}
@media (max-width: 480px) {
  .c-search {
    height: 55px;
    display: block;
  }
}
.c-search__input {
  display: flex;
  align-items: center;
  height: 100%;
  flex-grow: 1;
  position: relative;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.c-search__input i.icon-search {
  margin-left: 20px;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.c-search__input button[type=reset] {
  z-index: 9;
  margin-right: 10px;
  color: rgba(39, 49, 66, 0.6);
  background-color: transparent;
  border: none;
}
.c-search__input button[type=reset]:hover {
  color: #273142;
}
@media (max-width: 480px) {
  .c-search__input button[type=reset] {
    top: 8px;
  }
}
.c-search__input button[type=reset] i {
  font-size: 12px;
}
.c-search__input input {
  display: block;
  border: none;
  position: relative;
  z-index: 9;
  padding: 10px 10px 10px 10px;
  font-weight: 200;
  flex-grow: 1;
  line-height: 1.8;
  color: #273142;
}
@media (max-width: 480px) {
  .c-search__input input {
    width: 100%;
  }
}
.c-search__button {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .c-search__button {
    margin-left: 0;
  }
}
.c-search__button button {
  height: 100%;
  position: relative;
  padding: 0px 60px;
  border: none;
  border-radius: 4px;
  background-color: #0072CE;
  color: #fff;
}
.c-search__button button:hover {
  background-color: #273142;
}
@media (max-width: 480px) {
  .c-search__button button {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
  }
}

.b-separator {
  border-bottom: 1px solid rgba(39, 49, 66, 0.2);
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1220px) {
  .b-separator {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .b-separator {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .b-separator {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .b-separator {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .b-separator {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .b-separator {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .b-separator {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-share {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .c-share {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .c-share {
    margin-bottom: 20px;
  }
}
.c-share__label:after {
  margin-left: 20px;
  margin-right: 20px;
  content: "—";
}
.c-share--over {
  position: relative;
  margin-top: -25px;
  padding-top: 35px;
}
.c-share--over:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 35px;
  background-color: rgba(39, 49, 66, 0.2);
}
.c-share--over .c-share__content {
  display: none;
}
.c-share--over .c-share__label {
  color: rgba(39, 49, 66, 0.5);
}
.c-share--over .c-share__label:after {
  display: none;
}
.c-share--over:hover .c-share__content {
  display: block;
}

.jssocials-shares {
  display: flex;
}
@media (max-width: 480px) {
  .jssocials-shares {
    flex-direction: column;
  }
}
.jssocials-shares > div {
  margin-left: 10px;
  margin-right: 10px;
}
.jssocials-shares > div a {
  color: #273142;
}
.jssocials-shares > div a:hover {
  color: rgba(39, 49, 66, 0.6);
}
.jssocials-shares i {
  display: none;
}
.jssocials-shares .jssocials-share-facebook a:before {
  content: "Facebook";
}
.jssocials-shares .jssocials-share-twitter a:before {
  content: "Twitter";
}
.jssocials-shares .jssocials-share-linkedin a:before {
  content: "Linkedin";
}
.jssocials-shares .jssocials-share-whatsapp a:before {
  content: "Whatsapp";
}
.jssocials-shares .jssocials-share-telegram a:before {
  content: "Telegram";
}

.c-slideshow {
  position: relative;
}
.c-slideshow .splide {
  margin-top: -140px;
  position: relative;
}
.c-slideshow .splide__slide:before {
  position: absolute;
  content: "";
  background-image: url("/img/wave.svg");
  background-size: calc(100vw + 120px) 150px;
  background-position: left bottom;
  background-repeat: no-repeat;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 778px) {
  .c-slideshow .splide__slide:before {
    background-size: 1500px 150px;
    background-position: center bottom;
  }
}
@media (max-width: 480px) {
  .c-slideshow .splide__slide:before {
    background-size: 1500px 150px;
    background-position: center bottom;
  }
}
.c-slideshow .splide__arrows .splide__arrow[disable] {
  display: none;
}
.c-slideshow .splide__arrows .splide__arrow {
  color: #fff;
}
.c-slideshow .splide__arrows .splide__arrow--next {
  right: 20px;
}
.c-slideshow .splide__arrows .splide__arrow--prev {
  left: 20px;
}
.c-slideshow__arrow {
  position: absolute;
  z-index: 9;
  margin-top: -200px;
  text-align: center;
  width: 50px;
  left: calc(50% - 25px);
  bottom: 90px;
}
@media (max-width: 1280px) and (min-width: 480px) {
  .c-slideshow__arrow {
    bottom: 70px;
  }
}
@media (max-width: 480px) {
  .c-slideshow__arrow {
    margin-top: -120px;
  }
}
.c-slideshow__arrow a {
  font-size: 30px;
  color: #fff;
}
.c-slideshow__arrow a:hover {
  color: #28aae1;
}

.c-slide {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: rgba(39, 49, 66, 0.7);
}
@media (min-width: 480px) {
  .c-slide:before {
    mix-blend-mode: multiply;
  }
}
@media (max-width: 480px) {
  .c-slide:before {
    mix-blend-mode: overlay, multiply;
    background-color: rgba(39, 49, 66, 0.8);
  }
}
.c-slide > * {
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .c-slide {
    height: auto;
    padding-bottom: 130px;
    min-height: 100vh;
  }
}
.c-slide__title {
  line-height: 1.1;
  text-align: center;
  color: #f9fafb;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
@media (min-width: 1280px) {
  .c-slide__title {
    padding-top: 55px;
  }
}
@media (max-width: 1280px) and (min-width: 480px) {
  .c-slide__title {
    padding-top: 95px;
  }
}
@media (max-height: 700px) and (min-width: 480px) {
  .c-slide__title {
    transform: scale(0.8);
  }
}
@media (max-height: 580px) and (min-width: 480px) {
  .c-slide__title {
    transform: scale(0.6);
  }
}
.c-slide__title h2 {
  margin-top: -68px;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.23;
  font-family: "Spartan";
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .c-slide__title h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .c-slide__title h2 {
    margin-top: 170px;
  }
}
.c-slide__title h3 {
  margin-top: 0px;
  line-height: 1.5;
}
.c-slide__button {
  margin-top: 35px;
}
.c-slide__button a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 1000px;
  color: #fff;
  padding: 10px 35px;
  font-weight: 500;
}
.c-slide__button a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.splide__arrows svg {
  display: none;
}
.splide__arrow {
  background: none;
}
.splide__arrow--next, .splide__arrow--prev {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.c-paragraph__images .splide__arrow--next, .c-paragraph__images .splide__arrow--prev {
  background-color: white;
}
.splide__arrow--next[disabled], .splide__arrow--next._disabled, .splide__arrow--prev[disabled], .splide__arrow--prev._disabled {
  display: none;
}
.splide__arrow--next:before, .splide__arrow--prev:before {
  font-family: "icons";
  position: relative;
  top: 0;
}
.splide__arrow--next {
  right: -60px;
}
.splide__arrow--next:before {
  content: "c";
}
@media (min-width: 1440px) {
  .splide__arrow--next {
    right: -120px;
  }
}
@media (max-width: 960px) {
  .splide__arrow--next {
    right: -50px;
  }
  .c-paragraph__images .splide__arrow--next {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .splide__arrow--next {
    right: -35px;
  }
}
.splide__arrow--prev {
  left: -60px;
}
.splide__arrow--prev:before {
  content: "b";
}
@media (min-width: 1440px) {
  .splide__arrow--prev {
    left: -120px;
  }
}
@media (max-width: 960px) {
  .splide__arrow--prev {
    left: -50px;
  }
  .c-paragraph__images .splide__arrow--prev {
    left: 10px;
  }
}
@media (max-width: 480px) {
  .splide__arrow--prev {
    left: -35px;
  }
}

@keyframes tab {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-custom-tabs h4 {
  align-items: baseline;
  cursor: pointer;
}
.c-custom-tabs h4 span {
  margin-left: 20px;
}
._orange .c-custom-tabs h4 {
  color: #F84209;
}
._green .c-custom-tabs h4 {
  color: #00AC3B;
}
.c-custom-tabs h4.active {
  margin-bottom: 70px;
}
.c-custom-tabs ._title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 52px;
}
.c-custom-tabs ._subtitle {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 22px;
  letter-spacing: 1.4px;
}
.c-custom-tabs__tabs-wrapper {
  margin-bottom: 20px;
}
.c-custom-tabs__tabs-wrapper:after {
  content: "";
  display: block;
  bottom: 9px;
  height: 1px;
  background-color: rgba(39, 49, 66, 0.2);
}
.c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1220px) {
  .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 30px);
  }
}
@media (min-width: 755px) {
  .b-custom_tabs .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: calc((100vw - 755px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 755px) / 2 * -1 - 30px);
  }
  .b-custom_tabs .c-custom-tabs--full .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: calc((100vw - 1220px) / 2 * -1 - 62px);
    margin-right: calc((100vw - 1220px) / 2 * -1 - 62px);
  }
}
@media (max-width: 1024px) {
  .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: calc((100vw - 960px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 960px) / 2 * -1 - 30px);
  }
}
@media (max-width: 960px) {
  .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: calc((100vw - 778px) / 2 * -1 - 30px);
    margin-right: calc((100vw - 778px) / 2 * -1 - 30px);
  }
}
@media (max-width: 778px) {
  .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  .c-custom-tabs--full .c-custom-tabs__tabs-wrapper:after {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-custom-tabs__tabs {
  padding-left: 40px;
  padding-right: 40px;
}
.c-custom-tabs__tabs .splide__arrow {
  top: 35%;
}
.c-custom-tabs__tabs .splide__arrow--next {
  right: 0px !important;
}
.c-custom-tabs__tabs .splide__arrow--prev {
  left: 0px !important;
}
.c-custom-tabs__tabs .splide__splide {
  position: relative;
  z-index: 9;
}
@media (max-width: 778px) {
  .c-custom-tabs__tabs {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 778px) and (max-width: 480px) {
  .c-custom-tabs__tabs {
    margin-left: 20px;
  }
}
@media (max-width: 778px) and (max-width: 480px) {
  .c-custom-tabs__tabs {
    margin-right: 20px;
  }
}
@media (max-width: 778px) {
  .c-custom-tabs__tabs .splide__arrow--next {
    right: -34px !important;
  }
  .c-custom-tabs__tabs .splide__arrow--prev {
    left: -34px !important;
  }
}
.c-custom-tabs__tabs li > div {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  color: rgba(39, 49, 66, 0.6);
  cursor: pointer;
  position: relative;
  color: rgba(39, 49, 66, 0.6);
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .c-custom-tabs__tabs li > div {
    padding-left: 8px;
  }
}
@media (max-width: 480px) {
  .c-custom-tabs__tabs li > div {
    padding-right: 8px;
  }
}
@media (max-width: 480px) {
  .c-custom-tabs__tabs li > div {
    font-size: 14px;
  }
}
.c-custom-tabs__tabs li > div:hover, .c-custom-tabs__tabs li > div.active {
  color: #273142;
}
.c-custom-tabs__tabs li > div.active {
  font-weight: bold;
}
.c-custom-tabs__tabs li > div.active:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 94px;
  max-width: 100%;
  height: 5px;
  background-color: #0072CE;
}
._orange .c-custom-tabs__tabs li > div.active:after {
  background-color: #F84209;
}
._green .c-custom-tabs__tabs li > div.active:after {
  background-color: #00AC3B;
}
.c-custom-tabs__contents {
  margin-top: 28px;
}
.c-custom-tabs__contents > div {
  display: none;
}
.c-custom-tabs__contents > div.active {
  display: block;
  animation: nav 0.5s;
  animation-fill-mode: forwards;
}
.c-custom-tabs__share .c-share {
  padding-top: 15px;
}
.c-custom-tabs__share .c-share .jssocials-shares > div a {
  color: rgba(39, 49, 66, 0.6);
}
.c-custom-tabs__share .c-share .jssocials-shares > div a:hover {
  color: #273142;
}
.c-custom-tabs--full .c-custom-tabs__contents {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.c-custom-tabs--full .c-custom-tabs__body {
  margin-top: 74px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.c-custom-tabs--full .c-paragraph__links.c-width-xl {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.c-custom-tabs--full .c-custom-tabs__tabs > div {
  flex-grow: 1;
}
.c-custom-tabs--full .c-custom-tabs__tabs > div.active {
  font-weight: bold;
}
.c-custom-tabs--full .c-custom-tabs__tabs > div.active:after {
  background-color: #0072CE;
}
._green .c-custom-tabs--full .c-custom-tabs__tabs > div.active:after {
  background-color: #00AC3B;
}
.c-custom-tabs__docs {
  margin-top: 50px;
}

.c-text-base blockquote {
  font-size: 22px;
  margin: 30px 100px 30px 70px;
  position: relative;
  line-height: 1.4em;
}
.c-text-base blockquote:before {
  content: "“";
  font-size: 48px;
  color: v-color-brand(primary);
  position: absolute;
  top: 15px;
  left: -30px;
}
@media (max-width: 778px) {
  .c-text-base blockquote {
    font-size: 18px;
    margin: 30px 30px 30px 30px;
  }
}

.c-text-base h1 {
  max-width: 500px;
}
.c-text-base h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 2.4em;
  margin-bottom: 1.5em;
  text-transform: none;
}
.c-text-base h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-text-base a {
  color: #0072CE;
}
body.escola .c-text-base a {
  color: #00AC3B;
}
.c-text-base a:hover {
  opacity: 0.7;
}
.c-text-base ul {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  margin-left: 0em;
}
@media (max-width: 480px) {
  .c-text-base ul {
    margin-left: 0;
  }
}
.c-text-base ul,
.c-text-base li {
  list-style: none;
}
.c-text-base ul li {
  font-size: 17px;
  position: relative;
  left: 15px;
  line-height: 26px;
  margin-bottom: 17px;
}
.c-text-base ul li:before {
  content: "•";
  position: absolute;
  left: -15px;
}
.c-text-base ul li p {
  padding: 0;
  margin: 0;
}
.c-text-base ol {
  list-style: decimal;
  margin-left: 1em;
}
.c-text-base img {
  max-width: 100%;
}
.c-text-base p strong {
  font-weight: bold;
}

.r-text:not(.row-pos-0) {
  margin-top: 3rem;
}

.c-to-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 20;
  font-size: 40px;
  height: 70px;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
  border-radius: 100%;
  text-align: center;
}
.c-to-top.top-visible {
  opacity: 0.6;
}
@media (max-width: 778px) {
  .c-to-top {
    bottom: 0;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 60px;
    border: 0;
    background-color: #273142;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
  }
}

.c-top-wrapper {
  position: relative;
  z-index: 10;
}
@media (min-width: 778px) {
  .c-top-wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (max-width: 778px) {
  .c-top-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .c-top-wrapper {
    display: none;
  }
}

.c-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 54px;
  padding-top: 15px;
}
@media (max-width: 778px) {
  .c-top {
    padding-top: 0px;
  }
}
.c-top, .c-top a {
  color: #fff;
}
.c-top__nav {
  margin-left: 20px;
}
.c-top__nav ul {
  display: flex;
}
.c-top__nav ul li {
  font-size: 14px;
  margin: 0 0.9rem;
}
.c-top__nav ul li a {
  color: #fff;
}
.c-top__nav ul li a:hover {
  color: #0072CE;
}
.c-top__search {
  margin: 0 25px;
}
.c-top__search a {
  font-size: 14px;
}
.c-top__social ul {
  display: flex;
}
.c-top__social ul li {
  font-size: 14px;
  margin: 0 0.9rem;
}
.c-top__social ul li a {
  color: #fff;
}
.c-top__social ul li a:hover {
  color: #0072CE;
}
.c-top__langs ul li {
  text-transform: uppercase;
  font-size: 14px;
}
.c-top__langs ul li a {
  color: #fff;
}
.c-top__langs ul li a:hover {
  color: #0072CE;
}

.c-navlangs {
  font-size: 14px;
  margin-left: 15px;
  position: relative;
  z-index: 999999;
  cursor: pointer;
}
.c-navlangs > span {
  text-transform: uppercase;
}
.c-navlangs > span:after {
  font-awesome: angle-down;
  margin-left: 5px;
}
.c-navlangs ul {
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  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-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.waves {
  bottom: -4px;
  fill: #f9fafb;
  height: 250px;
  position: absolute !important;
  width: 100%;
}

.nav-webmap > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.nav-webmap > ul > * {
  padding-left: 27.5px;
  padding-right: 27.5px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 480px) {
  .nav-webmap > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .nav-webmap > ul > * {
    padding-left: 27.5px;
    padding-right: 27.5px;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.nav-webmap > ul a {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-webmap > ul > li {
  padding-top: 20px;
  padding-bottom: 40px;
}
.nav-webmap > ul > li:before {
  content: "";
  display: block;
  border-top: 1px solid #273142;
}
.nav-webmap > ul > li > a {
  color: #273142;
}
.nav-webmap > ul > li > a:hover {
  color: #0072CE;
}
.nav-webmap > ul > li > ul {
  padding-top: 10px;
}
.nav-webmap > ul > li > ul li {
  display: block;
}
.nav-webmap > ul > li > ul li a {
  color: #28aae1;
}
.nav-webmap > ul > li > ul li a:hover {
  color: #273142;
}

.c-width-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 755px;
}
/*# sourceMappingURL=maps/application.css.map */
