/*!
 * fullPage 4.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
/* .fp-table::before , 
.fp-table::after {
      content:'';
      flex:1;
} */
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-prev{
    left: 15px;
}
.fp-next{
    right: 15px;
}
.fp-arrow{
    width: 0;
    height: 0;
    border-style: solid;
}
.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
/* .fp-scrollable {
    overflow: hidden;
    position: relative;
} */
/* .fp-scroller{
    overflow: hidden;
} */
/* .iScrollIndicator{
    border: 0 !important;
} */
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide{
    height: auto !important;
}

/* Used with autoScrolling: false */ 
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide{
   /* Fallback for browsers that do not support Custom Properties */
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow{
    justify-content: flex-start;
}

.fp-overflow{
    overflow-y: scroll;
    height: 100%;
    outline:none;
}

.fp-overflow.fp-table{
    display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide{
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fp-snaps{
    overflow-y: auto !important;
    height: 100% !important;
}
.fp-snaps body{
    height: 100% !important;
    scroll-snap-type: y mandatory;
        overflow-y: scroll !important;
        scroll-behavior: smooth;
}
.fp-snaps .fp-section{
    scroll-snap-align: start;
}
.fp-snaps .fullpage-wrapper{
    height: auto !important;
}

/* Used for DragAndMove*/
.fp-disable-snap body{
    scroll-behavior: unset !important;
    scroll-snap-type: none !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 16px;
    border: 4px solid transparent;
}
.fp-warning,
.fp-watermark{
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}
.fp-warning,
.fp-watermark a{
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    color: black;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170.1 51' fill='%23FFF'%3E%3Cpath d='M5.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6C6.8.7 6.1 0 5.2 0zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm50.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm14.9 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6C88.7.7 88 0 87.1 0zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm35.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM38.6.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 .1-.6-.4-1-1-1zm73.6 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.5-1-1-1zm43.7 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zM9.4 2.4c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm58.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm27 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM1 3c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 .1-.5-.4-1-1-1zm33.5 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.5-1-1-1zm8.3 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm33.5 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm40.1 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.5-1-1-1zM5.2 4.8c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm14.9 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm27 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM34.5 7.2c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM9.4 7.3c-.9 0-1.6.7-1.6 1.6 0 .8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3.5c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm41.9 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1s1-.5 1-1-.5-1-1-1zm108.9 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.5-1-1-1zM5.2 9.6c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-92.1.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM9.4 12.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6-.1.9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-68.9.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zm8.4 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zm43.7 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zM13.5 14.5c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-142.4.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.5-1-1-1zm8.4 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.5-1-1-1zm16.7 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zm8.4 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.4-1-1-1zm-37.7 1.8c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM9.4 17c-.9 0-1.6.7-1.6 1.6 0 .8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM68 17c-.9 0-1.6.7-1.6 1.6-.1.8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-54.5 2.3c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-142.4.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.5-1-1-1zm33.5 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm-37.7 1.8c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm31.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm25.2 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm16.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm-142.4.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.5-1-1-1zm25.1 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm100.5 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm-52.1.1c-.6 0-1 .5-1 1s.5 1 1 1c.6 0 1-.5 1-1 0-.6-.5-1-1-1zm8.4 0c-.6 0-1 .5-1 1s.4 1 1 1 1-.5 1-1c0-.6-.5-1-1-1zm-94.5 1.7c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm23.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm27 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm-125.7.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm82 .6c-.5 0-1 .5-1 1s.4 1 1 1 1-.5 1-1c0-.6-.5-1-1-1zM17.7 26.6c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6-.1.9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm18.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM21.9 29c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM47 29c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm27 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-142.4.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.5-1-1-1zm50.3 0c-.6 0-1 .5-1 1 0 .6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zm100.5 0c-.6 0-1 .5-1 1 0 .6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zM17.7 31.4c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm-43.7.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm43.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM34.5 32c-.6 0-1 .5-1 1-.1.6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zm8.3 0c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1 0-.6-.5-1-1-1zm117.3 0c-.6 0-1 .5-1 1 0 .6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zM21.9 33.8c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.7.6c-.6 0-1 .5-1 1 0 .6.5 1 1 1 .6 0 1-.5 1-1s-.4-1-1-1zm-52.1.1c-.6 0-1 .5-1 1s.5 1 1 1c.6 0 1-.5 1-1s-.5-1-1-1zm43.7 0c-.6 0-1 .5-1 1s.5 1 1 1c.6 0 1-.5 1-1s-.5-1-1-1zM17.7 36.2c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm31.6 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.8-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.8-.7-1.6-1.6-1.6zM21.9 38.7c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6-.1.9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm16.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.4 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM26.1 41.1c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm40 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm-125.6.6c-.6 0-1 .5-1 1 0 .6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zm41.9 0c-.5 0-1 .5-1 1 0 .6.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zm-37.7 1.8c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm33.5 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm31.7 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6.1-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM26.1 46c-.9 0-1.6.7-1.6 1.6-.1.8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm25.1 0c-.9 0-1.6.7-1.6 1.6 0 .8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm40 0c-.9 0-1.6.7-1.6 1.6 0 .8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm43.8 0c-.9 0-1.6.7-1.6 1.6-.1.8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zm8.3 0c-.9 0-1.6.7-1.6 1.6 0 .8.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6zM21.9 49c-.6 0-1 .5-1 1s.4 1 1 1 1-.5 1-1c0-.6-.5-1-1-1zm33.5 0c-.6 0-1 .5-1 1s.4 1 1 1 1-.5 1-1c0-.6-.5-1-1-1zm31.7 0c-.6 0-1 .5-1 1-.1.5.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1zm8.3 0c-.6 0-1 .5-1 1s.5 1 1 1c.6 0 1-.5 1-1 0-.6-.5-1-1-1zm43.8 0c-.6 0-1 .5-1 1-.1.5.4 1 1 1s1-.5 1-1c0-.6-.5-1-1-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-color: rgba(0, 0, 0, 0)
}

@font-face {
  font-family: "WT-Gothic-bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/wt_gothic/wtgothic-bold.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-bold.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "wtgothic-bolditalic";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/wt_gothic/wtgothic-bolditalic.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-bolditalic.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-bolditalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "wtgothic-light";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/wt_gothic/wtgothic-light.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-light.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/wt_gothic/wtgothic-lightitalic.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-lightitalic.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-lightitalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/wt_gothic/wtgothic-medium.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-medium.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/wt_gothic/wtgothic-mediumitalic.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-mediumitalic.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-mediumitalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/wt_gothic/wtgothic-regular.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-regular.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/wt_gothic/wtgothic-regularitalic.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-regularitalic.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-regularitalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/wt_gothic/wtgothic-semi-bold.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-semi-bold.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-semi-bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/wt_gothic/wtgothic-semi-bolditalic.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-semi-bolditalic.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-semi-bolditalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "WT Gothic";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/wt_gothic/wtgothic-variable.woff2") format("woff2"), url("../fonts/wt_gothic/wtgothic-variable.woff") format("woff"), url("../fonts/wt_gothic/wtgothic-variable.ttf") format("truetype");
  font-display: swap;
}
* {
  font-size: 100%;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-right: 0 none transparent;
  vertical-align: baseline;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

img {
  pointer-events: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@-webkit-keyframes floatImg {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes floatImg {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes fadeZoomIn {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeZoomIn {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeZoomOut {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeZoomOut {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
body {
  position: relative;
  top: 0;
  left: 0;
  overflow: overlay;
  overflow-x: hidden;
  font-size: 100%;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-right: 0 none transparent;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: auto;
  background-color: black;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: white;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
}
body .hidden {
  display: none;
}
body .modal {
  position: absolute;
  z-index: 30000;
  width: 100%;
  height: 100%;
  background: #282828;
  top: 0;
  left: 0;
  display: none;
}
body .modal.show {
  display: flex;
}
body .modal .modal-exit:link, body .modal .modal-exit:active, body .modal .modal-exit:visited, body .modal .modal-exit:hover {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 1.7rem;
  text-decoration: none;
  color: #f72052;
}
body .modal .contenido {
  width: 30%;
  height: auto;
  margin: auto;
  background: #555555;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  body .modal .contenido {
    width: 100%;
    height: 72%;
  }
}
body .modal .contenido .picture {
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body .modal .contenido .picture img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  body .modal .contenido .picture img {
    width: 23%;
  }
}
@media only screen and (max-width: 480px) {
  body .modal .contenido .picture img {
    width: 35%;
  }
}
body .modal .contenido h2 {
  font-size: 2.1875rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  body .modal .contenido h2 {
    font-size: 1.25rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal .contenido .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
body .modal .contenido .container label {
  border-bottom: 1px solid white;
  margin: 0 100px 0 100px;
}
body .modal .contenido .container label input {
  background-color: transparent;
  border: none;
  color: #FFF;
}
body .modal .contenido .container .error {
  color: #f72052;
}
body .modal .contenido .container .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
@media only screen and (max-width: 980px) {
  body .modal .contenido .container .btn {
    max-width: 274px;
  }
}
body .modal .contenido .container .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #f72052;
  border-radius: 7px;
  width: 296px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body .modal .contenido .container .btn button {
    width: 150px;
  }
}
body .modal2 {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #555555;
  top: 0;
  left: 0;
  display: none;
}
body .modal2.show {
  display: flex;
}
body .modal2 .contenido {
  width: 40%;
  height: 30%;
  margin: auto;
  background: #282828;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  body .modal2 .contenido {
    width: 100%;
    height: 72%;
  }
}
body .modal2 .contenido h2 {
  font-size: 1.875rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  body .modal2 .contenido h2 {
    font-size: 1.25rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal2 .contenido p {
  font-size: 1.5625rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #555555;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body .modal2 .contenido p {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal3 {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #555555;
  top: 0;
  left: 0;
  display: none;
}
body .modal3.show {
  display: flex;
}
body .modal3 .contenido {
  width: 45%;
  height: auto;
  margin: auto;
  padding-top: 10px;
  background: #282828;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  body .modal3 .contenido {
    width: 100%;
    height: 72%;
  }
}
body .modal3 .contenido h2 {
  font-size: 1.875rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  body .modal3 .contenido h2 {
    font-size: 1.25rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal3 .contenido p {
  font-size: 1.5625rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #555555;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body .modal3 .contenido p {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal3 .contenido ul {
  font-size: 1.5625rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #555555;
  text-align: center;
  list-style: disc;
}
@media only screen and (max-width: 980px) {
  body .modal3 .contenido ul {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal3 .contenido ul li span {
  color: #FFF;
}
body .modal3 .contenido .buttonBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "b1 b2";
}
@media only screen and (max-width: 980px) {
  body .modal3 .contenido .buttonBox {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "b1" "b2";
  }
}
body .modal3 .contenido .buttonBox .btnsubmit {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
body .modal3 .contenido .buttonBox .btnsubmit button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #006bff;
  border-radius: 7px;
  width: 200px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .modal3 .contenido .buttonBox .btnSave {
  grid-area: b1;
  justify-self: center;
}
body .modal3 .contenido .buttonBox .btnSave button {
  background-color: #f72052;
}
body .modal3 .contenido .buttonBox .btnModify {
  grid-area: b2;
  justify-self: center;
}
body .modal3 .contenido .buttonBox .btnModify button {
  background-color: #000;
}
body .modal4 {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #555555;
  top: 0;
  left: 0;
  display: none;
}
body .modal4.show {
  display: flex;
}
body .modal4 .contenido {
  width: 45%;
  height: 50%;
  margin: auto;
  padding-top: 10px;
  background: #282828;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  body .modal4 .contenido {
    width: 100%;
    height: 72%;
  }
}
body .modal4 .contenido h2 {
  font-size: 1.875rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  body .modal4 .contenido h2 {
    font-size: 1.25rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal4 .contenido p {
  font-size: 1.5625rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #555555;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body .modal4 .contenido p {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal4 .contenido ul {
  font-size: 1.5625rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #555555;
  text-align: center;
  list-style: disc;
}
@media only screen and (max-width: 980px) {
  body .modal4 .contenido ul {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .modal4 .contenido ul li span {
  color: #FFF;
}
body .modal4 .contenido .buttonBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "b1 b2";
}
@media only screen and (max-width: 980px) {
  body .modal4 .contenido .buttonBox {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "b1" "b2";
  }
}
body .modal4 .contenido .buttonBox .btnsubmit {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
body .modal4 .contenido .buttonBox .btnsubmit button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #006bff;
  border-radius: 7px;
  width: 200px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .modal4 .contenido .buttonBox .btnSave {
  grid-area: b1;
  justify-self: center;
}
body .modal4 .contenido .buttonBox .btnSave button {
  background-color: #f72052;
}
body .modal4 .contenido .buttonBox .btnModify {
  grid-area: b2;
  justify-self: center;
}
body .modal4 .contenido .buttonBox .btnModify button {
  background-color: #000;
}
body .main_form {
  position: relative;
  top: 0;
  left: 0;
}
body .main_form .logo1 {
  -webkit-animation: floatImg 5000ms infinite 800ms;
  animation: floatImg 5000ms infinite 800ms;
  transition: all 3000ms;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 126px;
  height: 43px;
  z-index: 1;
}
body .main_form .logo1.dark .img1 {
  transition: all 500ms;
  opacity: 0;
}
body .main_form .logo1.dark .img2 {
  transition: all 500ms;
  opacity: 1;
}
body .main_form .logo1.down {
  transition: all 3000ms;
  top: calc(100vh - 110px);
}
body .main_form .logo1 .img1 {
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
body .main_form .logo1 .img2 {
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body .invisible {
  display: none;
}
body .content {
  width: 100%;
  margin: auto;
}
body .content .activeItem {
  border-radius: 3%;
  border: 2px solid red;
  display: flex;
}
body .content .disabled {
  margin-right: 20px;
  background-color: #838182;
  border-radius: 7px;
  width: 200px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s1 {
  background-image: url(/assets/img/general/s1.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo logo" "title text1";
}
@media only screen and (max-width: 640px) {
  body .content .s1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/general/mble1.png);
    background-repeat: no-repeat;
    background-size: cover;
    gap: 61px;
  }
}
body .content .s1 .title {
  grid-area: title;
}
body .content .s1 .title h1 {
  font-size: "WT-Gothic-bold", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  font-size: 35px;
  font-weight: 900;
  display: block;
  color: #FFF;
}
@media only screen and (max-width: 980px) {
  body .content .s1 .title h1 {
    -webkit-transform: rotate(0deg);
  }
}
@media only screen and (max-width: 480px) {
  body .content .s1 .title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  body .content .s1 .title h1 {
    font-size: 21px;
  }
}
body .content .s1 .text2 {
  align-items: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-area: text1;
}
body .content .s1 .text2 p {
  font-size: 1.75rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  display: flex;
  text-align: end;
  justify-content: space-between;
  color: #d5d5d5;
  padding-right: 50px;
}
@media only screen and (max-width: 980px) {
  body .content .s1 .text2 p {
    font-size: 20px;
    padding-right: 0;
    text-align: justify;
    max-width: 600px;
    padding: 20px;
    align-items: center;
  }
}
@media only screen and (max-width: 320px) {
  body .content .s1 .text2 p {
    font-size: 17px;
    padding-right: 0;
  }
}
body .content .s1 .text2 img {
  width: 41%;
  padding-right: 50px;
  padding-top: 40px;
}
@media only screen and (max-width: 1440px) {
  body .content .s1 .text2 img {
    width: 62%;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s1 .text2 img {
    width: 30%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body .content .s1 .text2 img {
    width: 44%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body .content .s1 .text2 img {
    width: 61%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  body .content .s1 .text2 img {
    width: 75%;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s1 .text2 {
    align-items: center;
  }
}
body .content .s2hoodie {
  margin: 0 auto;
  display: grid;
  gap: 100px;
  justify-items: center;
  grid-template-columns: 1.3fr 1fr;
  grid-template-areas: "product content2";
}
@media only screen and (max-width: 1440px) {
  body .content .s2hoodie {
    gap: 0;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 640px) {
  body .content .s2hoodie {
    gap: 20px;
  }
}
body .content .s2hoodie .product {
  overflow: hidden;
  justify-content: center;
  width: 100%;
  justify-content: end;
  grid-area: product;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .product {
    justify-content: center;
  }
}
body .content .s2hoodie .product .sweaterimg {
  margin: 25px;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0, 0, 0, 0.1)));
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
  width: 42%;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .product .sweaterimg {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  body .content .s2hoodie .product .sweaterimg {
    width: 36%;
  }
}
body .content .s2hoodie .product .sweaterimg2 {
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
}
body .content .s2hoodie .content2 {
  grid-area: content2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .contentDescription .selectColor {
    height: auto;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .contentDescription .selectColor .img1 img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  body .content .s2hoodie .content2 .contentDescription .selectColor .img1 img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .contentDescription .selectColor .img2 img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  body .content .s2hoodie .content2 .contentDescription .selectColor .img2 img {
    width: 90px;
    height: 90px;
  }
}
body .content .s2hoodie .content2 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}
body .content .s2hoodie .content2 .text h1 {
  font-size: 2.75rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .text h1 {
    font-size: 1.5625rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
@media only screen and (max-width: 640px) {
  body .content .s2hoodie .content2 .text h1 {
    font-size: 0.9375rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .content .s2hoodie .content2 .text p {
  font-size: 0.9375rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #838182;
  padding: 15px 0;
}
@media only screen and (max-width: 640px) {
  body .content .s2hoodie .content2 .text p {
    font-size: 0.75rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
  }
}
body .content .s2hoodie .content2 .selectColor {
  display: flex;
  gap: 20px;
  justify-content: initial;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .selectColor {
    justify-content: center;
  }
}
body .content .s2hoodie .content2 .select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .select {
    align-items: center;
  }
}
body .content .s2hoodie .content2 .select p {
  font-size: 20px;
  color: #838182;
  padding: 10px 0px;
}
body .content .s2hoodie .content2 .select .selectSize {
  background: #b8b2b2;
  width: 300px;
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px;
  height: 30px;
  border: none;
  color: #FFF;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .select .selectSize {
    width: 274px;
  }
}
body .content .s2hoodie .content2 .select .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
@media only screen and (max-width: 980px) {
  body .content .s2hoodie .content2 .select .btn {
    max-width: 274px;
  }
}
body .content .s2hoodie .content2 .select .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #f72052;
  border-radius: 7px;
  width: 296px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s3 {
  background-image: url(/assets/img/general/f2.png);
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin: 0 auto;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "contents2 products2";
}
@media only screen and (max-width: 640px) {
  body .content .s3 {
    background-image: url(/assets/img/general/mble2.png);
    display: flex;
    flex-direction: column;
  }
}
body .content .s3 .contents2 {
  text-align: center;
  grid-area: contents2;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .contents2 {
    margin-top: 40px;
  }
}
body .content .s3 .contents2 h1 {
  font-size: 2.75rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-transform: uppercase;
  color: #FFF;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .contents2 h1 {
    font-size: 1.25rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .content .s3 .contents2 p {
  font-size: 1.25rem;
  font-family: "wtgothic-light", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
  padding: 15px 0;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .contents2 p {
    font-size: 0.9375rem;
    font-family: "wtgothic-light", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    padding: 20px;
  }
}
body .content .s3 .contents2 .selectOption {
  justify-content: center;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .contents2 .selectOption img {
    width: 100px;
    height: 150px;
  }
}
body .content .s3 .contents2 .selects2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content .s3 .contents2 .selects2 p {
  text-align: initial;
  width: auto;
  font-size: 20px;
  color: #FFF;
  padding: 10px 0px;
}
@media only screen and (max-width: 480px) {
  body .content .s3 .contents2 .selects2 p {
    text-align: center;
    width: 100%;
  }
}
body .content .s3 .contents2 .selects2 .selectSize {
  background: #b8b2b2;
  width: 300px;
  border-radius: 7px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  height: 30px;
  border: none;
  color: #FFF;
}
body .content .s3 .contents2 .selects2 .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .contents2 .selects2 .btn {
    max-width: 274px;
  }
}
body .content .s3 .contents2 .selects2 .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #f72052;
  border-radius: 7px;
  width: 296px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s3 .products2 {
  grid-area: products2;
  display: flex;
  margin-right: 33px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0, 0, 0, 0.4)));
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  body .content .s3 .products2 {
    margin-right: 0;
    max-width: 680px;
  }
}
body .content .s3 .products2 img {
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
}
@media only screen and (max-width: 1280px) {
  body .content .s3 .products2 img {
    width: 283px;
    height: 350px;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s3 .products2 img {
    width: 150px;
    height: 150px;
  }
}
body .content .s4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 980px) {
  body .content .s4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 980px) {
  body .content .s4 .imgCoffe {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
body .content .s4 .imgCoffe img {
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
  width: 70%;
}
@media only screen and (max-width: 980px) {
  body .content .s4 .imgCoffe img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  body .content .s4 .imgCoffe img {
    width: 88%;
  }
}
body .content .s4 .descriptionCoffe h1 {
  font-size: 2.75rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #000;
  padding: 20px 0;
}
@media only screen and (max-width: 980px) {
  body .content .s4 .descriptionCoffe h1 {
    font-size: 1.5625rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: center;
  }
}
body .content .s4 .descriptionCoffe .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
@media only screen and (max-width: 980px) {
  body .content .s4 .descriptionCoffe .btn {
    max-width: 274px;
  }
}
body .content .s4 .descriptionCoffe .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #838182;
  border-radius: 7px;
  width: 233px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s5 {
  background-image: url(/assets/img/general/f3.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body .content .s5 {
    background-image: url(/assets/img/general/mble3.png);
  }
}
body .content .s5 .tote {
  grid-area: tote;
  display: flex;
}
@media only screen and (max-width: 980px) {
  body .content .s5 .tote {
    flex-direction: column;
    align-items: center;
    height: 47vh;
    gap: 55px;
  }
}
body .content .s5 .tote .descriptionTote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 48%;
}
@media only screen and (max-width: 980px) {
  body .content .s5 .tote .descriptionTote {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
body .content .s5 .tote .descriptionTote h1 {
  font-size: 2.75rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  body .content .s5 .tote .descriptionTote h1 {
    font-size: 1.875rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .content .s5 .tote .descriptionTote .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
@media only screen and (max-width: 980px) {
  body .content .s5 .tote .descriptionTote .btn {
    max-width: 274px;
  }
}
body .content .s5 .tote .descriptionTote .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #838182;
  border-radius: 7px;
  width: 296px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s5 .tote .toteimg {
  width: auto;
}
@media only screen and (max-width: 980px) {
  body .content .s5 .tote .toteimg {
    max-width: 600px;
  }
}
body .content .s5 .tote .toteimg img {
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
  width: 90%;
}
body .content .s6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img btn" "send send";
}
@media only screen and (max-width: 980px) {
  body .content .s6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
body .content .s6 .licence {
  grid-area: img;
  text-align: end;
  align-self: center;
}
@media only screen and (max-width: 980px) {
  body .content .s6 .licence {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
}
body .content .s6 .licence img {
  width: 90%;
  -webkit-animation: floatImg 3000ms infinite 800ms;
  animation: floatImg 3000ms infinite 800ms;
}
body .content .s6 .descriptionLicence {
  grid-area: btn;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .content .s6 .descriptionLicence h1 {
  font-size: 2.75rem;
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #000;
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  body .content .s6 .descriptionLicence h1 {
    font-size: 1.875rem;
    font-family: "WT-Gothic-bold", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
  }
}
body .content .s6 .descriptionLicence .btn {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
body .content .s6 .descriptionLicence .btn button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #838182;
  border-radius: 7px;
  width: 267px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s6 .send {
  grid-area: send;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
body .content .s6 .send .btnsubmit {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 305px;
}
body .content .s6 .send .btnsubmit button {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  cursor: pointer;
  margin-right: 20px;
  background-color: #006bff;
  border-radius: 7px;
  width: 200px;
  height: 55px;
  color: #FFF;
  margin: 20px 0;
  text-align: center;
}
body .content .s6 .send p {
  font-size: "wtgothic-light", "sans-serif";
  font-family: "WT-Gothic-bold", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #006bff;
  font-weight: bold;
}
