@font-face{font-family:"Roboto";font-style:normal;font-weight:normal;src:url("../fonts/roboto/roboto_regular.woff2") format("woff2"),url("../fonts/roboto/roboto_regular.woff") format("woff"),url("../fonts/roboto/roboto_regular.ttf") format("truetype");font-display:swap}@font-face{font-family:"Roboto";font-style:normal;font-weight:bold;src:url("../fonts/roboto/roboto_bold.woff2") format("woff2"),url("../fonts/roboto/roboto_bold.woff") format("woff"),url("../fonts/roboto/roboto_bold.ttf") format("truetype");font-display:swap}@font-face{font-family:"Roboto";font-style:italic;font-weight:normal;src:url("../fonts/roboto/roboto_italic.woff2") format("woff2"),url("../fonts/roboto/roboto_italic.woff") format("woff"),url("../fonts/roboto/roboto_italic.ttf") format("truetype");font-display:swap}@font-face{font-family:"Graphik";font-style:normal;font-weight:normal;src:url("../fonts/graphik/Graphik-Regular.otf") format("opentype");font-display:swap}@font-face{font-family:"Graphik";font-style:normal;font-weight:600;src:url("../fonts/graphik/Graphik-Semibold.otf") format("opentype");font-display:swap}@font-face{font-family:"Beachvibe";font-style:normal;font-weight:600;src:url("../fonts/beachvibe/Beach-Vibe.otf") format("opentype"),url("../fonts/beachvibe/Beach-Vibe.ttf") format("truetype");font-display:swap}*{font-size:100%;font-family:"Roboto","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 rgba(0,0,0,0);border-top:0 none rgba(0,0,0,0);border-bottom:0 none rgba(0,0,0,0);border-left:0 none rgba(0,0,0,0);border-right:0 none rgba(0,0,0,0);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}.layout_social{display:grid;grid-template-areas:"card img1 img3" "card img1 img3" "card img2 img3" "card img2 img3";grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(4, auto);align-content:space-between}@media only screen and (max-width: 480px){.layout_social{grid-template-columns:100%;grid-template-rows:176px 410px 228px auto;grid-template-areas:"img1" "img3" "img2" "card"}}.layout_social .a1{grid-area:card}.layout_social .a2{grid-area:img1}.layout_social .a3{grid-area:img2}.layout_social .a4{grid-area:img3}.layout_footer{display:grid;grid-template-areas:".... icon ...." "link link link" "text .... social";grid-template-columns:1fr min(6.25vw,120px) 1fr;align-items:center}@media only screen and (max-width: 980px){.layout_footer{grid-template-columns:100%;grid-template-areas:"icon" "link" "text" "social"}}.layout_footer .area1{grid-area:icon}.layout_footer .area2{grid-area:link}.layout_footer .area3{grid-area:text}.layout_footer .area4{grid-area:social}.navbar{background-color:#ffdf1b;display:flex;justify-content:space-between;align-items:center;padding:10px 30px}@media only screen and (max-width: 980px){.navbar{justify-content:center}}.navbar .logo img{width:90%;object-fit:contain}.navbar .links{display:flex;gap:30px}@media only screen and (max-width: 980px){.navbar .links{display:none}}.navbar .links li a{text-transform:capitalize;color:#005ca7}.navbar .links li a:hover{text-decoration:underline}.navbar .btnNavMobile{cursor:pointer;display:none}@media only screen and (max-width: 980px){.navbar .btnNavMobile{display:block}}.mobile-menu{position:fixed;top:0;right:-100%;width:250px;height:100%;background-color:#ffdf1b;box-shadow:-2px 0 5px rgba(0,0,0,.5);transition:right .3s ease;z-index:1000;padding:20px}.mobile-menu ul{list-style:none;padding:0}.mobile-menu ul li{margin:20px 0}.mobile-menu ul li a{text-transform:capitalize;color:#005ca7;text-decoration:none}.mobile-menu ul li a:hover{text-decoration:underline}.mobile-menu .close-btn{display:block;margin-top:20px;text-align:right;font-size:20px;color:#005ca7;text-decoration:none}.mobile-menu.active{right:0}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#ffdf1b;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{border:10px solid #fff;border-top:10px solid #0552b5;border-radius:50%;width:80px;height:80px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.marquee-container{width:100%;overflow:hidden;background-color:#0552b5;white-space:nowrap;padding:30px 0 10px 0}.marquee-container .marquee{display:inline-block;animation:scroll 10s linear infinite}.marquee-container .marquee img{vertical-align:middle;margin:0 35px}@media only screen and (max-width: 480px){.marquee-container .marquee img{width:80px}}.marquee-container .marquee span{font-family:"Graphik","sans-serif";font-size:64px;font-weight:500;line-height:76.8px;color:#ffdf1b}@media only screen and (max-width: 480px){.marquee-container .marquee span{font-family:Graphik;font-size:48px;font-weight:500;line-height:57.6px}}@keyframes scroll{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.section_footer{width:100%;background-color:#ffdf1b;display:flex;align-items:center;justify-content:center}.section_footer .container_footer{width:87.5vw;padding:56px 0;max-width:1680px}.section_footer .container_footer .icon_bananaBoat{width:6.25vw;height:auto;max-width:120px;margin-bottom:48px;min-width:80px}.section_footer .container_footer .list_links{grid-gap:20px min(8.75vw,112px);display:flex;justify-content:center;width:100%;border-bottom:1px solid #d9d9d9;padding:0 0 24px;margin-bottom:24px;flex-wrap:wrap}@supports(gap){.section_footer .container_footer .list_links{gap:20px min(8.75vw,112px)}}@media only screen and (max-width: 980px){.section_footer .container_footer .list_links{grid-gap:16px;flex-direction:column;flex-wrap:nowrap}@supports(gap){.section_footer .container_footer .list_links{gap:16px}}}.section_footer .container_footer .list_links .item_link{color:#000;font-size:20px;font-weight:500;line-height:24px}.section_footer .container_footer .copyright .copyright_text{color:#000;font-size:15px;font-weight:500;line-height:18px}@media only screen and (max-width: 980px){.section_footer .container_footer .copyright .copyright_text{margin-bottom:16px}}.section_footer .container_footer .social .title_social{color:#000;font-size:16px;font-weight:500;line-height:19px;text-align:right;margin-bottom:28px}@media only screen and (max-width: 980px){.section_footer .container_footer .social .title_social{text-align:left}}.section_footer .container_footer .social .group_social{grid-gap:30px;display:flex;justify-content:flex-end}@supports(gap){.section_footer .container_footer .social .group_social{gap:30px}}@media only screen and (max-width: 980px){.section_footer .container_footer .social .group_social{justify-content:flex-start}}.section_footer .container_footer .social .group_social .item_social{width:2.5vw;max-width:40px;min-width:32px}.section_footer .container_footer .social .group_social .item_social .icon_social{width:100%;height:auto}.s1{width:100%;position:relative;background-color:#ffdf1b}.s1 picture{position:relative}.s1 picture .imgS1{width:100%}.s1 .s1content{width:100%;position:absolute;top:0;left:0}.s1 .s1content .titleS1{font-family:"Graphik","sans-serif";margin-top:120px;font-size:20px;font-weight:600;line-height:26.6px;text-align:center;color:#fff}@media only screen and (max-width: 980px){.s1 .s1content .titleS1{font-size:16px;font-weight:400;line-height:19.2px}}.s1 .s1content .imgTitle img{display:block;margin:35px auto 0 auto;object-fit:contain}@media only screen and (max-width: 320px){.s1 .s1content .imgTitle img{width:90%}}.s1 .s1content .btns1{display:block;margin:40px auto 0 auto;width:450px;height:65px;background-color:#f75506;border-radius:70px;padding:18px 32px;color:#fff;cursor:pointer;font-family:"Graphik","sans-serif";font-size:24px;font-weight:500;line-height:28.8px;letter-spacing:-0.01em}@media only screen and (max-width: 980px){.s1 .s1content .btns1{width:315px;height:58px;font-size:18px;font-weight:500;line-height:21.6px}}@media only screen and (max-width: 320px){.s1 .s1content .btns1{width:95%;height:auto}}.s2{width:100%;position:relative}.s2 .s2Content{position:absolute;bottom:3px;width:100%;margin:auto}.s2 .s2Content .container_ellipse{position:relative}.s2 .s2Content .container_ellipse .cloud1{position:absolute;transform:rotate(-15deg);width:300px;right:20px;top:50px}@media only screen and (max-width: 980px){.s2 .s2Content .container_ellipse .cloud1{width:210px;right:-10px;top:-500px}}@media only screen and (max-width: 480px){.s2 .s2Content .container_ellipse .cloud1{right:15px;top:-550px}}.s2 .s2Content .container_ellipse .cloud2{position:absolute;transform:rotate(-15deg);width:220px;left:0;bottom:15px}@media only screen and (max-width: 980px){.s2 .s2Content .container_ellipse .cloud2{width:158px;left:15px;bottom:7px}}@media only screen and (max-width: 480px){.s2 .s2Content .container_ellipse .cloud2{left:-50px}}.s2 .s2Content .b1{width:90%;max-width:1280px;margin:auto;position:relative;z-index:2;display:grid;grid-template-columns:30% 60%;grid-gap:10%;grid-template-areas:"t1 t2"}@media only screen and (max-width: 980px){.s2 .s2Content .b1{grid-template-columns:1fr;grid-gap:0;grid-template-areas:"t1" "t2"}}.s2 .s2Content .b1 .t1{position:relative;grid-area:t1}@media only screen and (max-width: 980px){.s2 .s2Content .b1 .t1{margin:auto}}.s2 .s2Content .b1 .t1 h3{font-family:"Graphik","sans-serif";font-size:40px;font-weight:500;line-height:48px;letter-spacing:-0.01em;text-align:left;max-width:330px}@media only screen and (max-width: 980px){.s2 .s2Content .b1 .t1 h3{font-size:32px;font-weight:500;line-height:38.4px;letter-spacing:-0.01em;text-align:left}}.s2 .s2Content .b1 .t1 img{position:absolute;top:-180px;left:30px}@media only screen and (max-width: 980px){.s2 .s2Content .b1 .t1 img{top:-200px}}@media only screen and (max-width: 980px){.s2 .s2Content .b1 .t1 img{width:100%;left:30px;top:-250px}}.s2 .s2Content .b1 .t2{grid-area:t2;align-self:center;font-family:"Graphik","sans-serif";font-size:24px;font-weight:400;line-height:28.8px;letter-spacing:-0.01em;text-align:left}@media only screen and (max-width: 980px){.s2 .s2Content .b1 .t2{max-width:320px;margin:70px auto 0 auto;font-size:24px;font-weight:400;line-height:28.8px;letter-spacing:-0.01em;text-align:left}}.s2 .s2Content .elipse{position:relative;z-index:2;width:100%;max-width:1280px;margin:50px auto 0 auto;display:flex;flex-direction:column;justify-content:flex-end}@media only screen and (max-width: 980px){.s2 .s2Content .elipse{height:500px;background-image:url("/assets/img/s2ellipse.webp");background-position:center;background-size:cover;background-repeat:no-repeat}}.s2 .s2Content .elipse .elipseBg{display:block;margin:auto;width:100%;max-width:1280px}@media only screen and (max-width: 980px){.s2 .s2Content .elipse .elipseBg{display:none}}.s2 .s2Content .elipse .elipseContent{position:absolute;top:300px;left:50%;transform:translate(-50%, -50%)}.s2 .s2Content .elipse .elipseContent .titleImg img{display:block;margin:auto}.s2 .s2Content .elipse .elipseContent #s2knowt1{margin-bottom:20px}.s2 .s2Content .elipse .elipseContent #s2knowt1 p{font-family:"Graphik","sans-serif";font-size:40px;font-weight:400;line-height:53.2px;letter-spacing:-0.01em;text-align:center}@media only screen and (max-width: 980px){.s2 .s2Content .elipse .elipseContent #s2knowt1 p{font-size:32px;font-weight:400;line-height:38.4px;letter-spacing:-0.01em;text-align:center}}.s2 .s2Content .elipse .elipseContent .btns2{display:block;margin:40px auto 0 auto;width:450px;height:65px;background-color:#f75506;border-radius:70px;padding:18px 32px;color:#fff;cursor:pointer;font-family:"Graphik","sans-serif";font-size:24px;font-weight:500;line-height:28.8px;letter-spacing:-0.01em}@media only screen and (max-width: 980px){.s2 .s2Content .elipse .elipseContent .btns2{width:315px;height:58px;font-size:18px;font-weight:500;line-height:21.6px}}@media only screen and (max-width: 980px){.s2 .s2Content .elipse .elipseContent .btns2 .desktopText{display:none}}.s2 .s2Content .elipse .elipseContent .btns2 .mobileText{display:none}@media only screen and (max-width: 980px){.s2 .s2Content .elipse .elipseContent .btns2 .mobileText{display:block}}.s3{position:relative;background-color:#ffdf1b;z-index:2;width:100%;margin:auto;padding-bottom:40px}.s3 .contentSwiper{max-width:1280px;margin:auto}.s3 .contentSwiper .mySwiper1{width:80%;margin:0 auto 50px auto;padding-top:20px}.s3 .contentSwiper .mySwiper1 .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.s3 .contentSwiper .mySwiper1 .swiper-slide{width:70%}.s3 .contentSwiper .s3Text p{text-align:center;max-width:745px;margin:auto;font-family:"Graphik","sans-serif";font-size:24px;font-weight:400;line-height:31.92px;letter-spacing:-0.01em;text-align:center}@media only screen and (max-width: 480px){.s3 .contentSwiper .s3Text p{width:90%;margin:auto}}.s4{height:auto;padding:50px 0;background:linear-gradient(to bottom, #FFDF1B 50%, #0552B5 50%);position:relative}.s4 .video{width:60%;display:block;margin:auto;z-index:3;position:relative;aspect-ratio:16/9;min-width:300px}.s4 .coulds{position:absolute;width:100%;left:0;top:-30%;z-index:2}@media only screen and (max-width: 640px){.s4 .coulds{top:0}}.s4 .curveText{position:absolute;right:180px;bottom:-60px}@media only screen and (max-width: 980px){.s4 .curveText{right:40px}}@media only screen and (max-width: 480px){.s4 .curveText{right:-20px;bottom:-75px}}.s5{width:100%;background-color:#0552b5;padding:50px 0;background-image:url("/assets/img/bg_s5.webp");background-position:top right;background-size:1200px auto;background-repeat:no-repeat}@media only screen and (max-width: 980px){.s5{background-image:none}}.s5 .s5content{width:90%;margin:auto;display:flex;flex-direction:column}@media only screen and (max-width: 980px){.s5 .s5content{width:100%}}.s5 .s5content .insideBox{width:60%;max-width:745px;position:relative;z-index:4}@media only screen and (max-width: 980px){.s5 .s5content .insideBox{width:70%}}@media only screen and (max-width: 980px){.s5 .s5content .insideBox{width:90%;margin:auto}}.s5 .s5content .insideBox .s5t1{font-family:"Beachvibe","sans-serif";font-size:96px;font-weight:400;line-height:86.4px;letter-spacing:-0.01em;text-align:left;color:#ffdf1b}@media only screen and (max-width: 980px){.s5 .s5content .insideBox .s5t1{font-size:64px;font-weight:400;line-height:57.6px;letter-spacing:-0.01em;text-align:left}}.s5 .s5content .insideBox .s5t2{font-family:"Graphik","sans-serif";margin-top:min(1.95vw,25px);font-size:48px;font-weight:500;line-height:63.84px;text-align:left;color:#ffdf1b}@media only screen and (max-width: 980px){.s5 .s5content .insideBox .s5t2{font-size:32px;font-weight:500;line-height:38.4px;text-align:left}}.s5 .s5content .insideBox .s5t3{font-family:"Graphik","sans-serif";margin-top:min(1.95vw,25px);font-size:24px;font-weight:400;line-height:31.92px;text-align:left;color:#ffdf1b}@media only screen and (max-width: 980px){.s5 .s5content .insideBox .s5t3{font-size:24px;font-weight:400;line-height:28.8px;text-align:left}}.s5 .s5content .insideBox .btns5{width:320px;height:65px;margin-top:min(1.95vw,25px);background-color:#f75506;border-radius:70px;padding:18px 32px;color:#fff;cursor:pointer;font-family:"Graphik","sans-serif";font-size:24px;font-weight:500;line-height:28.8px;letter-spacing:-0.01em}@media only screen and (max-width: 980px){.s5 .s5content .insideBox .btns5{width:315px;height:58px;font-size:18px;font-weight:500;line-height:21.6px}}.s5 .s5content .domoBox{width:88.2vw;margin:min(10.81vw,200px) 0;max-width:1030px;align-self:flex-end;margin-right:50px}@media only screen and (max-width: 980px){.s5 .s5content .domoBox{margin-right:0;width:80%;align-self:flex-start}}.s5 .s5content .domoBox img{display:block;width:100%}.s6{background-image:url("/assets/img/bg_s6.webp");background-size:cover;background-position:top;background-color:#0552b5;position:relative;width:100%}.s6 .title_s6{width:min(58.59vw,750px);display:block}.s6 .title_s6 img{width:100%;height:auto;object-fit:cover}.s6 .container_image{display:flex;justify-content:space-around;margin:min(6.25vw,80px) auto 0;width:90%}@media only screen and (max-width: 980px){.s6 .container_image{flex-direction:column}}.s6 .container_image .b1 .percent{color:#ffdf1b;font-size:128px;font-weight:800;font-family:"Graphik","sans-serif"}@media only screen and (max-width: 980px){.s6 .container_image .b1 .percent{font-size:64px}}.s6 .container_image .b1 p{color:#fff;font-size:40px;max-width:300px}@media only screen and (max-width: 980px){.s6 .container_image .b1 p{font-size:24px}}.s6 .container_image .figures{width:min(58.35vw,747px);display:block}@media only screen and (max-width: 980px){.s6 .container_image .figures{width:90%;margin:auto}}.s6 .container_image .figures img{width:100%;height:auto;object-fit:cover}.s8{background-image:url("/assets/img/bg_ubication.webp");background-position:top left;background-repeat:no-repeat;background-size:cover;background-color:#13c3bd;padding-bottom:100px;position:relative;width:100%}@media only screen and (max-width: 980px){.s8{overflow:hidden}}.s8 .cloud_mobile{display:none}@media only screen and (max-width: 980px){.s8 .cloud_mobile{display:block;position:absolute;right:0;top:40%;width:80px}}.s8 .swiperUbication{position:relative;transition:transform .3s ease;padding:30px 0 80px;width:85%}@media only screen and (max-width: 980px){.s8 .swiperUbication{padding:18px 0 35px}}.s8 .swiperUbication .container_image img{width:100%;height:auto;object-fit:cover}.s8 .swiperUbication .swiper-slide:nth-child(5n+1){transform:translateY(25px)}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-slide:nth-child(5n+1){transform:translateY(15px)}}.s8 .swiperUbication .swiper-slide:nth-child(5n+2){transform:translateY(-30px)}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-slide:nth-child(5n+2){transform:translateY(20px)}}.s8 .swiperUbication .swiper-slide:nth-child(5n+3){transform:translateY(80px)}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-slide:nth-child(5n+3){transform:translateY(40px)}}.s8 .swiperUbication .swiper-slide:nth-child(5n+4){transform:translateY(15px)}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-slide:nth-child(5n+4){transform:translateY(5px)}}.s8 .swiperUbication .swiper-slide:nth-child(5n+5){transform:translateY(30px)}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-slide:nth-child(5n+5){transform:translateY(15px)}}.s8 .swiperUbication .swiper-button-next,.s8 .swiperUbication .swiper-button-prev{width:70px;height:70px;background:#fff;border-radius:50%;color:#000}@media only screen and (max-width: 980px){.s8 .swiperUbication .swiper-button-next,.s8 .swiperUbication .swiper-button-prev{width:40px;height:40px}}.s8 .swiperUbication .swiper-button-next:after,.s8 .swiperUbication .swiper-button-prev:after{font-size:20px}.s8 .group_images{display:flex;width:100%;margin:auto;justify-content:space-between;align-items:center;padding-right:5.93vw}@media only screen and (max-width: 980px){.s8 .group_images{flex-direction:column;padding-right:0}}.s8 .group_images .title_s8_img{width:min(67vw,650px)}@media only screen and (max-width: 980px){.s8 .group_images .title_s8_img{width:100%}}.s8 .group_images .title_s8_img img{width:100%;height:auto;object-fit:cover}.s8 .group_images .ubication_img{width:min(30.46vw,280px);height:min(30.46vw,280px);max-width:390px}@media only screen and (max-width: 980px){.s8 .group_images .ubication_img{width:60%;height:auto;position:relative;top:-80px}}@media only screen and (max-width: 768px){.s8 .group_images .ubication_img{width:80%;height:auto;position:relative;top:-60px}}.s9{background-color:#13c3bd;padding:40px 0 75px}.s9 .swiperProducts{width:80%}.s9 .swiperProducts .swiper-slide{display:flex;justify-content:center}.s9 .swiperProducts .card_product{width:360px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.s9 .swiperProducts .card_product .container_image{width:360px;height:360px;justify-content:center;background-color:#fff;align-items:center;border-radius:3px;display:flex;width:100%}.s9 .swiperProducts .card_product .container_image img{object-fit:contain;width:80%;height:80%}@media only screen and (max-width: 980px){.s9 .swiperProducts .card_product .container_image img{width:100%;height:100%}}.s9 .swiperProducts .card_product .desc_product{margin-bottom:40px;font-weight:600;text-align:left;margin-top:20px;font-size:22px;width:100%;color:#000}.s9 .swiperProducts .card_product .link_product{justify-content:space-between;border-bottom:1px solid #000;padding-right:10px;font-weight:600;font-size:24px;display:flex;width:100%;color:#000}.s10{position:relative}.s10 .card_follow{background-image:url("/assets/img/bg_card.webp");display:flex;flex-direction:column;align-items:center;padding-bottom:33px;background-position:bottom;background-size:cover;height:100%}.s10 .card_follow .img_card{width:90%;padding:80px 40px 50px}@media only screen and (max-width: 980px){.s10 .card_follow .img_card{padding:60px 20px 25px}}.s10 .card_follow .btn_card{background-color:#ffdf1b;border-radius:73px;font-size:24px;color:#000;padding:18px min(2.5vw,32px);cursor:pointer}@media only screen and (max-width: 768px){.s10 .card_follow .btn_card{font-size:16px}}.s10 .container_img{display:flex;width:100%}.s10 .container_img .img_social{width:100%}.s11{position:relative}.s11 .brands{width:95%}.s11 .brands .swiper-wrapper{align-items:center}.s11 .brands .swiper-wrapper .swiper-slide img{width:100%}html .no_scroll{overflow:hidden}.hide{display:none !important}body{position:relative;top:0;left:0;overflow:overlay;overflow-x:hidden;font-size:100%;font-family:"Roboto","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 rgba(0,0,0,0);border-top:0 none rgba(0,0,0,0);border-bottom:0 none rgba(0,0,0,0);border-left:0 none rgba(0,0,0,0);border-right:0 none rgba(0,0,0,0);background-color:#fff;color:#000}body::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:auto;background-color:#000}body::-webkit-scrollbar-thumb{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-color:#fff}body::-webkit-scrollbar-track{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px}::-webkit-scrollbar{width:5px !important}