.pages header+.layout{min-height:calc(100vh - 319px);padding-top:102px}.pages .layout .wrapper .content h1{color:rgba(var(--text),.8);font-size:24px}.pages .layout .wrapper .content h2{color:rgba(var(--text),.8);font-size:20px}.pages .layout .wrapper .content .page-text{margin-top:20px}.pages .layout .wrapper .content .page-text .text{line-height:24px;padding:10px;text-align:right}.pages .layout .wrapper .content .page-text .text h2,.pages .layout .wrapper .content .page-text .text h3,.pages .layout .wrapper .content .page-text .text h4,.pages .layout .wrapper .content .page-text .text h5{color:rgba(var(--text),.8);font-family:Assistant!important;font-size:20px}.pages .layout .wrapper .content .page-text .text :not(h2,h3,h4,h5){font-family:Assistant!important;font-size:16px!important}.blog-page{padding-top:82px}.blog-page .layout-top .wrapper{box-sizing:border-box;padding:0 10px}.blog-page .layout-top .wrapper .desc{color:#fff;font-size:24px;line-height:28px}.blog-page .articles{margin-top:20px}.blog-page .articles.single-page .wrapper{gap:40px;grid-template-areas:"article ads";grid-template-columns:2fr 1fr}.blog-page .articles.single-page .wrapper>.article{grid-area:article;overflow:hidden}.blog-page .articles.single-page .wrapper>.article .title{font-size:30px;font-weight:700}.blog-page .articles.single-page .wrapper>.article .subtitle{display:block;margin:10px 0}.blog-page .articles.single-page .wrapper>.article .subtitle>span{color:rgba(var(--text-muted),1);display:inline-block;vertical-align:top}.blog-page .articles.single-page .wrapper>.article .subtitle>span:last-child:before{content:"|";margin:0 4px}.blog-page .articles.single-page .wrapper>.article>.image{border-radius:10px;overflow:hidden}.blog-page .articles.single-page .wrapper>.article>.image img{max-width:100%;width:100%}.blog-page .articles.single-page .wrapper>.article .article-content{background:#fff;border-radius:10px;margin-top:20px;padding:10px 20px}.blog-page .articles.single-page .wrapper>.article .text{line-height:22px;margin:20px 0}.blog-page .articles.single-page .wrapper>.article .text *{font-size:16px!important}.blog-page .articles.single-page .wrapper>.article .text b span{padding:0 4px}.blog-page .articles.single-page .wrapper>.article .text .zimerBox>img{max-width:100%}.blog-page .articles.single-page .wrapper>.article .text .zimerBox>a{display:block}.blog-page .articles.single-page .wrapper>.article .sites,.blog-page .articles.single-page .wrapper>.article .sites .site{display:flex;flex-direction:column;gap:10px}.blog-page .articles.single-page .wrapper>.article .sites .site .picture>img{border-radius:10px;max-width:100%}.blog-page .articles.single-page .wrapper>.article .sites .site .info{display:flex;flex-direction:column;gap:6px}.blog-page .articles.single-page .wrapper>.article .sites .site .info .name{font-size:18px;font-weight:700}.blog-page .articles.single-page .wrapper>.article .sites .site .info .description{line-height:24px}.blog-page .articles.single-page .wrapper>.article .sites .site .info .phone>span{font-weight:700}.blog-page .articles.single-page .wrapper>.article .sites .site .info .link{cursor:pointer}.blog-page .articles.single-page .wrapper>.article .sites .site .info .link:hover{text-decoration:underline}.blog-page .articles.single-page .wrapper>.article .author{background:#fff;border:1px solid rgba(var(--light),.6);border-radius:10px;display:flex;gap:20px;margin-top:20px;padding:10px}.blog-page .articles.single-page .wrapper>.article .author .image{border-radius:80px;height:120px;overflow:hidden;width:120px}.blog-page .articles.single-page .wrapper>.article .author .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blog-page .articles.single-page .wrapper>.article .author .info{display:flex;flex:1;flex-direction:column}.blog-page .articles.single-page .wrapper>.article .author .info .name{font-size:20px;font-weight:700;line-height:30px}.blog-page .articles.single-page .wrapper>.article .author .info .desc{font-size:16px;font-weight:400;line-height:22px}.blog-page .articles.single-page .wrapper>.article .author .info>a{color:rgba(var(--text),.8);display:block;font-weight:700;margin-top:10px}.blog-page .articles.single-page .wrapper .ads .populars{margin-top:66px;position:sticky;top:102px}.blog-page .articles .wrapper{grid-gap:40px 20px;box-sizing:border-box;display:grid;grid-template-areas:"featured featured" "all ads";grid-template-columns:1fr 420px;padding:10px}.blog-page .articles .wrapper .featured{display:flex;gap:20px;grid-area:featured}.blog-page .articles .wrapper .featured .article{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;cursor:pointer;flex:1;height:360px;overflow:hidden;padding:20px;position:relative}.blog-page .articles .wrapper .featured .article .link{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:10}.blog-page .articles .wrapper .featured .article .content{background-image:linear-gradient(0deg,#000,transparent);bottom:0;box-sizing:border-box;left:0;padding:60px 20px 20px;position:absolute;right:0;top:auto;transition:all .4s ease}.blog-page .articles .wrapper .featured .article .content .title{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px}.blog-page .articles .wrapper .featured .article .content .description{color:#fff;font-size:14px;height:38px;line-height:18px;overflow:hidden}.blog-page .articles .wrapper .all{display:grid;gap:20px;grid-area:all;grid-template-columns:repeat(2,1fr)}.blog-page .articles .wrapper .all .article{align-items:center;background:#fff;border-radius:20px;box-sizing:border-box;cursor:pointer;display:grid;gap:10px;grid-template-areas:"image" "title" "info" "description";grid-template-rows:max-content;padding:10px;position:relative;transition:all .4s ease}.blog-page .articles .wrapper .all .article .link{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:10}.blog-page .articles .wrapper .all .article>.image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.4);grid-area:image;height:160px}.blog-page .articles .wrapper .all .article .title{font-size:20px;font-weight:700;grid-area:title}.blog-page .articles .wrapper .all .article .description{color:rgba(var(--text),.8);grid-area:description;line-height:20px;overflow:hidden}.blog-page .articles .wrapper .all .article .info{grid-area:info}.blog-page .articles .wrapper .all .article .info>div{display:inline-block;margin-left:10px}.blog-page .articles .wrapper .all .article .info>div:before{float:right;font-size:14px;margin-left:4px}.blog-page .articles .wrapper .ads{grid-area:ads}.blog-page .articles .wrapper .ads .populars{background:#fff;border-radius:20px;margin-bottom:20px;overflow:hidden;padding:20px}.blog-page .articles .wrapper .ads .populars>.title{font-size:22px;font-weight:700;line-height:28px;margin-bottom:20px;position:relative}.blog-page .articles .wrapper .ads .populars .popular{background:#fff;border:1px solid rgba(var(--light),1);border-radius:40px;display:block;margin:10px 0;padding:10px 40px 10px 20px;position:relative}.blog-page .articles .wrapper .ads .populars .popular:before{background:rgba(var(--primary),1);border-radius:30px;bottom:0;color:#fff;content:"star";display:inline-block;font-family:zimertop-font;height:30px;left:auto;line-height:30px;margin:auto;position:absolute;right:4px;text-align:center;top:0;vertical-align:middle;width:30px}.blog-page .articles .wrapper .ads .populars .back{bottom:auto;left:30px;line-height:28px;position:absolute;right:auto;text-decoration:underline;top:20px}@media (min-width:768px){.blog-page .wrapper .articles .wrapper .all:hover{box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}}@media (max-width:768px){.blog-page#app{padding-top:62px}.blog-page#app .layout-top{background:transparent}.blog-page#app .layout-top:before{display:none!important}.blog-page#app .layout-top .wrapper{padding:0}.blog-page#app .layout-top .wrapper>h1{color:rgba(var(--text),1);margin-top:0;padding:0}.blog-page#app .layout-top .wrapper .desc{color:rgba(var(--text),1);font-size:20px;max-height:226px;overflow:hidden}.blog-page#app .articles.single-page .wrapper{box-sizing:border-box;grid-template-areas:"article" "ads";grid-template-columns:1fr}.blog-page#app .articles.single-page .wrapper .article .title{font-size:24px}.blog-page#app .articles.single-page .wrapper .article>.image{height:240px}.blog-page#app .articles.single-page .wrapper .article>.image img{height:100%;max-width:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.blog-page#app .articles.single-page .wrapper .author{flex-direction:column}.blog-page#app .articles.single-page .wrapper .author .image{align-self:center}.blog-page#app .articles.single-page .wrapper .ads .populars{margin-top:10px;position:relative;top:auto}.blog-page#app .articles .wrapper{gap:20px;grid-template-areas:"featured" "all" "ads";grid-template-columns:1fr}.blog-page#app .articles .wrapper .featured{display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.blog-page#app .articles .wrapper .featured .article{display:inline-block;height:240px;margin-left:10px;width:300px}.blog-page#app .articles .wrapper .featured .article .content .title{overflow:hidden;text-overflow:ellipsis}.blog-page#app .articles .wrapper .all{grid-template-columns:repeat(1,1fr)}}.author-page{padding-top:102px}.author-page .author{background:#fff;border:1px solid rgba(var(--light),.6);border-radius:10px;display:flex;gap:20px;padding:10px}.author-page .author .image{border-radius:80px;height:120px;overflow:hidden;width:120px}.author-page .author .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.author-page .author .info{display:flex;flex:1;flex-direction:column}.author-page .author .info .name{font-size:20px;font-weight:700;line-height:30px}.author-page .author .info .desc{font-size:16px;font-weight:400;line-height:22px}.author-page .layout-top{background:none!important;height:auto!important;padding-bottom:30px!important}.author-page .authors{margin-bottom:30px}.author-page .authors .wrapper{display:grid;gap:30px;grid-area:all;grid-template-columns:repeat(2,1fr)}.author-page .articles .articles-title{margin-bottom:20px}.author-page .all{display:grid;gap:20px;grid-area:all;grid-template-columns:repeat(3,1fr)}.author-page .all .article{align-items:center;background:#fff;border-radius:20px;box-sizing:border-box;cursor:pointer;display:grid;gap:10px;grid-template-areas:"image" "title" "info" "description";grid-template-rows:max-content;padding:10px;position:relative;transition:all .4s ease}.author-page .all .article .link{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:10}.author-page .all .article .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.4);grid-area:image;height:160px}.author-page .all .article .title{font-size:20px;font-weight:700;grid-area:title}.author-page .all .article .description{color:rgba(var(--text),.6);grid-area:description;line-height:20px;overflow:hidden}.author-page .all .article .info{grid-area:info}.author-page .all .article .info>div{display:inline-block;margin-left:10px}.author-page .all .article .info>div:before{float:right;font-size:14px;margin-left:4px}@media (max-width:768px){.author-page .author{flex-direction:column}.author-page .author .image{align-self:center}.author-page .authors{padding:20px}.author-page .authors .wrapper{grid-template-columns:repeat(1,1fr)}.author-page .articles{padding:20px}.author-page .articles .all{grid-template-columns:repeat(1,1fr)}}.account-page{padding-top:82px}.account-page .layout{margin-top:20px}.account-page .layout .wrapper{display:grid;gap:20px;grid-template-areas:"profile content";grid-template-columns:380px 1fr}.account-page .layout .wrapper>.content{grid-area:content}.account-page .layout .wrapper>.content>.title{font-size:22px;font-weight:700;line-height:28px;position:relative}.account-page .layout .wrapper>.content .orders{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.account-page .layout .wrapper>.content .orders .order{background:#fff;border-radius:20px;box-sizing:border-box;display:grid;gap:10px;grid-template-areas:"top top" "rooms rooms" "extras extras" "actions totalprice" "status number";grid-template-columns:1fr 80px;min-width:300px;padding:20px;width:calc(50% - 10px)}.account-page .layout .wrapper>.content .orders .order .top{cursor:pointer;display:inline-grid;grid-area:top;grid-template-areas:"name dates" "city dates";grid-template-columns:1fr 140px;grid-template-rows:max-content 20px;position:relative}.account-page .layout .wrapper>.content .orders .order .top .name{align-self:start;font-size:20px;font-weight:700;grid-area:name}.account-page .layout .wrapper>.content .orders .order .top .name:before{color:rgba(var(--text-muted),1);display:inline-block;margin-left:6px;vertical-align:top}.account-page .layout .wrapper>.content .orders .order .top .city{align-self:center;color:rgba(var(--text-muted),1);font-size:14px;grid-area:city}.account-page .layout .wrapper>.content .orders .order .top .dates{align-self:start;grid-area:dates;text-align:left}.account-page .layout .wrapper>.content .orders .order .top .dates:before{display:inline-block;margin-left:6px;vertical-align:middle}.account-page .layout .wrapper>.content .orders .order .top .dates>div{display:inline-block;margin-right:10px;vertical-align:middle}.account-page .layout .wrapper>.content .orders .order .top .dates>div>span{color:rgba(var(--text-muted),1);display:block;font-size:16px}.account-page .layout .wrapper>.content .orders .order .top .dates>div>span>b{color:rgba(var(--text),1);font-size:20px}.account-page .layout .wrapper>.content .orders .order .rooms{cursor:pointer;grid-area:rooms;margin:10px 0}.account-page .layout .wrapper>.content .orders .order .rooms .room{display:grid;gap:6px;grid-template-areas:"image name price" "image hosts price";grid-template-columns:40px 1fr 60px;margin-bottom:10px}.account-page .layout .wrapper>.content .orders .order .rooms .room .image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:6px;grid-area:image}.account-page .layout .wrapper>.content .orders .order .rooms .room .name{font-size:16px;grid-area:name}.account-page .layout .wrapper>.content .orders .order .rooms .room .hosts{color:rgba(var(--text-muted),1);font-size:14px;grid-area:hosts}.account-page .layout .wrapper>.content .orders .order .rooms .room .price{align-self:center;grid-area:price;text-align:left}.account-page .layout .wrapper>.content .orders .order .extras{grid-area:extras}.account-page .layout .wrapper>.content .orders .order .extras .label{color:rgba(var(--text-muted),1);font-size:14px}.account-page .layout .wrapper>.content .orders .order .extras .extra{align-items:center;display:grid;grid-template-areas:"count title price";grid-template-columns:40px 1fr 60px;margin:10px 0}.account-page .layout .wrapper>.content .orders .order .extras .extra .count{background:#fff;border:1px solid rgba(var(--light),1);border-radius:20px;grid-area:count;height:22px;line-height:22px;margin:auto;text-align:center;width:22px}.account-page .layout .wrapper>.content .orders .order .extras .extra .title{font-size:16px;grid-area:title}.account-page .layout .wrapper>.content .orders .order .extras .extra .price{align-self:center;grid-area:price;text-align:left}.account-page .layout .wrapper>.content .orders .order .actions{grid-area:actions}.account-page .layout .wrapper>.content .orders .order .actions>a,.account-page .layout .wrapper>.content .orders .order .actions>div{cursor:pointer;display:inline-block;margin:0 4px;overflow:hidden;text-align:center;vertical-align:top}.account-page .layout .wrapper>.content .orders .order .actions>a>span,.account-page .layout .wrapper>.content .orders .order .actions>div>span{display:block;font-size:14px;margin-top:4px}.account-page .layout .wrapper>.content .orders .order .actions>a:before,.account-page .layout .wrapper>.content .orders .order .actions>div:before{border-radius:20px;color:rgba(var(--text-muted),1);display:block;font-size:20px;height:30px;line-height:30px;margin:auto;text-align:center;width:30px}.account-page .layout .wrapper>.content .orders .order .totalprice{align-self:center;grid-area:totalprice;text-align:left}.account-page .layout .wrapper>.content .orders .order .totalprice>b{color:rgba(var(--success),1);font-size:20px}.account-page .layout .wrapper>.content .orders .order .totalprice>span{color:rgba(var(--text-muted),1);display:block;font-size:12px}.account-page .layout .wrapper>.content .orders .order .status{align-self:center;grid-area:status}.account-page .layout .wrapper>.content .orders .order .number{align-self:center;font-size:14px;grid-area:number;text-align:left}.account-page .layout .wrapper>.content .orders .order .number:before{color:rgba(var(--text-muted),1);margin-right:6px}.account-page .layout .wrapper .profile{align-self:flex-start;grid-area:profile;text-align:center}.account-page .service-chat{border-radius:10px 10px 0 0;bottom:0;box-shadow:0 0 6px rgba(0,0,0,.1);height:54px;left:auto;max-width:340px;overflow:hidden;position:fixed;right:4px;top:auto;transition:all .4s ease;width:100%;z-index:1}.account-page .service-chat.open{height:428px}.account-page .service-chat .top{background:rgba(var(--primary),1);cursor:pointer;height:54px;overflow:hidden;padding-right:54px;position:relative}.account-page .service-chat .top .icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #fff;border-radius:20px;bottom:0;height:30px;left:auto;margin:auto;position:absolute;right:10px;top:0;width:30px}.account-page .service-chat .top .title{color:#fff;font-size:16px;font-weight:700;margin-top:10px}.account-page .service-chat .top .subtitle{color:#fff;font-size:14px}.account-page .service-chat .top .arrow{bottom:0;color:#fff;height:20px;left:10px;line-height:20px;margin:auto;position:absolute;right:auto;top:0;width:20px}.account-page .service-chat .chat{height:314px}.account-page .service-chat .chat .messages{height:268px}.order-page{padding-top:102px}.order-page header.fixed .wrapper{align-items:center;display:flex;height:82px;justify-content:space-between;padding:0 20px}.order-page header.fixed .wrapper .actions,.order-page header.fixed .wrapper .menu-toggle{display:none}.order-page header.fixed .wrapper .logo span:first-child{line-height:40px}.order-page header.fixed .wrapper .back{cursor:pointer;font-size:30px}.order-page .footer{display:none}.order-page .layout{min-height:calc(100vh - 335px)}.order-page .layout .wrapper .content{display:grid;grid-template-areas:"data summary";grid-template-columns:1fr 420px}.order-page .layout .wrapper .content .data{grid-area:data}.order-page .layout .wrapper .content .summary{grid-area:summary}@media (max-width:768px){.order-page{padding-top:72px}.order-page header.fixed .wrapper{height:64px}.order-page header.fixed .wrapper .logo>span{display:block!important;font-size:28px}}.client-page{padding-top:102px}.client-page .layout{min-height:620px}.client-page .layout .wrapper .content{display:grid;gap:20px;grid-template-areas:"menusBox view";grid-template-columns:300px 1fr}.client-page .layout .wrapper .content .view{grid-area:view}.client-page .layout .wrapper .content .menusBox{grid-area:menusBox}@media (max-width:768px){.client-page .layout .wrapper .content{grid-template-areas:"menusBox" "view";grid-template-columns:1fr;margin:10px}.client-page .layout .wrapper .content .view .list{grid-template-columns:1fr}}.succes-page .layout{background:rgba(var(--primary),1);color:#fff;min-height:calc(100vh - 289px);padding-top:86px;text-align:center}.succes-page .layout+.footer{margin-top:0}.succes-page .layout .wrapper .content{display:grid;gap:20px;grid-template-areas:"icon" "title" "text" "button";margin-top:10%}.succes-page .layout .wrapper .content .icon{grid-area:icon;margin-bottom:20px}.succes-page .layout .wrapper .content .icon:before{background:#fff;border-radius:80px;color:rgba(var(--secondary),1);display:block;font-size:60px;height:60px;line-height:60px;margin:auto;padding:20px;width:60px}.succes-page .layout .wrapper .content .title{font-size:5vh;grid-area:title}.succes-page .layout .wrapper .content .text{font-size:4vh;grid-area:text}.succes-page .layout .wrapper .content .button{background:#fff;border-radius:40px;color:rgba(var(--primary),1);cursor:pointer;font-weight:700;grid-area:button;line-height:40px;margin:40px auto;width:250px}.feedback-page .footer,.feedback-page header{display:none}.feedback-page .layout{height:100%;margin:auto;max-width:600px;width:100%}.feedback-page .layout .wrapper{background:#fff;border:1px solid rgba(var(--light),1);border-radius:10px;box-sizing:border-box;margin:10px;padding:10px;width:auto}.feedback-page .layout .wrapper .site{align-items:center;display:grid;gap:0 10px;grid-template-areas:"picture title";grid-template-columns:80px 1fr}.feedback-page .layout .wrapper .site>.title{color:rgba(var(--text),.8);font-size:24px;font-weight:700;grid-area:title}.feedback-page .layout .wrapper .site .picture{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;grid-area:picture;height:60px}.error-page .layout{background:rgba(var(--primary),1);color:#fff;min-height:calc(100vh - 289px);padding-top:86px;text-align:center}.error-page .layout+.footer{margin-top:0}.error-page .layout .wrapper .content{display:grid;gap:20px;grid-template-areas:"icon" "title" "text";margin-top:10%}.error-page .layout .wrapper .content .icon{grid-area:icon;margin-bottom:20px}.error-page .layout .wrapper .content .icon:before{background:#fff;border-radius:80px;color:rgba(var(--danger),1);display:block;font-size:60px;height:60px;line-height:60px;margin:auto;padding:20px;width:60px}.error-page .layout .wrapper .content .title{font-size:5vh;grid-area:title}.error-page .layout .wrapper .content .text{font-size:4vh;grid-area:text}.minisite-attractions{padding-top:102px}.minisite-attractions .layout .wrapper{display:grid;grid-template-areas:"title go" "description go" "content content";grid-template-columns:1fr 140px}.minisite-attractions .layout .wrapper>.title{font-size:28px;grid-area:title;line-height:28px}.minisite-attractions .layout .wrapper>.description{font-size:20px;font-weight:400;grid-area:description;line-height:28px}.minisite-attractions .layout .wrapper .go{align-self:center;background:rgba(var(--success),1);border-radius:30px;color:#fff;cursor:pointer;font-size:16px;grid-area:go;height:40px;line-height:40px;margin:auto;opacity:.8;text-align:center;transition:all .4s ease;width:130px}.minisite-attractions .layout .wrapper .go:hover{opacity:1}.minisite-attractions .layout .wrapper .content{grid-area:content}.minisite-attractions .layout .wrapper .content .attractions{margin-bottom:40px;margin-top:10px}.minisite-attractions .layout .wrapper .content .attractions>.title{color:rgba(var(--text),.8);font-size:24px;font-weight:700;margin:10px 0}.minisite-attractions .layout .wrapper .content .attractions .group{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.minisite-attractions .layout .wrapper .content .attractions .group .attraction{background:#fff;border-radius:10px;overflow:hidden;position:relative}.minisite-attractions .layout .wrapper .content .attractions .group .attraction.attr_4 .image{display:none}.minisite-attractions .layout .wrapper .content .attractions .group .attraction.attr_4 .title{bottom:auto;color:rgba(var(--text),.8);left:auto;position:relative;right:auto;text-shadow:none;top:auto}.minisite-attractions .layout .wrapper .content .attractions .group .attraction.attr_4 .info{padding-top:0}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:160px;overflow:hidden;position:relative;width:100%}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .image:before{background-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:0;content:"";height:90px;left:0;position:absolute;right:0;top:auto;z-index:1}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .image>img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .title{bottom:0;color:#fff;font-size:20px;font-weight:700;height:40px;left:0;line-height:40px;overflow:hidden;padding:0 10px;position:absolute;right:0;text-overflow:ellipsis;text-shadow:1px 1px 2px rgba(0,0,0,.8);top:120px;white-space:nowrap;z-index:2}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info{align-items:center;display:grid;gap:10px;grid-template-areas:"city" "arem" "phone" "location";grid-template-columns:1fr;padding:10px}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .city{color:rgba(var(--text),.8);font-weight:700;grid-area:city}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .phone{color:rgba(var(--text),.8);font-weight:700;grid-area:phone}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .phone:before{display:inline-block;margin-left:10px}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .location{font-size:14px;grid-area:location}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .location:before{display:inline-block;margin-left:10px}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .arem{grid-area:arem;height:100px;line-height:20px;overflow:hidden}@media (max-width:768px){.minisite-attractions .layout .wrapper{gap:20px;grid-template-areas:"title" "description" "go" "content";grid-template-columns:1fr}.minisite-attractions .layout .wrapper>.description,.minisite-attractions .layout .wrapper>.title{font-size:18px;padding:0 10px}.minisite-attractions .layout .wrapper .go{transition:none}.minisite-attractions .layout .wrapper .content .attractions .group{grid-template-columns:repeat(1,1fr)}.minisite-attractions .layout .wrapper .content .attractions .group .attraction .info .arem{height:auto}}.static-pages .layout.header{background:#fff;height:580px;margin-top:82px;overflow:hidden;position:relative}.static-pages .layout.header:before{background:rgba(var(--secondary),.5);border-radius:20vw;bottom:-20vw;box-shadow:0 0 0 20vw rgba(var(--secondary),.1),0 0 0 40vw rgba(var(--secondary),.1),0 0 0 60vw rgba(var(--secondary),.1),0 0 0 80vw rgba(var(--secondary),.1);content:" ";height:40vw;left:-20vw;position:absolute;right:auto;top:auto;width:40vw;z-index:1}.static-pages .layout.header .wrapper{align-items:center;display:flex;height:100%;position:relative;z-index:3}.static-pages .layout.header .wrapper>.video{height:300px;width:540px}.static-pages .layout.header .wrapper>.video>iframe{height:100%;width:100%}.static-pages .layout.header .wrapper .content{color:rgba(var(--primary),1);font-size:20px}.static-pages .layout.header .wrapper .content .title{font-size:32px;font-weight:700;margin-bottom:10px}.static-pages .layout.header .wrapper .content>span{display:block}.static-pages .layout.header .wrapper .content .list{display:flex;flex-direction:column;gap:20px;margin:40px 0;width:80%}.static-pages .layout.header .wrapper .content .list>div{padding-left:0;padding-right:36px;position:relative}[dir=ltr] .static-pages .layout.header .wrapper .content .list>div{padding-left:36px;padding-right:0}.static-pages .layout.header .wrapper .content .list>div:before{bottom:0;font-size:18px;height:18px;left:auto;line-height:18px;margin:auto;position:absolute;right:0;text-align:center;top:0;width:36px}[dir=ltr] .static-pages .layout.header .wrapper .content .list>div:before{left:0;right:auto}.static-pages .layout.main .wrapper .content>h1{color:rgba(var(--primary),1);margin:96px 0 0}.static-pages .layout.main .wrapper .content .section{align-items:center;display:flex;gap:40px;margin:124px 0}.static-pages .layout.main .wrapper .content .section:nth-child(odd){flex-direction:row-reverse}.static-pages .layout.main .wrapper .content .section>.title{flex:1;text-align:center}.static-pages .layout.main .wrapper .content .section>.title>span{display:block;font-size:28px;line-height:36px;margin:auto;max-width:420px}.static-pages .layout.main .wrapper .content .section>.title .button{border:2px solid rgba(var(--text-muted),1);border-radius:16px;box-sizing:border-box;color:rgba(var(--text-muted),1);cursor:pointer;height:32px;line-height:28px;margin:20px auto 0;text-align:center;transition:all .2s ease;width:100px}@media (min-width:768px){.static-pages .layout.main .wrapper .content .section>.title .button:hover{border:2px solid rgba(var(--primary),1);color:rgba(var(--primary),1)}}.static-pages .layout.main .wrapper .content .section>.title svg{height:128px;margin:auto}.static-pages .layout.main .wrapper .content .section>.title svg#calendar .st0{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#calendar .st1{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#calendar .st2{fill:#fff;stroke:#212530;stroke-width:2;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#calendar .st3{fill:rgba(var(--secondary),1)}.static-pages .layout.main .wrapper .content .section>.title svg#calendar .st4{fill:none;stroke:#212530;stroke-width:1.8;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st0{fill:#fff}.static-pages .layout.main .wrapper .content .section>.title svg#app .st1{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st2{fill:#fff;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st3{fill:rgba(var(--secondary),1)}.static-pages .layout.main .wrapper .content .section>.title svg#app .st4{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st5{fill:none;stroke:#d6dcea;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st6{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#app .st7{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#app .st8{fill:none;stroke:#d6dcea;stroke-width:2;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#target .st0{fill:#fff}.static-pages .layout.main .wrapper .content .section>.title svg#target .st1{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#target .st2{fill:rgba(var(--secondary),1)}.static-pages .layout.main .wrapper .content .section>.title svg#target .st3{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#target .st4{fill:#fff;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#target .st5{fill:none;stroke:rgba(var(--secondary),1);stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#search .st0{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#search .st1{fill:rgba(var(--secondary),1);clip-path:url(#Clipping_path_2_)}.static-pages .layout.main .wrapper .content .section>.title svg#search .st2{fill:none;stroke:#19202d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#search .st3{fill:#fff;stroke:#19202d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st0{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st1{fill:#fff}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st2{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st3{fill:none;stroke:#d6dcea;stroke-width:2.2872;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st4{fill:rgba(var(--secondary),1)}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st5{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st6{fill:none;stroke:#d6dcea;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#registration .st7{fill:none;stroke:#d6dcea;stroke-width:2;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#like .st0{fill:#fff}.static-pages .layout.main .wrapper .content .section>.title svg#like .st1{fill:#d6dcea}.static-pages .layout.main .wrapper .content .section>.title svg#like .st2{fill:none;stroke:#212530;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section>.title svg#like .st3{fill:none;stroke:rgba(var(--secondary),1);stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.static-pages .layout.main .wrapper .content .section .text{background:#fff;border-radius:20px;box-shadow:0 10px 20px -10px rgba(var(--primary),.1);box-sizing:border-box;flex:1;font-size:18px;line-height:24px;padding:40px;width:100%}.static-pages .layout.main .wrapper .content .section .text .item{position:relative}.static-pages .layout.main .wrapper .content .section .text .item:not(:last-child){margin-bottom:32px}.static-pages .layout.main .wrapper .content .section .text .item .title{margin-bottom:4px}.static-pages .layout.main .wrapper .content .section .text .item span{color:rgba(var(--text-muted),1)}.static-pages .layout.main .wrapper .content .section .text .folds{display:flex;flex-direction:column}.static-pages .layout.main .wrapper .content .section .text .folds .fold{padding:20px 10px;position:relative}.static-pages .layout.main .wrapper .content .section .text .folds .fold:before{border:2px solid rgba(var(--text-muted),1);border-radius:14px;bottom:auto;box-sizing:border-box;color:rgba(var(--text-muted),1);content:"+";font-weight:700;height:28px;left:auto;line-height:24px;margin:auto;position:absolute;right:0;text-align:center;top:20px;transform:rotate(0deg);transition:all .4s ease;width:28px;z-index:1}.static-pages .layout.main .wrapper .content .section .text .folds .fold:not(:last-child){border-bottom:1px solid rgba(var(--light),1)}.static-pages .layout.main .wrapper .content .section .text .folds .fold .title{box-sizing:border-box;cursor:pointer;font-size:16px;font-weight:400;line-height:28px;padding-right:28px;position:relative;z-index:2}.static-pages .layout.main .wrapper .content .section .text .folds .fold .content{height:0;margin-top:0;opacity:0;overflow:hidden;transition:all .4s ease}.static-pages .layout.main .wrapper .content .section .text .folds .fold.active:before{border:2px solid rgba(var(--primary),1);color:rgba(var(--primary),1);transform:rotate(45deg)}.static-pages .layout.main .wrapper .content .section .text .folds .fold.active .content{height:auto;margin-top:20px;opacity:1}.static-pages .layout.main .wrapper .content .section .text .folds .fold.hidden{display:none}.static-pages .faq-search{background:#fff;border-radius:48px;box-shadow:0 10px 20px -10px rgba(var(--primary),.1);height:96px;margin:-48px auto 0;max-width:1280px;position:relative;width:100%;z-index:9}.static-pages .faq-search input{background:transparent;border:0;box-sizing:border-box;font-size:24px;height:96px;line-height:96px;outline:0;padding:0 40px;width:100%}.static-pages.join-us .layout.header .wrapper{z-index:10}.static-pages.join-us .layout.header .wrapper .content{box-sizing:border-box;width:100%}.static-pages.join-us .layout.header .wrapper .content .list{margin:30px 0}.static-pages.join-us .layout.header .wrapper .content .list.prices{margin-bottom:10px}.static-pages.join-us .layout.header .wrapper .content .list .single{padding:0}.static-pages.join-us .layout.header .wrapper .content .join-whatsapp{background-color:#4caf51;background-position:100%;background-repeat:no-repeat;background-size:contain;border-radius:30px;color:#fff;cursor:pointer;display:block;height:48px;line-height:48px;max-width:120px;padding-left:0;padding-right:50px}[dir=ltr] .static-pages.join-us .layout.header .wrapper .content .join-whatsapp{background-position:0;padding-left:50px;padding-right:0}@media (max-width:768px){.static-pages.join-us .layout.header .wrapper .content .join-whatsapp{bottom:10px;left:10px;position:fixed;right:10px;top:auto;z-index:500}}.static-pages.join-us .layout .wrapper .content .section{margin:64px 0}.static-pages.join-us .layout .wrapper .content .list.prices>div{line-height:22px}@media (max-width:768px){.static-pages.join-us .layout .wrapper .content .list{margin:30px 0;width:90%}.static-pages.partners .layout .wrapper{flex-direction:column;gap:20px}.static-pages.partners .layout .wrapper .video{width:90%}.static-pages .layout.header{height:auto;margin-top:64px;padding:48px 0 96px}.static-pages .layout.main .wrapper .content .section{flex-direction:column!important;margin:64px 0}.static-pages .layout.main .wrapper .content .section .text{padding:20px}}.unsubscribe-page .layout{background:rgba(var(--primary),1);color:#fff;min-height:calc(100vh - 289px);padding-top:86px;text-align:center}.unsubscribe-page .layout+.footer{margin-top:0}.unsubscribe-page .layout .wrapper .content{display:grid;gap:20px;grid-template-areas:"icon" "title" "text";margin-top:10%}.unsubscribe-page .layout .wrapper .content .icon{grid-area:icon;margin-bottom:20px}.unsubscribe-page .layout .wrapper .content .icon:before{background:#fff;border-radius:80px;color:rgba(var(--secondary),1);display:block;font-size:60px;height:60px;line-height:60px;margin:auto;padding:20px;width:60px}.unsubscribe-page .layout .wrapper .content .title{font-size:5vh;grid-area:title}.unsubscribe-page .layout .wrapper .content .text{font-size:4vh;grid-area:text}.sitemap-page header+.layout{min-height:calc(100vh - 319px);padding-top:102px}.sitemap-page .layout .wrapper .content h1{color:rgba(var(--text),.8);font-size:24px}.sitemap-page .layout .wrapper .content h2{color:rgba(var(--text),.8);font-size:20px}.sitemap-page .layout .wrapper .content .sitemap{background:#fff;border-radius:20px;color:rgba(var(--text),.8);margin:40px 0;padding:20px}.sitemap-page .layout .wrapper .content .sitemap>ul{list-style:initial;margin-right:10px}.sitemap-page .layout .wrapper .content .sitemap>ul>li{line-height:32px}.sitemap-page .layout .wrapper .content .sitemap>ul>li>.bold{font-size:16px;font-weight:700}.sitemap-page .layout .wrapper .content .sitemap>ul>li a,.sitemap-page .layout .wrapper .content .sitemap>ul>li span{color:rgba(var(--text),.8)}.sitemap-page .layout .wrapper .content .sitemap>ul>li>ul{display:grid;grid-template-columns:repeat(4,1fr);list-style:circle;margin-right:20px}.sitemap-page .layout .wrapper .content .sitemap>ul>li>ul>li>a{color:rgba(var(--text),.8);font-size:16px}.sitemap-page .layout .wrapper .content .sitemap>ul>li>ul>li>a:hover{font-weight:700}@media (max-width:768px){.sitemap-page .layout .wrapper .content .sitemap>ul>li>ul{grid-template-columns:repeat(1,1fr)}}.search-attractions header+.layout,.search-attractions vue-header+.layout{min-height:calc(100vh - 319px);padding-top:82px}.search-attractions .layout .wrapper .content .top{display:grid;grid-template-areas:"breadcrumbs open_help_box";grid-template-columns:auto 36px;margin:10px 0}.search-attractions .layout .wrapper .content .top .breadcrumbs{color:rgba(var(--text),1);grid-area:breadcrumbs}.search-attractions .layout .wrapper .content .top .breadcrumbs>a{display:inline-block;font-size:16px;line-height:40px;vertical-align:top}.search-attractions .layout .wrapper .content .top .breadcrumbs>a:last-child{font-weight:700}.search-attractions .layout .wrapper .content .top .breadcrumbs>span{display:inline-block;font-size:12px;line-height:42px;margin:0 4px;vertical-align:top}.search-attractions .layout .wrapper .content .top .open_help_box{grid-area:open_help_box;left:0!important;position:relative!important;top:0!important}.search-attractions .layout .wrapper .content .top .sort{grid-area:sort}.search-attractions .layout .wrapper .content .top .map{background:rgba(var(--success),1);border-radius:20px;box-sizing:border-box;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:700;grid-area:map;height:42px;line-height:42px;margin:auto;padding-right:30px;position:relative;text-align:right;width:80px}.search-attractions .layout .wrapper .content .top .map:before{bottom:auto;font-size:16px;left:auto;position:absolute;right:8px;top:auto}.search-attractions .layout .wrapper .content .attractions{margin-bottom:40px;margin-top:10px}.search-attractions .layout .wrapper .content .attractions>.title{color:rgba(var(--text),.8);font-size:24px;font-weight:700;margin:10px 0}.search-attractions .layout .wrapper .content .attractions .group{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.search-attractions .layout .wrapper .content .attractions .group .attraction{background:#fff;border-radius:10px;overflow:hidden;position:relative}.search-attractions .layout .wrapper .content .attractions .group .attraction .image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:160px;position:relative;width:100%}.search-attractions .layout .wrapper .content .attractions .group .attraction .image:before{background-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:0;content:"";height:90px;left:0;position:absolute;right:0;top:auto;z-index:1}.search-attractions .layout .wrapper .content .attractions .group .attraction .title{bottom:0;color:#fff;font-size:20px;font-weight:700;height:40px;left:0;line-height:40px;overflow:hidden;padding:0 10px;position:absolute;right:0;text-overflow:ellipsis;text-shadow:1px 1px 2px rgba(0,0,0,.8);top:120px;white-space:nowrap;z-index:2}.search-attractions .layout .wrapper .content .attractions .group .attraction .info{align-items:center;display:grid;gap:10px;grid-template-areas:"city" "arem" "phone" "location";grid-template-columns:1fr;padding:10px}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .city{color:rgba(var(--text),.8);font-weight:700;grid-area:city}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .phone{color:rgba(var(--text),.8);font-weight:700;grid-area:phone}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .phone:before{display:inline-block;margin-left:10px}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .location{font-size:14px;grid-area:location}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .location:before{display:inline-block;margin-left:10px}.search-attractions .layout .wrapper .content .attractions .group .attraction .info .arem{grid-area:arem;height:100px;line-height:20px;overflow:hidden}@media (max-width:768px){.search-attractions .layout .wrapper .content .attractions .group{grid-template-columns:repeat(2,1fr)}.search-attractions header+.layout,.search-attractions vue-header+.layout{padding-top:62px}.search-attractions .layout .wrapper .content .top{display:grid;margin:10px 0 0;padding:10px 0}.search-attractions .layout .wrapper .content .attractions .group{grid-template-columns:repeat(1,1fr)}}
