
body { font-family: 'Open Sans', sans-serif;  font-size: 15px; font-weight: 400; color: #888; line-height: 30px;}
html { height: 100%; }
body { height: 100%; }
strong { font-weight: 600; }

a { color: #FFA700; border-bottom: 1px dashed #FFA700; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #FFA700;  text-decoration: none; }

h1, h2 { margin-top: 0px; font-size: 38px; font-weight: 300; color: #373D4B; line-height: 50px;}
h3, h4 { font-size: 22px; font-weight: 600; color: #373D4B; line-height: 30px; }

h2 { font-size: 36px; font-weight: 700; color: #373D4B; text-align: center; margin-bottom: 30px;}
h2 span { color: #FEA729;}
h2.white { color: #fff;}

p.nosotros { font-size: 15px; font-weight: 400; color: #fff; line-height: 24px;}

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #8542a0; color: #fff; text-shadow: none; }
::selection { background: #8542a0; color: #fff; text-shadow: none; }

a.link {
    margin: 30px 0;
    float: left;
    text-align: center;
    width: 48%;
    text-decoration: none;
    border: 0;
}

/***** General style, all sections *****/

.section-container { margin: 0 auto; padding:90px 0; }

.section-container-gray-bg { background: #122230; }
.section-container.bg-orange { background: #FFF6E5; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

.navbar { background: #444; transition: all .6s; backface-visibility: hidden; padding: 20px 0;}

.navbar.navbar-no-bg { background: #444; background: transparent; }

.navbar-dark .navbar-nav { font-size: 14px; color: #fff; text-transform: uppercase; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #FFA700; }
.navbar-dark .navbar-nav .nav-link:focus { color: #FFA700; outline: 0; }

.navbar-dark.shrink .navbar-nav .nav-link:hover,
.navbar-dark.shrink .navbar-nav .nav-link:focus { color: #FEA729; }


.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-dark .navbar-nav .nav-link.login {
    border: 1px solid #fff;
    border-radius: 100px;
    margin-left: 30px;
}
.navbar-dark .navbar-nav .nav-link.login:hover {
    border: 1px solid #FFA700;
}
.shrink.navbar-dark .navbar-nav .nav-link.login {
    border: 1px solid #FFA700;
    color: #FFA700;
}
.shrink.navbar-dark .navbar-nav .nav-link.login:hover {
    background-color:  #FFA700;
    color: #fff;
}
.navbar-brand {
	width: 100px;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.navbar-brand .desktop, .shrink .navbar-brand .white{
	display: block;
}
.navbar-brand .white, .shrink .navbar-brand .desktop {
	display: none;
}
.shrink {
    padding:10px 0;
    background-color: #fff !important;
}
.shrink .navbar-brand .white {
	width: 200px;
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.shrink .navbar-nav .nav-link {
    color: #373D4B;
}

#video-viewport { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; }
video { display: block; width: 100%; height: auto; }

.fullsize-video-bg { height: 100%; overflow: hidden; }

.fullsize-video-bg:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.fullsize-video-bg:after { content: "";  background-size: 3px 3px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }


/***** Top content *****/
.slidetop { width: 100%; padding: 0; min-height: 710px;background-image: url("../img/slide-lansis.png"); 
background-position: top; background-size: cover; position: relative;}

.txt-slide {
	width: 57%;
	position: absolute;
	bottom: 100px;
	left: 75px
}
.txt-slide h3, .txt-slide p { padding: 0px; color: #fff; text-align: left; 
	font-size: 44px; font-weight: bold; line-height: 56px; font-style: normal;}
.txt-slide p { font-size:18px; font-weight: 400; line-height: 30px }

.greenlansis, .whitelansis {
    display: block;
    background: #FEA729;
    border-radius: 50px;
    border: none;
    padding: 12px 30px 15px;
    font-weight: 600;
    margin-top: 30px;
    box-shadow: none;
    width: 290px;
}
.greenlansis:hover, .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus {
    background: #E69826;
    border-color: transparent;
    box-shadow: none;
}
.whitelansis {
    background: #fff;
    color: #373D4B;
    box-shadow: none;
    margin: 30px auto 0;
}
.whitelansis:hover {
    background: #373D4B;
    color: #fff;
}

.orange {
    background: #FEA729;
    width: 40px;
    height: 6px;
    border-radius: 10px;
    margin: -8px 0 0;
}

.top-content { width: 100%; padding: 0; position: relative; z-index: 100; }

.top-content .carousel-item { height: 100vh; min-height: 400px; }
.top-content .carousel-item img { height: 100%; object-fit: cover; }

.top-content .carousel-control-prev { border-bottom: 0; }
.top-content .carousel-control-next { border-bottom: 0; }

.top-content .carousel-caption { padding-bottom: 60px; }
.top-content .carousel-caption h1 { padding-top: 60px; color: #fff; }
.top-content .carousel-caption h3 { color: #fff; }
.top-content .carousel-caption .carousel-caption-description { color: #fff; color: rgba(255, 255, 255, 0.8); }

.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }


.icon-box-item {
    text-align: center;
    margin: 15px 0 45px;
}
.icon-box-item .ib-icon, .why .icon-box-item .ib-icon {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 4px solid #FFA700;
    margin: 0 auto 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.why .icon-box-item .ib-icon {
    width: 95px;
    height: 95px;
}
.why .icon-box-item .ib-icon h4{
    margin: 0;
}

.why .icon-box-item p {
  font-size: 18px;

}
.icon-box-item .ib-icon img{
    text-align: center;
    margin: 0 auto;
    width: 58%;
}

.reproductor { 
  display: block; 
  width: 100%; 
  height: 100%; 
  padding-bottom: 56.25%; 
  overflow: hidden; 
  position: relative; 
  cursor: hand; 
  cursor: pointer; 
}
img.imagen-previa { 
   display: block; 
   left: 0; 
   bottom: 0;
   margin: auto; 
   max-width: 100%; 
   width: 100%; 
   position: absolute; 
   right: 0; 
   top: 0; 
   height: auto 
}
div.youtube-play { 
   height: 64px; 
   width: 64px; 
   left: 50%; 
   top: 50%; 
   margin-left: -36px; 
   margin-top: -36px;
   opacity:0.7;
   position: absolute; 
   background:   url("http://zentirte.com.ar/play_entrenamiento.png") no-repeat; 
   background-size: contain;
  /* background:   url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat;*/
}
div.youtube-play:hover{
   opacity:1; 
}
#youtube-iframe { 
   width: 100%; 
   height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
}
.boxvideo { 
   margin: 30px 0;
}
.boxvideo h4 { color: #fff; font-size: 18px; font-weight: 600;}




img.olivia-cecato {
    max-width: 80%;
    margin: -50px auto 0;
    display: block;
}
.gracias {
  padding: 160px 0 !important;
  height: 100vh;
}
.gracias h2 {
  margin: 0;
}

.gracias p {
  font-size: 18px;
}
.gracias p.ayuda {
  font-size: 14px;
}

.gracias .greenlansis{
  margin: 24px 0;
  width: 215px;
}
.gracias .btn-planes {
  margin: 0;
  padding: 0 10px 0 0;
  border: 0;
  text-decoration: none;
}
.gracias .btn-planes:hover {
  color: #fff;
}


.quien { 
    width: 100%; 
    padding: 90px 0; 
    background-image: url("../img/quien-es-oli.jpg"); 
    background-size: cover;
    background-position: center; 
}
.quien h2{ 
    color: #FFA700;
}
.quien p{ 
    color: #fff;
}

.btn-planes{ 
    color: #FFA700;
    font-size: 14px;
    margin:30px 0 -30px;
    text-decoration: underline;
}

.boxwhite { padding:45px 30px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 3px 6px #999;
position: relative;
top: -75px;
width: 100%
}
.ico-img { width: 66px;float: left; margin-right: 10px; }
.boxwhite p { margin-bottom: 0px;}

.funcionalidades a { color: #FEA729; text-decoration: underline; border: none;}

.mb45 { margin-bottom: 45px; }
.mt45 { margin-top: 45px; }
.pb45 { padding-bottom: 45px; }
.pb0 { padding-bottom: 0px; }

.nosotros-img { margin-top: -70px; }

ul.item-nosotros { margin: 0; padding: 0 0 0 20px; }
ul.item-nosotros li { list-style-type: disc; color: #FEA729;font-size: 20px; }
ul.item-nosotros li p { color: #fff;margin: 0 0 5px; font-size: 14px; font-weight: 300; }


.olivia { background: #F7F7F7; padding-top: 60px}

.bgorange { background: #FFA700; padding-top: 300px}
.mt210 { margin-top: -210px}
.planes { background: #f7f7f7; padding-top: 60px}
.planes h2{ margin-bottom: 0;}


.boxplan{ background-color: #fff; border-radius: 8px; box-shadow: 0 3px 6px #bbb; padding:45px 0;}
.boxplan h4 { color: #373D4B; margin-bottom: 0 }
p.plan { line-height: 44px;width: 95%; display: inline-block; margin: 15px 0 30px;}
.series p.plan { width: 95%; }
p.plan  i { background-color: #fff; padding: 10px; color: #FFA700;}
.series p.plan  i {  color: #333;}
.boxplan .price, .greenplan .price{ background: #EAEBEC; width: 100%; padding:10px 0; text-align: center; margin-bottom: 15px}
.greenplan .price{ background: #FFF6E5; padding: 20px 0;}
.greenplan { padding: 60px 0; margin-top: -20px;}
.series{ margin: 30px 0 0;padding: 30px 0;}
.series .price{ background: #FFF6E5; position: relative;}
.series h4 { font-size: 22px; }
.boxplan .price h5, .greenplan .price h5 { color: #373D4B; font-size: 44px; font-weight: 600; margin-bottom: 0}
.greenplan .price h5, .modal-body h5 { color: #FFA700; font-size: 48px; font-weight: bold;}
.series .price h5{ color: #666; font-size: 36px; }
.boxplan .price h6{ color: #999DA3; font-size: 14px; font-weight: 400; margin-bottom: 0}
.boxplan .price h6.off { position: absolute;
  background-color: red;
  border-radius: 100px;
  padding: 10px 12px;
  color: #fff;
  margin: 0;
  right: 25px;
  top: 25px;
  font-size: 12px;
  font-weight: bold;}
.boxplan .price h6 span{ ctext-decoration: line-through; font-size: 14px; color: #555;}


.boxplan .btn-outline-dark, .greenplan .btn-outline-dark { border-radius: 50px; border-color: #373D4B; padding: 10px 30px}
.greenplan .btn-outline-dark, .modal-body .btn-outline-dark{ background-color:#373D4B; color: #fff;margin: 0 3%; }
.series .btn-outline-dark { background-color:#fff; color: #373D4B;border: 1px solid #373D4B }
.greenplan .btn-outline-dark:hover { background-color:#122230; color: #fff; }


.modal-body h4 { text-align: center;}
.modal-body h5 { background: #FFF6E5; padding: 10px; color: #FFA700; font-size: 30px; font-weight: bold;text-align: center;}
.modal-dialog { max-width: 600px; }
.modal-body .btn-outline-dark { border-radius: 50px; margin: 0 auto; display: block;}
.modal-body p.plan { width: 100%; text-align: center;}

.btn-video { position: absolute; right: 20px; bottom: 20px; color: #fff; font-weight: bold;}
.modal-video {
    max-width: 90%;
}


.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	
	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


.col50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.pilamob{ display: none; }
/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	
	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */
	
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}


.section-green { background-color: #FEA729; padding: 60px 0; }


.section-testimonio {
    margin-bottom: -1px;
    z-index: 3;
    position: relative;
}
#demo {

    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding:8rem;
    color: #888;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}


i {
    background-color: #f5f5f5;
    padding: 1.4rem
}
.carousel-control-next, .carousel-control-prev, .carousel-control-next:hover, .carousel-control-prev:hover {
    color: #FEA729;

}
@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}
.oli { display: none ; }

/***** Footer *****/

footer { background-color: #122230; padding: 45px 0 0;  z-index: 4;position: relative;}

.footer-down { background-color: #091119; padding: 15px 0; }

.footer-down p { margin: 0;}

.pb30 { padding-bottom: 60px;}

footer h5 { color: #fff; font-size: 22px}
footer ul.item-nosotros { margin: 0; padding: 0;}
footer ul.item-nosotros li { list-style-type: none; }
footer ul.item-nosotros li p { color: #fff;margin: 0; font-size: 16px; font-weight: 300; line-height: 24px; }

.ico-footer { width: 40px; margin: 12px 10px 0 0; float: left;}
.ico-footer:hover { opacity: 0.8}
footer a {
    color: inherit;
    border-bottom: none;
}
img.footer-logo { max-width: 300px; }
.social-icon { text-align: center; margin: 0 auto; display: table; }
.social-icon img { float: inherit;}

@media (max-width: 1200px) {
    .txt-slide h3{ font-size: 40px; }
    .fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after { height: 600px; }
    .col50 { -ms-flex: 0 0 40%; flex: 0 0 40%;  max-width: 40%; }
    .col70 { -ms-flex: 0 0 60%; flex: 0 0 60%;  max-width: 60%; }
}

.navbar-dark .navbar-brand {
  margin-left: 60px;
}
#navbarNav {
  margin-right: 50px;
}

@media(max-width:991px) {
	.container-responsive { width: 100%; max-width: 96%;}
	.txt-slide {  width: 50%;  left: 45px;  top: 150px }
	.txt-slide h3{ font-size: 34px; line-height: 44px}
	h3, h4 { font-size: 24px; }
    h2 { font-size: 28px; margin:0;}
	.mt45 { margin-top: 15px; }
    .txt-slide { top: -300px; }
    .txt-slide h3{ font-size: 36px; }
    .fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after { height: 460px; }
    
    .greenplan .btn-outline-dark { margin: 15px 3% 0px; }
    .col50 { -ms-flex: 0 0 35%; flex: 0 0 35%;  max-width: 35%; position: relative; }
    .col50 img { position: absolute; bottom: 0; }
	.col70 { -ms-flex: 0 0 65%; flex: 0 0 65%;  max-width: 65%; padding-bottom: 60px;}
    img.footer-logo { max-width: 82%;  margin: 0 auto;  display: block; }
    .social-icon { text-align: center; margin: 0 auto; display: table; }
    .social-icon img { float: inherit;}
    .piladesk { display: none; }
    .pilamob { display: block; }
    .paypal { margin: 30px 8% 0;}
}

@media(max-width:769px) {
 	.navbar.navbar-no-bg { background: transparent !important; }
 	.navbar-collapse { padding: 15px 0; text-align: center;background: #000; }
 	.txt-slide { width: 60%; }
	.txt-slide h3{ font-size: 30px; line-height: 36px }
	.boxwhite {  padding: 25px 30px 10px; }
	.ico-img { width: 50px; }
	.boxwhite p { margin: 15px 0 35px; font-size: 18px; }
	.funcionalidades .ico-img {width: 66px; float: inherit; }
	.section-container-gray-bg .section-3-box { text-align: left; }
	.boxplan { margin: 0 0 45px; }
	.navbar-brand .desktop{ display: block; }
	.shrink .navbar-brand .white{ display: none; }
	.shrink .navbar-brand .desktop { display: none; }
	.shrink .navbar-brand .desktop { display: block; }
	.navbar-dark .navbar-toggler { border-color: transparent; }
	.shrink .navbar-nav .nav-link { color: #fff;}
    .navbar-brand .desktop { max-width: 60px; }
    .navbar-dark .navbar-toggler { border-color: #fff;}
    .fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after { height: 450px;margin-top: 0px; }
    #video-viewport { top: 0px;}
    video {  width: 106% !important;}
    .col-sm-8-oli { flex: 0 0 100%;max-width: 100%;margin-left: 0% !important; }
    .mt210 {  margin-top: -270px; }
    .col50 { display: none;}
    .col70 { -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; padding-bottom: 90px; float: left; display: block;}
    img.footer-logo { max-width: 300px;  margin: 0 auto;  display: block; }
    .social-icon { text-align: center; margin: 0 auto; display: table; }
    .social-icon img { float: inherit;}
    .navbar-dark .navbar-nav .nav-link.login { width: 200px; margin: 0 auto 15px; }
    .quien { background-position: 40% center; }
    #navbarNav { margin-right: 0;}
    .paypal { margin: 30px 8% 0;}
}
@media(max-width:650px) {
    .pilamob{ display: block; }
    .piladesk{ display: none; }
    .fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after { height: 350px;margin-top: 0px; }
    .fullsize-video-bg { display: none;}
    .txt-slide { width: 60%; }
    .top-content h3 { font-size: 32px; }
    .txt-slide { top: inherit;bottom: 90px;left: 20px;}
    p.plan { width: 100%;  margin: 5px 0 0px; }
    .quien .offset-5 { margin-left: 10%; }
    .quien { background-position: 35% center; }
    .oli { display: block; background: url("../img/oli-mobile.jpg") no-repeat top center; height: 600px; }
    .modal-video { max-width:100%; }
    .navbar-dark .navbar-brand { margin-left: 10px;}
    .navbar-dark .navbar-toggler { margin: 0 10px 0 0; }
    .paypal { margin: 30px 8% 0;}

}
@media(max-width:400px) {
.fullsize-video-bg, .fullsize-video-bg::before, .fullsize-video-bg::after { height: 200px;margin-top: 0px; }
.quien .offset-5 { margin-left: 0%; }
.paypal { margin: 30px 8% 0;}
}




.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

\
