@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";.carousel{position:relative;text-align:center;box-sizing:border-box}.carousel *{box-sizing:border-box}.carousel__track{display:flex;margin:0;padding:0;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button:hover:after,.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}.link{text-decoration:none;color:#8ccdaf;cursor:pointer;background:transparent;border:none}.link:hover{text-decoration:none;color:#ffc107;cursor:pointer}.link:focus{text-decoration:none;color:#ffc107}.link:active{text-decoration:none;color:#ffc107}.link:visited{text-decoration:none;color:gray}.modal-content{border-radius:20px!important;border:none;box-shadow:0 .5rem 1rem #00000026}.modal-header{background:linear-gradient(135deg,#8cbb5f 0%,#8ccdaf 100%);color:#fff}.nav-pills .nav-link{color:#495057;border-radius:.5rem;margin:.2rem}.nav-pills .nav-link.active{background:linear-gradient(135deg,#8cbb5f 0%,#8ccdaf 100%);color:#fff}.guideline-section{margin-bottom:1.5rem;padding:1rem;border-radius:.5rem;background-color:#f8f9fa}.concern-card{margin-bottom:1.5rem;border:none;border-radius:.5rem;box-shadow:0 .25rem .5rem #0000000d;transition:transform .2s}.concern-card:hover{transform:translateY(-5px)}.card-header{background:linear-gradient(135deg,#8cbb5f 0%,#8ccdaf 100%);color:#fff;border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.highlight{background-color:#fff4e6;padding:.2rem .5rem;border-radius:.25rem;font-weight:600}.btn-open-modal{background:linear-gradient(135deg,#8cbb5f 0%,#8ccdaf 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s}.btn-open-modal:hover{transform:translateY(-3px);box-shadow:0 .5rem 1rem #00000026}.festival-title{font-weight:700;color:#6a11cb}.home-hero .carousel .carousel__viewport{height:100%}.home-hero .carousel .carousel__viewport img{scale:1.01;width:100%;height:100%;object-fit:cover}.home-hero-img{margin-bottom:0}.home-hero-img img{width:100%;height:100%;object-fit:cover}.home-hero .home-hero-text{padding:3rem;background-color:var(--primary)}.home-hero .home-hero-text aside h1{color:var(--white)}.home-hero .home-hero-text aside p{font-family:var(--head-font);color:#fefefe78;margin-bottom:.5rem}.home-hero .home-hero-text aside .cta-btn{color:var(--white);font-size:.75rem;line-height:1rem;text-transform:uppercase;text-decoration:none}.home-hero .home-hero-text aside .cta-btn img{margin-left:.5rem}.home-hero .home-hero-text aside .attention-title{font-size:25px;color:#fff}.home-hero .home-hero-text aside .waviy{position:relative;-webkit-box-reflect:below -20px linear-gradient(transparent,rgba(0,0,0,.2));font-size:60px}.home-hero .home-hero-text aside .waviy span{position:relative;display:inline-block;color:#fff;text-transform:uppercase;animation:waviy 1.5s infinite;animation-delay:calc(.1s * var(--i));margin-left:2px}@keyframes waviy{0%,40%,to{transform:translateY(0)}20%{transform:translateY(-10px)}}.home-hero .home-hero-text .btn-info-wrap{display:flex;align-items:flex-end;height:100%;border-left:.3px solid rgba(255,255,255,.373);padding-left:10px}.home-hero .home-hero-text .bookingcta-btn{color:#fff;transition:.3s ease all;position:relative}.home-hero .home-hero-text .bookingcta-btn:hover span{border-bottom:1px solid #fff}.home-hero .home-hero-text .bookingcta-btn:hover:before{width:30px;height:30px;bottom:-5px}.home-hero .home-hero-text .bookingcta-btn:before{transition:.3s ease all;content:"";position:absolute;left:0;bottom:-14px;width:100px;height:100px;border-radius:50px;background:-webkit-linear-gradient(160deg,rgb(69,222,133) 0%,rgb(13,90,195) 100%)}.home-hero .home-hero-text .bookingcta-btn span{margin-left:20px;padding-top:10px;margin-bottom:5px;text-transform:capitalize;font-size:20px;position:relative}.home-hero .home-hero-text .bookingcta-btn .rotate-star{animation:rotateStar 10s linear infinite;animation-play-state:paused}@keyframes rotateStar{0%{transform:rotate(140deg)}to{transform:rotate(0)}}.home-hero .home-hero-text article h6{font-weight:700;color:var(--purple)}.home-hero .home-hero-text article .news-scroll{max-height:270px;overflow-y:scroll}.home-hero .home-hero-text article .news-scroll::-webkit-scrollbar{width:5px}.home-hero .home-hero-text article .news-scroll::-webkit-scrollbar-track{background:rgba(254,254,254,.4705882353);border-radius:10px}.home-hero .home-hero-text article .news-scroll::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.home-hero .home-hero-text article .news-scroll .news{display:flex;gap:1.5rem;align-items:center;border-bottom:1px solid rgba(254,254,254,.4705882353);padding-top:1rem;margin-right:1rem}.home-hero .home-hero-text article .news-scroll .news:hover span{transform:translate(-49px) scaleX(3);opacity:0;transition:all .2s cubic-bezier(.02,.66,.68,.68)}.home-hero .home-hero-text article .news-scroll .news:hover h3{transition:all .2s ease;transition-delay:.2s;color:var(--purple)}.home-hero .home-hero-text article .news-scroll .news h3{font-weight:400;text-transform:uppercase;color:var(--white)}.home-hero .home-hero-text article .news-scroll .news span{min-width:10px;height:10px;background-color:var(--purple);border-radius:50%}.home-hero .home-hero-text article .news-scroll .news .news-text h6{font-weight:400;color:var(--white)}.home-hero .home-hero-text article .news-scroll .news .news-text p{font-family:var(--head-font);color:#919191}.itfok2023{background-color:#edf1f5;padding:3rem}.itfok2023 h5{color:var(--primary);text-transform:uppercase;margin-bottom:2.5rem}.itfok2023-cards .card-box{margin-right:1rem}.itfok2023-cards .card-box .card{border-radius:12px;height:356px;border:0;overflow:hidden}.itfok2023-cards .card-box .card img{transition:.4s cubic-bezier(.55,.55,.44,.96);width:100%;height:100%;object-fit:cover}.itfok2023-cards .card-box .card .card-img-overlay{top:unset;background:rgba(0,0,0,.36);backdrop-filter:blur(2px);border-top-left-radius:0;border-top-right-radius:0}.itfok2023-cards .card-box .card .card-img-overlay p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align:start;margin-bottom:0;text-transform:uppercase}.itfok2023-cards .card-box .title-grp{display:flex;justify-content:space-between}.itfok2023-cards .card-box .title-grp .right-arrow{opacity:0;transform:translate(-10px);transition:.3s cubic-bezier(.02,.66,.68,.68)}.itfok2023-cards .card-box:hover .right-arrow{opacity:1;transform:translate(0)}.itfok2023-cards .card-box:hover .card img{scale:1.05}.itfok2023-cards .card-box h6{text-transform:uppercase;color:var(--primary);margin-top:1.1rem;height:60px;overflow:ellipse;text-align:start}.itfok2023-cards .carousel:hover .carousel__prev,.itfok2023-cards .carousel:hover .carousel__next{opacity:1}.itfok2023-cards .carousel .carousel__prev,.itfok2023-cards .carousel .carousel__next{opacity:0;width:40px;height:40px;border-radius:50%;background-color:#474747cc;transition:.5s ease-in-out all}.itfok2023-cards .carousel .carousel__prev .carousel__icon,.itfok2023-cards .carousel .carousel__next .carousel__icon{color:#e8e8e8;scale:1.3}.curators{padding:3rem!important}.curators>.row{row-gap:20px}.curators .title{text-transform:uppercase;color:var(--primary);margin-bottom:2.5rem}.curators-card{padding-block:1rem;display:flex;flex-direction:row;gap:1.1rem;height:100%}.curators-card figure{width:139.12px;height:139.12px;border-radius:50%;background:#606060;aspect-ratio:1;margin-bottom:0}.curators-card figure img{width:100%;height:100%;object-fit:cover;border-radius:50%}.curators-card__text .text-grp{display:flex;justify-content:space-between}.curators-card__text .text-grp button{border:0;background-color:#fff;height:40px}.curators-card__text .text-grp button img{width:33.83px;height:33.83px}.curators-card__text .text-grp h6{font-family:var(--text-font);font-weight:600;color:var(--primary);word-break:break-word}.curators-card__text .sub-title{margin-bottom:1.5rem}.curators-card__text p{font-family:var(--text-secondary);font-size:16px;line-height:19px;color:#484848;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:0}.home-news{padding:0 3rem 5rem}.home-news h5{text-transform:uppercase;color:var(--primary);margin-bottom:2.5rem}.home-news .card-box .card{height:354.93px;border-radius:12px;margin-bottom:1rem;position:relative;border:0}.home-news .card-box .card:last-child{border:1px solid #bfbfbf}.home-news .card-box .card img{height:100%;width:100%;object-fit:cover}.home-news .card-box .card span{position:absolute;width:62px;height:62px;top:50%;left:50%;translate:-50% -50%}.home-news .card-box .card span img{height:100%;width:100%;object-fit:cover}.home-news .card-box .card .card-img-overlay{top:unset;background:rgba(0,0,0,.36);backdrop-filter:blur(2px);border-top-left-radius:0;border-top-right-radius:0;transition:.5s ease-in-out all}.home-news .card-box .card .card-img-overlay h6{font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:.5rem}.home-news .card-box .card .card-img-overlay h6 p{font-size:15px;color:#fefefedc;margin-top:.2rem}.home-news .card-box .card .card-img-overlay p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:15px;line-height:20px;margin-bottom:0}.home-news .card-box:hover .card .card-img-overlay{background:rgba(0,0,0,.78)}.home-news .card-box .card.bg-white{padding:1rem;display:flex;justify-content:flex-end}.home-news .card-box .card.bg-white .btn-grp{display:flex;justify-content:space-between}.home-news .card-box .card.bg-white .btn-grp .cta-btn{font-family:var(--head-font);text-transform:uppercase;color:var(--primary);text-decoration:none}.home-news .card-box .card.bg-white .btn-grp img{width:26px;height:26px}.home-news .highlights-cta{margin-top:1rem;text-align:end}.home-news .highlights-cta a{font-family:var(--head-font);text-transform:uppercase}.home-news .highlights-cta img{width:26px;height:26px;margin-left:1rem}.follow{background-color:var(--secondary);padding:3.5rem 3rem}.follow h5{text-transform:uppercase;color:var(--primary);margin-bottom:1rem}.follow aside{display:flex;height:100%;flex-direction:column;justify-content:space-between;border-right:1px solid}.follow aside .hashtags p{border-radius:30px;padding:.55rem;margin:.25rem;border:1px solid #b9b9b9;display:inline-block;color:#474747}.follow aside .btn-grp .social-media ul{list-style:none;display:flex;padding-left:0;gap:1rem;margin-bottom:0}.follow aside .btn-grp .social-media ul img{width:18px;height:18px}.follow .cards-group .carousel__slide>div{width:100%;margin:20px}.follow .cards-group .cards-grid{display:grid;grid-template-columns:repeat(5,1fr);column-gap:1rem}.follow .cards-group .card{margin:.5rem auto;border:0;max-width:302px}.follow .cards-group .card-head{display:flex;justify-content:space-between}.follow .cards-group .card-head span{color:#7d7d7d;font-family:var(--head-font);font-size:.65rem;line-height:.9rem}.follow .cards-group .card-img img{width:100%;height:100%;object-fit:cover}.follow .cards-group .card-body .profile{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.follow .cards-group .card-body .profile img{width:28px;height:28px;border-radius:50%}.follow .cards-group .card-body .profile p{margin-bottom:0;font-family:var(--head-font);font-size:.75rem;line-height:1rem;color:#7d7d7d}.follow .cards-group .card-body p{font-family:var(--head-font);font-size:.65rem;line-height:.9rem;color:#7d7d7d;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.follow .cards-group .carousel:hover .carousel__prev,.follow .cards-group .carousel:hover .carousel__next{opacity:1}.follow .cards-group .carousel .carousel__prev,.follow .cards-group .carousel .carousel__next{opacity:0;width:40px;height:40px;border-radius:50%;background-color:#474747cc;transition:.5s ease-in-out all}.follow .cards-group .carousel .carousel__prev .carousel__icon,.follow .cards-group .carousel .carousel__next .carousel__icon{color:#e8e8e8;scale:1.3}.follow .see-all-btn{display:flex;justify-content:flex-end;margin-top:1rem}.follow .see-all-btn a{font-family:var(--head-font);text-transform:uppercase}.follow .see-all-btn img{width:26px;height:26px;margin-left:1rem}.venue{padding-inline:3rem;margin-block:5rem}.venue .venue-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:15px;grid-row-gap:15px}.venue .venue-title{grid-area:1/1/2/2}.venue .venue-title h5{font-family:var(--head-font);text-transform:uppercase}.venue .venue-2{grid-area:1/2/2/3;position:relative}.venue .venue-2 .venue-loc2{position:absolute;right:0;bottom:-65px}.venue .venue-3{grid-area:1/3/3/5;position:relative}.venue .venue-3 .venue-loc{position:absolute;right:0;bottom:-50px}.venue .venue-1{grid-area:2/1/3/2;position:relative}.venue .venue-1 .venue-loc{position:absolute;top:-30px}.venue .venue-img{width:100%;height:100%;border-radius:10px}.venue .venue-col{height:100%}.venue .venue-col a{padding:0;height:inherit}.venue .venue-col .venue-loc p{font-family:var(--head-font);font-size:.65rem;line-height:.9rem;color:#000;position:relative;padding-left:.75rem;text-align:start}.venue .venue-col .venue-loc .text:before{content:"";width:12px;height:12px;background-color:#d9d9d9;position:absolute;border-radius:50%;top:50%;left:0;translate:-50% -50%}.venue .venue-col .venue-loc2 .text-2{max-width:250px;text-align:right;padding-right:.75rem}.venue .venue-col .venue-loc2 .text-2:after{content:"";width:12px;height:12px;background-color:#d9d9d9;position:absolute;border-radius:50%;top:50%;right:0;translate:50% -50%}.venue .venue-col-2{height:100%}.venue .venue-col-2 a{padding:0;height:inherit}.venue .venue-col-2 p{font-family:var(--head-font);font-size:.65rem;line-height:.9rem;color:#000;position:relative;padding-left:.75rem;text-align:start}.venue .venue-col-2 .venue-loc2{display:flex;justify-content:flex-end}.venue .venue-col-2 .venue-loc2 .text-2{margin-top:1.3rem;max-width:250px;text-align:right}.venue .venue-col-2 .venue-loc2 .text-2:after{content:"";width:12px;height:12px;background-color:#d9d9d9;position:absolute;border-radius:50%;top:-100%;right:0}.venue .venue-cta{margin-top:1rem;text-align:end}.venue .venue-cta a{font-family:var(--head-font);text-transform:uppercase}.venue .venue-cta img{width:26px;height:26px;margin-left:1rem}@media (min-width: 1200px) and (max-width: 1799px){.follow aside .hashtags p{padding:.35rem}.follow aside .hashtags p a{font-size:13px}}@media (min-width: 1200px) and (max-width: 1399px){.home-hero .carousel__viewport{height:unset!important}}@media (min-width: 992px) and (max-width: 1199px){.home-hero .carousel__viewport{height:unset!important}.follow aside{border-right:0}.follow aside .hashtags{margin-bottom:1rem}.follow .cards-group{margin-top:1.5rem}.follow .cards-group .cards-grid{grid-template-columns:repeat(4,1fr)}.curators-card figure{width:100px;height:100px}}@media (min-width: 767px) and (max-width: 991px){.home-hero .carousel__viewport{height:unset!important}.home-hero .home-hero-text{padding:1rem}.home-hero .home-hero-text article{margin-top:3rem}.home-hero .home-hero-text article .news{gap:1rem}a.bookingcta-btn{margin-top:23px}.itfok2023{padding:3rem 1rem 2rem}.curators{padding:2rem 1rem}.curators h4{margin-bottom:2rem}.curators-card{margin-bottom:1rem}.curators-card figure{width:100px;height:100px}.home-news{padding:2rem 1rem 4rem}.follow{padding:2rem 1rem}.follow aside{border-right:0}.follow aside .hashtags{margin-bottom:1rem}.follow .cards-group{margin-top:1.5rem}.follow .cards-group .cards-grid{grid-template-columns:repeat(3,1fr)}.venue{padding-inline:1rem;margin-block:3rem 4rem}}@media (max-width: 767px){.home-hero-img{height:50vh}.home-hero .carousel__viewport{height:unset!important}.home-hero .home-hero-text{padding:1rem}.home-hero .home-hero-text aside{margin-bottom:1rem}.home-hero .btn-info-wrap{margin:20px 0;height:unset!important;padding-left:0!important;border:none!important}.follow .cards-group .card-img{height:auto}.itfok2023{padding:3rem 1rem 2rem}.curators{padding:2rem 1rem!important}.curators h4{margin-bottom:2rem}.curators-card{margin-bottom:1rem}.curators-card figure{width:100px;height:100px}.home-news{padding:2rem 1rem 4rem}.home-news h4{margin-bottom:2rem}.follow{padding:2rem 1rem}.follow aside{border-right:0}.follow aside .hashtags{margin-bottom:1rem}.follow .cards-group{margin-top:1.5rem}.follow .cards-group .cards-grid{grid-template-columns:repeat(2,1fr)}.follow .cards-group .cards-grid .card-img{height:360px}.venue{padding-inline:1rem;margin-block:3rem 4rem}.venue .venue-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);grid-column-gap:15px;grid-row-gap:15px}.venue .venue-title{grid-area:1/1/2/2}.venue .venue-2{grid-area:1/2/2/3}.venue .venue-1{grid-area:2/1/3/2}.venue .venue-3{grid-area:3/1/5/3}}@media (max-width: 500px){.navbar-brand{margin-right:5px}.navbar-brand img{width:60px}.nav-head .navbar .navbar-dark .navbar-toggler .line-icon:before{left:-6px!important}.home-hero .carousel-item{height:unset!important}.home-hero .home-hero-text article .news{gap:.5rem!important}.home-hero .home-hero-text .btn-info-wrap{margin-top:3rem}.itfok2023-cards .carousel .carousel__prev,.itfok2023-cards .carousel .carousel__next{width:30px;height:30px}.itfok2023-cards .carousel .carousel__prev .carousel__icon,.itfok2023-cards .carousel .carousel__next .carousel__icon{scale:1}.curators h4{margin-bottom:1.5rem}.curators-card figure{width:80px;height:80px}.home-news{padding:1rem 1rem 4rem}.follow aside .hashtags{margin-bottom:1rem}.follow aside .hashtags p{padding:.3rem}.follow .cards-group .cards-grid{grid-template-columns:repeat(1,1fr)}}.curator{background-color:#101010;padding:7.5rem 3rem}.curator .curators-text{display:flex;flex-direction:column;height:100%;justify-content:center}.curator .curators-text h3{font-weight:700;color:#fff;margin-bottom:1.5rem}.curator .curators-text p{color:#c5c5c5;max-width:523.42px;margin-bottom:0}.curator .curators-imgs .img-grp{position:relative;display:flex;justify-content:center}.curator .curators-imgs .img-grp .main-img{width:252.49px;height:372.56px;border-radius:193.135px;position:relative;z-index:1;border:1px solid #3e3e3e}.curator .curators-imgs .img-grp .main-img img{position:absolute;top:-10%;left:-30%;width:100%;height:100%;border-radius:193.135px}.curator .curators-imgs .img-grp .img-second{width:252px;height:252px;border-radius:50%;position:absolute;bottom:-20%;right:-100%;z-index:1}.curator .curators-imgs .img-grp .img-second img{width:100%;height:100%;border-radius:50%}.curator .curators-imgs .img-grp .img-three{width:146.54px;height:146.54px;border-radius:50%;position:absolute;top:-10%;right:-80%}.curator .curators-imgs .img-grp .img-three img{height:100%;width:100%;border-radius:50%}.curators-theatre-performances,.curators-street-art-festival,.curators-international-colloquium,.curators-festival-of-pedagogy{background-color:#fff;padding:120px 60px 0}.curators-theatre-performances .curators-mb,.curators-street-art-festival .curators-mb,.curators-international-colloquium .curators-mb,.curators-festival-of-pedagogy .curators-mb{margin-bottom:50px}.curators-theatre-performances__text,.curators-street-art-festival__text,.curators-international-colloquium__text,.curators-festival-of-pedagogy__text{background-color:#ebebeb;height:100%;padding:20px 30px;display:flex;align-items:center}.curators-theatre-performances__text h5,.curators-street-art-festival__text h5,.curators-international-colloquium__text h5,.curators-festival-of-pedagogy__text h5{max-width:250px;font-weight:700;text-transform:uppercase}.curators-theatre-performances button,.curators-street-art-festival button,.curators-international-colloquium button,.curators-festival-of-pedagogy button{border:0;background-color:#fff;display:flex}.curators-theatre-performances button .curators-card,.curators-street-art-festival button .curators-card,.curators-international-colloquium button .curators-card,.curators-festival-of-pedagogy button .curators-card{margin-bottom:0;border-width:1px 0px;border-style:solid;border-color:#0006}.curators-theatre-performances button .curators-card .curators-card__text,.curators-street-art-festival button .curators-card .curators-card__text,.curators-international-colloquium button .curators-card .curators-card__text,.curators-festival-of-pedagogy button .curators-card .curators-card__text{text-align:start}.curators-theatre-performances button .curators-card .curators-card__text p,.curators-street-art-festival button .curators-card .curators-card__text p,.curators-international-colloquium button .curators-card .curators-card__text p,.curators-festival-of-pedagogy button .curators-card .curators-card__text p{font-size:15px}.curators-theatre-performances button .curators-card .curators-card__text p *,.curators-street-art-festival button .curators-card .curators-card__text p *,.curators-international-colloquium button .curators-card .curators-card__text p *,.curators-festival-of-pedagogy button .curators-card .curators-card__text p *{font-size:15px!important}.modal .modal-content{border-radius:6px;border:0;box-shadow:0 4px 24px #0000001c}.modal .modal-content .modal-header{border-bottom:0;padding:40px}.modal .modal-content .modal-header h5{text-transform:uppercase}.modal .modal-content .modal-header .btn-close{color:#000;border:0;border-radius:.375rem;opacity:1;width:19.3px;height:19.3px}.modal .modal-content .modal-header .btn-close:focus{box-shadow:none}.modal .modal-content .modal-body{padding-inline:40px}.modal .modal-content .modal-body .directorate-profile{flex-direction:column;align-items:flex-start}.modal .modal-content .modal-body .directorate-profile figure{height:175px;width:175px;aspect-ratio:1/1;border-radius:3px;margin-bottom:.5rem}.modal .modal-content .modal-body .directorate-profile figure img{border-radius:3px}.curators-street-art-festival,.curators-international-colloquium,.curators-festival-of-pedagogy{padding-top:60px}.curators-festival-of-pedagogy__text{background-color:#fff;border-width:1px 0px;border-style:solid;border-color:#0006}@media (min-width: 992px) and (max-width: 1199px){.curator{padding:150px 40px}.curator .curators-imgs .img-grp .main-img,.curator .curators-imgs .img-grp .main-img span{width:225px;height:372.56px}.curator .curators-imgs .img-grp .img-second{width:200px;height:200px;bottom:-20%;right:-90%}.curator .curators-imgs .img-grp .img-three{top:-10%;right:-70%}}@media (min-width: 768px) and (max-width: 991px){.curator{padding:150px 60px}.curator .curators-text p{max-width:unset}.curator .curators-imgs{margin-top:80px}.curator .curators-imgs .img-grp{position:relative}.curator .curators-imgs .img-grp .main-img{width:252.49px;height:372.56px;border-radius:193.135px;position:relative;z-index:1}.curator .curators-imgs .img-grp .img-second{bottom:-20%;right:-100%}.curator .curators-imgs .img-grp .img-three{top:-10%;right:-80%}.modal .modal-content .modal-body .directorate-profile{margin-bottom:0;flex-direction:row;align-items:flex-end}.modal .modal-content .modal-body .directorate-profile figure{height:150px;width:150px;margin-bottom:0}.modal .modal-content .modal-body .directorate-profile .text p{margin-bottom:0}}@media (max-width: 767px){.curator{padding:100px 30px}.curator .curators-text p{max-width:unset}.curator .curators-imgs{margin-top:80px;display:flex;justify-content:center}.curator .curators-imgs .img-grp .main-img{width:225px;height:372.56px}.curator .curators-imgs .img-grp .img-second{width:200px;height:200px;bottom:-20%;right:-90%}.curator .curators-imgs .img-grp .img-three{top:-10%;right:-70%}.curators-theatre-performances,.curators-street-art-festival,.curators-international-colloquium,.curators-festival-of-pedagogy{padding:80px 30px 0}.curators-street-art-festival,.curators-international-colloquium,.curators-festival-of-pedagogy{padding-top:30px}.modal .modal-content .modal-body .dir-col-mb{margin-bottom:2rem}.modal .modal-content .modal-body .directorate-profile{margin-bottom:0;flex-direction:row;flex-wrap:wrap;align-items:flex-end}.modal .modal-content .modal-body .directorate-profile figure{height:150px;width:150px;margin-bottom:0}.modal .modal-content .modal-body .directorate-profile .text p{margin-bottom:0}}@media (max-width: 480px){.curator{padding:100px 30px}.curator .curators-imgs{margin-top:80px;display:block}.curator .curators-imgs .img-grp .main-img,.curator .curators-imgs .img-grp .main-img span{width:175px;height:300px}.curator .curators-imgs .img-grp .img-second{width:140px;height:140px;bottom:-20%;right:-75%}.curator .curators-imgs .img-grp .img-three{width:90px;height:90px;top:-10%;right:-60%}}.about-hero-img{margin-bottom:0}.about-hero-img img{width:100%;height:100%;object-fit:cover;scale:1.01}.about-hero{background-color:var(--primary);padding:6rem 3rem 4.5rem}.about-hero__text h1{color:var(--white);max-width:500px}.about-hero__text h2{color:var(--white)}.about-hero__text p{font-family:var(--head-font);color:#fefefe78}.about-hero .trans-title-wrap .title-ul{padding-left:0}.about-hero .trans-title-wrap .title-ul span{font-size:3rem;font-weight:700;display:block;line-height:130%;color:#fff;line-height:54px;position:absolute;bottom:0;animation:change 6s infinite}.about-hero .trans-title-wrap .title-ul span.title-mal{font-size:2.5rem;animation:change-mal 6s infinite}.about-hero .trans-title-wrap .title-ul li{overflow:hidden;position:relative;height:60px}.about-hero .trans-title-wrap .title-ul li span.line1{animation-delay:.2s}@keyframes change{0%{opacity:0;transform:translate3d(0,-105%,0) skew(0,8deg)}10%{opacity:1;transform:translateZ(0)}50%{opacity:1;transform:translateZ(0)}60%{opacity:0;transform:translate3d(0,95%,0) skew(0,8deg)}to{opacity:0;transform:translate3d(0,-105%,0)}}@keyframes change-mal{0%{opacity:0;transform:translate3d(0,-105%,0)}50%{opacity:0;transform:translate3d(0,-105%,0) skew(0,8deg)}60%{opacity:1;transform:translateZ(0)}90%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,95%,0) skew(0,8deg)}}.about-hero figure img{width:100%;height:100%}.about-hero .translate-btn{background:#fff;font-size:16px;border-radius:3px;padding:.5rem 1rem .5rem 1.5rem;position:relative}.about-hero .translate-btn img{padding-left:.8rem;position:relative}.about-hero .translate-btn:before{content:"";position:absolute;right:0;top:0;width:51px;height:100%;background:#D9D9D9;transition:.2s cubic-bezier(.55,.55,.44,.96)}.about-hero .translate-btn:hover{background:#f2f2f2}.about-hero .translate-btn:hover:before{width:5px}.about-itfok{background-color:#f3f3f3;padding:4rem 3rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-itfok .logo{display:flex;justify-content:center}.about-itfok .logo figure{background-color:var(--primary);width:106px;height:106px;border-radius:50%;display:flex;justify-content:center;align-items:center}.about-itfok h4{max-width:1316px;font-family:var(--text-font);font-size:35px;line-height:52px;text-align:center;margin-bottom:1rem}.about-itfok p{font-family:var(--text-font);font-size:20px;line-height:30px;text-align:left}.about-itfok p span{font-family:var(--text-font);font-size:inherit;font-weight:700;line-height:inherit}.directorate{padding:5rem 3rem}.directorate .dir-col-mb{margin-bottom:3rem}.directorate .directorate-profile{display:flex;gap:1rem;align-items:center;margin-bottom:40px}.directorate .directorate-profile figure{width:140px;height:140px;border-radius:50%;background:#606060}.directorate .directorate-profile figure img{width:100%;height:100%;border-radius:50%}.directorate .directorate-profile .text h5{font-family:var(--text-font);font-weight:600;font-size:20px;line-height:30px;text-transform:capitalize}.directorate .directorate-profile .text p{font-family:var(--text-secondary);font-size:16px;line-height:19px;color:#484848}.directorate p{font-family:var(--text-font);font-size:17px;line-height:25px;letter-spacing:-.003em}.ksna{padding:4rem 3rem;background:#f2f2f2}.ksna figure{text-align:center;margin-bottom:2rem}.ksna figure img{max-width:300px;mix-blend-mode:darken}.ksna p{font-family:var(--text-font);font-size:20px;line-height:38px;text-align:center}.ksna p b{display:block}.ksna p span{font-family:var(--text-font);font-weight:700;font-size:inherit;line-height:inherit}.mission{background-color:#fff;padding:5.5rem 3rem 4.5rem}.mission figure{height:100%}.mission figure img{width:100%;height:100%;object-fit:cover}.mission .mission-text{padding-left:1.5rem}.mission .mission-text h2{font-family:var(--text-work-sans);text-transform:uppercase;margin-block:2.5rem}.mission .mission-text h2 span{font-family:var(--text-work-sans);text-transform:uppercase;font-size:inherit;line-height:inherit;color:#6a6969}.mission .mission-text p{font-family:var(--head-font);font-size:20px;line-height:34px;max-width:957.46px}.mission .mission-text p:last-child{font-weight:500;margin-top:2rem}.messages{padding:4rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.messages h3{font-family:var(--head-font);font-weight:700;font-size:40px;line-height:188.1%;color:#787878;margin-bottom:1.5rem}.messages .quote p{font-family:var(--text-open-sans);text-align:center;color:#212121;max-width:871.58px;margin-bottom:2rem;position:relative}.messages .quote p:before,.messages .quote p:after{content:"\201c";font-family:Georgia;font-size:6rem;position:absolute;opacity:.5}.messages .quote p:before{left:-7%;top:10%}.messages .quote p:after{right:-7%;bottom:10%;rotate:180deg}.messages .messages-profile{display:flex;flex-direction:column;align-items:center;gap:.5rem}.messages .messages-profile figure{width:125px;height:125px;border-radius:50%;filter:drop-shadow(0px 4px 14px rgba(0,0,0,.16))}.messages .messages-profile figure img{width:100%;height:100%;border-radius:50%}.messages .messages-profile p{font-family:var(--text-font);font-weight:600;font-size:27px;line-height:22px;color:#212121;margin-bottom:0}.carousel button .carousel-control-prev-icon,.carousel button .carousel-control-next-icon{filter:invert(1)}@media (min-width: 1200px){.about-hero .trans-title-wrap .title-web.title-ul span{font-size:3rem}.about-hero .trans-title-wrap .title-web.title-ul span.title-mal{font-size:2.8rem}}@media (min-width: 992px) and (max-width: 1199px){.mission{padding:5rem 3rem 4rem}.mission .mission-text{padding-left:1.5rem}.mission .mission-text h2{margin-block:0 1rem}.mission .mission-text p{font-size:20px;line-height:30px}.mission .mission-text p:last-child{margin-top:1rem}.messages{padding:5rem}.about-hero .trans-title-wrap .title-web.title-ul span{font-size:2rem}}@media (min-width: 768px) and (max-width: 991px){.about-hero,.about-itfok{padding:3rem 1.5rem}.about-itfok .logo figure{width:100px;height:100px}.about-itfok h4{font-size:28px;line-height:35px;text-align:center}.about-itfok p{font-size:20px;line-height:28px;text-align:start}.directorate{padding:3rem 1.5rem}.directorate .dir-col-mb{margin-bottom:2rem}.directorate .directorate-profile{display:flex;gap:1rem;align-items:center}.directorate .directorate-profile figure{height:80px;width:80px}.directorate p{font-size:16px;line-height:24px}.ksna{padding:3rem 1.5rem}.ksna figure{margin-bottom:2rem}.ksna figure img{width:300px}.ksna p{font-size:20px;line-height:28px}.mission{background-color:#f2f2f2;padding:3rem 1.5rem}.mission figure img{width:100%;height:100%}.mission .mission-text{padding-left:1.5rem}.mission .mission-text h2{font-family:var(--text-work-sans);text-transform:uppercase;max-width:477.57px;margin-block:0 1.5rem}.mission .mission-text p{font-size:20px;line-height:27px}.mission .mission-text p:last-child{margin-top:1rem}.messages{padding:2rem}.messages h3{margin-bottom:1rem;font-size:35px}.messages .quote p:before,.messages .quote p:after{font-size:4rem}.messages .quote p:before{left:-3%}.messages .quote p:after{right:-3%}.about-hero .trans-title-wrap .title-web.title-ul span{font-size:1.5rem}.about-hero .trans-title-wrap .title-web.title-ul span.title-mal{font-size:1.2rem}.about-hero .trans-title-wrap .title-ul span.title-mal,.about-hero .trans-title-wrap .title-ul span{font-size:2rem}}@media (min-width: 768px){.title-mob{display:none}}@media (max-width: 767px){.title-web{display:none}.about-hero-img{margin-bottom:0;height:40vh}.about-hero-img img{width:100%;height:100%}.about-hero{padding:3rem 1.5rem}.about-hero figure{margin-top:2rem}.about-itfok{padding:3rem 1.5rem}.about-itfok .logo figure{width:100px;height:100px}.about-itfok h4{font-size:26px;line-height:34px;margin-bottom:2rem}.about-itfok p{font-size:18px;line-height:25px;text-align:start}.directorate{padding:3rem 1.5rem}.directorate .dir-col-mb{margin-bottom:0}.directorate .directorate-profile{display:flex;gap:1rem;align-items:center}.directorate .directorate-profile figure{height:80px;width:80px}.directorate p{font-size:16px;line-height:24px}.ksna{padding:3rem 1.5rem}.ksna figure{margin-bottom:2rem}.ksna figure img{width:300px}.ksna p{font-size:18px;line-height:25px}.mission{padding:3rem 1.5rem}.mission .mission-text{padding-left:0;margin-top:2rem}.mission .mission-text h2{font-family:var(--text-work-sans);text-transform:uppercase;max-width:477.57px;margin-block:0 1.5rem}.mission .mission-text p{font-size:18px;line-height:25px}.mission .mission-text p:last-child{margin-top:1rem}.messages{padding:2rem}.messages h3{margin-bottom:1rem;font-size:32px;line-height:44px;text-align:center}.messages .quote p:before,.messages .quote p:after{font-size:4rem}.messages .quote p:before{left:-3%}.messages .quote p:after{right:-3%}.messages .messages-profile figure{width:100px;height:100px;margin-bottom:.5rem}.messages .messages-profile p{font-size:20px}.about-hero .trans-title-wrap .title-ul span.title-mal,.about-hero .trans-title-wrap .title-ul span{font-size:1.4rem}.about-hero .trans-title-wrap .title-ul li{height:45px}}@media (max-width: 480px){.messages{padding:2rem}.messages h3{margin-bottom:1rem;font-size:35px;text-align:center}.messages .quote p:before,.messages .quote p:after{font-size:3rem}.messages .quote p:before{left:-5%;top:0}.messages .quote p:after{right:-5%;bottom:0}.messages .messages-profile figure{width:75px;height:75px}}.ministers{padding:3rem!important}.ministers>.row{row-gap:20px}.ministers-card{padding-block:1rem;display:flex;flex-direction:row;gap:1.1rem;height:100%}.ministers-card figure{width:170.12px;height:170.12px;border-radius:50%;background:#606060;aspect-ratio:1;margin-bottom:0}.ministers-card figure img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ministers-card figure h5{font-size:18px;font-weight:600;text-align:center;line-height:20px;margin-top:10px}.ministers-card figure h6{text-align:center;font-size:13px;margin-top:-5px}.ministers-card__text .text-grp{display:flex;justify-content:space-between}.ministers-card__text .text-grp button{border:0;background-color:#fff;height:40px}.ministers-card__text .text-grp button img{width:33.83px;height:33.83px}.ministers-card__text .text-grp h6{font-family:var(--text-font);font-weight:600;color:var(--primary);word-break:break-word}.ministers-card__text .sub-title{margin-bottom:1.5rem}.ministers-card__text p{font-family:var(--text-secondary);font-size:16px;line-height:19px;color:#484848;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:0}.ministers-cards{background-color:#fff;padding:40px 60px}.ministers-cards .ministers-mb{margin-bottom:50px}.ministers-cards__text{background-color:#ebebeb;height:100%;padding:20px 30px;display:flex;align-items:center}.ministers-cards__text h5{max-width:250px;font-weight:700;text-transform:uppercase}.ministers-cards button{border:0;background-color:#fff;display:flex}.ministers-cards button .ministers-card{margin-bottom:0;border-width:1px 0px;border-style:solid;border-color:#0006}.ministers-cards button .ministers-card .ministers-card__text{text-align:start}.ministers-cards button .ministers-card .ministers-card__text p{font-size:15px}.ministers-cards button .ministers-card .ministers-card__text p *{font-size:15px!important}.nav-head .navbar{transition:all .5s cubic-bezier(.34,.06,.01,1);padding-right:0!important}.nav-head .navbar .navbar-dark{transition:all .5s cubic-bezier(.34,.06,.01,1);display:inline-block;border-radius:12px;padding:1rem 2rem;position:fixed;top:1rem;right:1rem;z-index:1000;background-color:#000000ba!important}.nav-head .navbar .navbar-dark .navbar-toggler{border:0;box-shadow:none!important}.nav-head .navbar .navbar-dark .navbar-toggler .line-icon{position:absolute;width:10px;height:10px}.nav-head .navbar .navbar-dark .navbar-toggler .line-icon:before{transition:all .3s cubic-bezier(.34,.06,.01,1);content:"";position:absolute;left:0;top:-8px;width:28px;height:10px;border-top:1px solid #fff;border-bottom:1px solid #fff;opacity:.6}.nav-head .navbar .navbar-dark .navbar-toggler:hover .line-icon:before{transform:scaleY(1.3);box-shadow:none;border-top:1px solid #fff;border-bottom:1px solid #fff;opacity:1}.nav-head .navbar .navbar-dark .offcanvas{transition:all 1s cubic-bezier(.34,.06,.01,1)}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-header .btn-close-white{transform:translate(40px);opacity:0;transition:all .5s ease-in-out}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-header .btn-close-white:focus{box-shadow:none}.nav-head .navbar .navbar-dark .offcanvas.show .offcanvas-header .btn-close-white{transform:translate(0);opacity:1}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body{padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body::-webkit-scrollbar{width:12px}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body::-webkit-scrollbar-track{background:rgba(85,85,85,.4705882353);border-radius:10px}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body::-webkit-scrollbar-thumb{background-color:#6e6e6e;border-radius:10px}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .nav-item{cursor:url(/assets/enter-cursor.884018ba.svg),auto}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .nav-item a.router-link-exact-active{color:var(--bs-navbar-active-color)}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .nav-item .nav-link{font-size:1.3rem;margin-bottom:19px;text-transform:uppercase;font-weight:200;letter-spacing:3.5px;cursor:url(/assets/enter-cursor.884018ba.svg),auto}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .user-profile .profile-img{display:flex;align-items:center;gap:1rem}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .user-profile .profile-img img{width:62px;height:62px;border-radius:50%}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .user-profile .profile-img p{margin-bottom:0;font-size:1.2rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:2px}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .user-profile .logout{margin-top:1rem}.nav-head .navbar .navbar-dark .offcanvas .offcanvas-body .user-profile .logout a{text-transform:uppercase;letter-spacing:2px}@media (min-width: 992px) and (max-width: 1199px){.nav-head .navbar .navbar-dark{border-radius:12px;padding:.5rem 1rem;top:.5rem;right:.5rem}}@media (min-width: 768px) and (max-width: 991px){.nav-head .navbar .navbar-dark{border-radius:12px;padding:.5rem 1rem;top:.5rem;right:.5rem}}@media (max-width: 767px){.nav-head .navbar .navbar-dark{border-radius:12px;padding:.5rem 1rem;top:.5rem;right:.5rem}}.news-head-featured{padding-inline:3rem}.news-head-featured .news-head{margin-bottom:0}.news-featured{padding:2rem 3rem 3rem}.news-featured .news-featured__detail{margin-right:2rem}.news-featured .news-featured__detail figure{height:375px}.news-featured .news-featured__detail figure img{transition:.4s cubic-bezier(.55,.55,.44,.96);width:100%;height:100%;object-fit:cover}.news-featured .news-featured__detail .date{display:flex;justify-content:space-between}.news-featured .news-featured__detail .date p{font-family:var(--text-open-sans);font-weight:600;font-size:15px;line-height:20px;color:#868686}.news-featured .news-featured__detail h5{font-family:var(--text-work-sans)}.news-featured .news-featured__detail p{font-family:var(--head-font);font-size:16px;line-height:22px}.news-featured .news-featured__list{margin-left:2rem;display:flex;gap:1rem}.news-featured .news-featured__list figure{width:125.23px;height:122.81px;aspect-ratio:1}.news-featured .news-featured__list figure img{width:100%;height:100%;object-fit:cover}.news-featured .news-featured__list .text h6{font-family:var(--head-font);font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;transition:.4s ease-in-out all}.news-featured .news-featured__list .text h6 p{margin-top:.2rem;font-size:15px;margin-bottom:0;color:#000000dc;line-height:20px}.news-featured .news-featured__list .text h6:hover{text-decoration:underline}.news-featured .news-featured__list .text .date{display:flex;justify-content:space-between;gap:10px}.news-featured .news-featured__list .text .date p{font-family:var(--text-open-sans);font-weight:600;font-size:15px;line-height:20px;color:#868686;margin-bottom:5px}@media (min-width: 992px) and (max-width: 1199px){.news-featured{padding:2rem}.news-featured .news-featured__detail{margin-right:0}.news-featured .news-featured__list{margin-left:0}}@media (min-width: 768px) and (max-width: 991px){.news-featured{padding:1.5rem}.news-featured .news-featured__detail{margin-right:0;margin-bottom:3rem}.news-featured .news-featured__list{margin-left:0}}@media (max-width: 767px){.news-featured{padding:1.5rem}.news-featured .news-featured__detail{margin-right:0;margin-bottom:3rem}.news-featured .news-featured__list{margin-left:0}}@media (max-width: 500px){.news-featured,.news-head-featured{padding:1rem}.news-head-featured .news-head{flex-direction:column;align-items:flex-start;margin-block:3rem 0}.news-head-featured .news-head h4{margin-bottom:1.5rem}.news-head-featured .news-head .input-group{margin:0;height:unset}.news-head-featured .news-head .input-group .form-control{font-size:.8rem}}.news-head{display:flex;align-items:center;margin-top:3rem;margin-bottom:2rem}.news-head .input-group{max-width:250px;height:40px;margin-inline:auto;position:relative}.news-head .input-group form{position:relative}.news-head .input-group form .form-control{border-radius:40px!important}.news-head .input-group form .form-control:focus{box-shadow:none;border-color:var(--primary)}.news-head .input-group form .search{position:absolute;right:20px;top:5px;z-index:10;cursor:pointer}.news-head .input-group form .search:hover{scale:1.25}.news-head .input-group form .search button{border:0;background-color:transparent}.news-head .input-group form .search button img{width:20px}.news-detail{background:linear-gradient(to bottom,#d9d9d9 0%,#d9d9d9 400px,#ffffff 10%,#ffffff 100%);padding:5rem 10rem 1rem}.news-detail h5{font-family:var(--head-font);font-weight:600}.news-detail figure.image{height:375px;margin-bottom:.5rem}.news-detail figure.image img{width:100%;height:100%;object-fit:cover}.news-detail figure.video{aspect-ratio:16/9;max-height:540px;margin-inline:auto}.news-detail .date{display:flex;justify-content:space-between}.news-detail .date p{font-family:var(--text-open-sans);font-weight:600;font-size:15px;line-height:20px;color:#868686}.news-detail p{font-family:var(--head-font);font-size:16px;line-height:22px}.news-title{position:relative;margin-bottom:4rem}.news-title span{font-family:var(--head-font);font-weight:600;font-size:25px;line-height:188.1%;color:#525252;position:absolute;top:0;translate:0 -50%;background-color:#fff;padding-inline:0 1rem}.news-title hr{opacity:1}.news-list{margin-bottom:2rem;padding:3rem}.news-list .news-title{position:relative;margin-bottom:3.5rem}.news-list .news-title span{font-family:var(--head-font);font-weight:600;font-size:25px;line-height:188.1%;color:#525252;position:absolute;top:0;translate:0 -50%;background-color:#fff;padding-inline:0 1rem}.news-list .news-title hr{opacity:1}.news-list p.text-center{margin-top:1rem}.news-list p.text-center span{font-family:var(--head-font);font-weight:600;color:#525252;border-bottom:1px solid #868686;cursor:pointer}.news-list .latest-news .news-list-card{margin-bottom:2rem}.news-list .latest-news .news-list-card figure{height:225px;border-radius:6px;overflow:hidden}.news-list .latest-news .news-list-card figure img{width:100%;height:100%;object-fit:cover}.news-list .latest-news .news-list-card .date{display:flex;justify-content:space-between}.news-list .latest-news .news-list-card .date p{font-family:var(--text-open-sans);font-weight:600;font-size:15px;line-height:20px;color:#868686;margin-bottom:.5rem}.news-list .latest-news .news-list-card p{font-family:var(--head-font);font-weight:600;font-size:16px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.news-list .latest-news .news-list-card p span{display:block;margin-top:.2rem;font-size:15px;margin-bottom:0;color:#000000dc;line-height:20px}.news-list .pagination-text{color:#747474;font-weight:600;font-size:15px}.news-list .pagination{scale:.8}@media (min-width: 992px) and (max-width: 1199px){.news-detail{padding:5rem 7.5rem 3rem}.news-list{padding:2rem}.news-list .latest-news .news-list-card .date{display:flex;flex-direction:column}.news-list .latest-news .news-list-card .date p{margin-bottom:.5rem}}@media (min-width: 768px) and (max-width: 991px){.news-head{margin-top:3rem}.news-detail{background:linear-gradient(to bottom,#d9d9d9 0%,#d9d9d9 350px,#ffffff 10%,#ffffff 100%);padding:5rem 5rem 1rem}.news-list{padding:1.5rem}.news-list .latest-news .news-list-card{margin-bottom:1.5rem}.news-list .latest-news .news-list-card .date{display:flex;flex-direction:column;margin-bottom:1rem}.news-list .latest-news .news-list-card .date p{margin-bottom:0;font-size:12px}}@media (max-width: 767px){.news-head{margin-top:3rem}.news-detail{background:linear-gradient(to bottom,#d9d9d9 0%,#d9d9d9 300px,#ffffff 10%,#ffffff 100%);padding:3rem 5rem 1rem}.news-list{margin-bottom:0;padding:1.5rem}.news-list .latest-news .news-list-card .date{margin-bottom:1rem}.news-list .latest-news .news-list-card .date p{margin-bottom:0;font-size:12px}}@media (max-width: 500px){.news-detail-head-featured{padding:1rem}.news-detail-head-featured .news-head{flex-direction:column;align-items:flex-start;margin-block:3rem 0}.news-detail-head-featured .news-head h4{margin-bottom:1.5rem}.news-detail-head-featured .news-head .input-group{margin:0;height:unset}.news-detail-head-featured .news-head .input-group .form-control{font-size:.8rem}.news-featured .news-featured__list .text .date{flex-direction:column}.news-detail{background:linear-gradient(to bottom,#d9d9d9 0%,#d9d9d9 250px,#ffffff 10%,#ffffff 100%);padding:3rem 1rem 1rem}.news-detail figure.image{height:250px}.news-list{padding:1rem}.news-list .pagination{scale:.8}}a.page-link{cursor:pointer}.partners{background-color:var(--footer-secondary);padding:3.75rem}.partners .border-r{border-right:1px solid}.partners .border-r h4{text-transform:uppercase;color:var(--primary)}.partners .partners__logo .carousel__viewport li a{height:80px;max-width:120px}.partners .partners__logo .carousel__viewport li a img{width:100%;height:100%;object-fit:contain}.footer{background-color:var(--footer-bg)}.footer .row{padding:0 2.25rem}.footer .logo{padding-block:2.5rem 2rem}.footer .footer-list{display:flex;justify-content:space-between;flex-wrap:wrap}.footer .footer-list ul{list-style:none;display:flex;gap:2rem;padding-left:0}.footer .footer-list ul li{font-family:var(--head-font);font-weight:600;color:#2a2a2a}.footer .group{display:flex;justify-content:space-between}.footer .group .mail-list li{font-weight:400}.footer .group .mail-list li a{font-size:16px}.footer .group .mail-list li i{margin-right:.3rem}.footer .social-media{display:flex;justify-content:space-between}.footer .social-media p{font-family:var(--head-font);font-size:.8rem;line-height:188.1%;color:#2a2a2a}.footer .social-media ul{display:flex;list-style:none;padding-left:0;gap:1.1rem}@media (min-width: 768px) and (max-width: 991px){.partners{background-color:var(--footer-secondary);padding:3rem 1rem}.partners .border-r{border-right:0;margin-bottom:1rem}.partners .partners__logo ul{padding-left:0}.footer .row{padding:0 1rem}.footer .logo{padding-block:2.5rem 2rem}}@media (max-width: 767px){.partners{padding:3rem 1.5rem}.partners .border-r{border-right:0;margin-bottom:1rem}.partners .partners__logo ul{padding-left:0;flex-wrap:wrap}.partners .partners__logo ul li{margin-bottom:1rem}.footer .row{padding:0 1.5rem}.footer .logo{padding-block:2.5rem 2rem}.footer .footer-list ul{flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.footer .group{display:flex;flex-direction:column}.footer .group .mail-list{gap:.5rem}.footer .group .news-letter{display:flex;align-items:center}.footer .group .news-letter label{min-width:200px;font-family:var(--head-font);font-weight:600;font-size:.8rem;line-height:188.1%;color:var(--primary)}.footer .group .news-letter .form-control-plaintext{padding:0;border-bottom:1px solid}.footer .social-media{display:flex;justify-content:space-between}.footer .social-media p{font-family:var(--head-font);font-size:.8rem;line-height:188.1%;color:#2a2a2a}.footer .social-media ul{display:flex;list-style:none;padding-left:0;gap:1.1rem}}@media (max-width: 480px){.partners{background-color:var(--footer-secondary);padding:2rem 1rem}.partners .partners__logo .carousel__viewport li a{height:60px;max-width:120px}.footer .row{padding:0 1rem}.footer .group .news-letter{display:flex;flex-direction:column;align-items:flex-start}.footer .group .news-letter img{bottom:0}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3),rgba(37,22,22,0));animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}:root{--primary: #000;--secondary: #e8e8e8;--footer-bg: #eaeaea;--footer-secondary: #f9f9f9;--place-below: 4rem;--inner-spacer: 2rem;--padding-x: 3rem;--text-font: "Poppins", sans-serif;--head-font: "Manrope", sans-serif;--text-secondary: "Syne", sans-serif;--text-work-sans: "Work Sans", sans-serif;--text-open-sans: "Open Sans", sans-serif;--white: #fff;--purple: #9661d0;--text-gray: #4f4f4f;--black-bg: #212121;--bg-color-award: #f3f3f3}body{display:block;box-sizing:border-box;font-family:var(--head-font)!important;scroll-behavior:smooth}html{font-size:125%}body *::selection{background:#6f6f6f;color:#fff}body{background-color:#fff;color:#000}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:rgba(85,85,85,.4705882353)}body::-webkit-scrollbar-thumb{background-color:#6e6e6e;border-radius:10px}body a:hover{color:#3e3e3e}.container-fluid{overflow:hidden}span,p,a{font-family:var(--head-font);line-height:1.3rem}a{text-decoration:none;color:var(--primary)}h1,h2,h3,h4,h5,h6{font-family:var(--head-font)}.outline-btn{background:#ffffff;border:1px solid #000000;border-radius:3px;color:#000;padding:.5rem 1.5rem}.outline-grey-btn{background:#ffffff;border:1px solid #c4c4c4;border-radius:3px;color:#000;padding:.5rem 1.5rem}.black-btn{background:#000;border:1px solid #000000;border-radius:3px;color:#fff;padding:.5rem 1.5rem}.btn-white{background:rgb(255,255,255);border-radius:3px;color:#000;padding:.5rem 1.5rem}.container-fluid{padding:0}figure{position:relative}figure:before{content:"";position:absolute;top:0;left:0;width:100%;background:#fff;animation:reveal .9s cubic-bezier(1,-.04,.45,.95)}@keyframes reveal{0%{height:100%}to{height:0%}}figure.dark:before{background:#000}.clear-cta{padding-left:0}.clear-cta .icon-wrap{margin-left:6px}.clear-cta .icon-wrap #circle{opacity:0}.clear-cta:hover #circle{animation:sphere .3s ease-in forwards;animation-delay:.2s;z-index:-1}.clear-cta:hover #line{animation:tail .3s ease forwards}.clear-cta:hover #arrow{animation:arrow 1s ease forwards;z-index:2}@keyframes tail{0%{transform:translate(0)}to{transform:translate(25px)}}@keyframes arrow{0%{transform:translate(0)}50%{transform:translate(-20px);stroke:fff}to{transform:translate(-6px);stroke:#fff}}@keyframes sphere{10%{opacity:0;r:0}to{opacity:1;r:9}}@media (min-width: 1200px){h1{font-size:66px;line-height:4.5rem}h2{font-size:50px;line-height:59px}h3{font-size:47px;line-height:188.1%}h4{font-size:40px;line-height:2.05rem}h5{font-size:30px;line-height:41px}h6{font-size:20px}span,p,a,li{font-size:20px;line-height:27px}}.container{max-width:95%}.offcanvas{transition:.3s ease-in-out all}@media (min-width: 992px) and (max-width: 1199px){h1{font-size:60px;line-height:4rem}h2{font-size:50px;line-height:59px}h3{font-size:45px;line-height:82px}h4{font-size:30px;line-height:37px}h5{font-size:27px;line-height:32px}h6{font-size:18px}span,p,a,li{font-size:18px;line-height:1.2rem}}@media (min-width: 768px) and (max-width: 991px){h1{font-size:55px;line-height:4rem}h2{font-size:50px;line-height:59px}h3{font-size:45px;line-height:82px}h4{font-size:30px;line-height:37px}h5{font-size:27px;line-height:32px}h6{font-size:18px}span,p,a,li{font-size:18px;line-height:1.2rem}}@media (max-width: 767px){h1{font-size:50px;line-height:4rem}h2{font-size:44px;line-height:59px}h3{font-size:38px;line-height:52px}h4{font-size:30px;line-height:37px}h5{font-size:25px;line-height:32px}h6{font-size:18px}span,p,a,li{font-size:18px;line-height:1.2rem}}@media (max-width: 500px){h1{font-size:40px;line-height:3rem}h2{font-size:35px;line-height:59px}h3{font-size:30px;line-height:42px}h4{font-size:27px;line-height:30px}h5{font-size:24px;line-height:28px}h6{font-size:16px}span,p,a,li{font-size:16px;line-height:1.1rem}}@media (max-width: 480px){h1{font-size:40px;line-height:3rem}h2{font-size:35px;line-height:59px}h3{font-size:30px;line-height:42px}h4{font-size:27px;line-height:30px}h5{font-size:24px;line-height:28px}h6{font-size:16px}span,p,a,li{font-size:16px;line-height:1.1rem}}.vue-skeletor{background-color:#ccc;border-radius:0}[data-theme=dark] .vue-skeletor{background:#363636}.vue-skeletor--text{border-radius:0}.vue-skeletor:not(.vue-skeletor--shimmerless):after{background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 50%,rgba(255,255,255,0) 100%);animation-duration:2s;animation-timing-function:ease-in-out}@keyframes shimmer{to{transform:translate(100%)}}.booking-success{display:flex;justify-content:center;align-items:center;padding:5rem;background-color:#e3e3e3}.booking-success-box{background-color:#fff;border-radius:.5rem;padding:3rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;filter:drop-shadow(0px 4px 14px rgba(0,0,0,.16))}.booking-success-box img{width:100px;height:100px;margin-bottom:2rem}.booking-success-box h2{margin-bottom:1rem}.booking-success-box h4{margin-bottom:2rem;text-align:center}.booking-success-box p{font-weight:500}.booking-success-box .time{display:flex;gap:2rem}.booking-success-box .time i{margin-right:.5rem}.booking-success-box .success-btn{width:80%;background-color:#0e0e0e;color:#fff;font-weight:700;letter-spacing:3px;border-radius:5px}.error{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#000}.error .title{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.error .title h1{font-size:5rem;margin-bottom:1rem;color:#fff}.error .title h5{color:#ececec;margin-bottom:1rem}.error .text{margin-top:2rem;display:flex;flex-direction:column;align-items:center;padding:1rem}.error .text .btn{text-transform:uppercase;font-weight:700;letter-spacing:2px;border-radius:50px;transition:all .3s ease-in}.error .text .btn:hover{color:#fff;border:2px solid #fff}.error .text p{color:#ececec;max-width:490px;text-align:center}.error figure{width:100%}.error figure img{width:90%}.content-banner figure{width:100%;height:50vh;margin-bottom:0}.content-banner figure img{width:100%;height:100%;object-fit:cover}.content-black-banner-text{background-color:#000;padding:5rem}.content-black-banner-text .title p{color:#cacaca;text-transform:uppercase;font-weight:600;margin-bottom:.5rem}.content-black-banner-text .title h5{text-transform:uppercase;color:#fff;margin-bottom:2rem}.content-black-banner-text .text-detail{font-size:30px;line-height:41px;color:#cacaca}.content-white-banner-text{background-color:#fff;padding:5rem}.content-white-banner-text .title p{color:#3e3e3e;text-transform:uppercase;font-weight:600;margin-bottom:.5rem}.content-white-banner-text .title h5{text-transform:uppercase;color:#000;margin-bottom:2rem}.content-white-banner-text .text-detail{font-size:30px;line-height:41px;color:#3e3e3e}.content-white-section{background-color:#fff;padding:3rem}.content-white-section-text{display:flex;flex-direction:column;justify-content:center;height:100%}.content-white-section-text p{color:#3e3e3e}.content-white-section-text p a{font-size:15px;border-radius:20px;padding:4px 10px;background:#ededed;color:#000}.content-white-section-text p a:hover{background:#cacaca}.content-white-section-img{display:flex;align-items:center;height:100%}.content-white-section-img figure{width:100%;height:375px}.content-white-section-img figure img{width:100%;height:100%;object-fit:cover}.content-black-section{background-color:#000;padding:3rem}.content-black-section-text{display:flex;flex-direction:column;justify-content:center;height:100%}.content-black-section-text p{color:#fff}.content-black-section-img{display:flex;align-items:center;height:100%}.content-black-section-img figure{width:100%;height:375px}.content-black-section-img figure img{width:100%;height:100%;object-fit:cover}.grid-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:21px;margin-bottom:3rem}.grid-wrap .box{padding:0 10px 0 20px;border-left:1px solid #adadad}.grid-wrap .box p{font-weight:600;margin-bottom:10px}.grid-wrap .box ul{list-style:none;padding-left:0;margin-bottom:0}.grid-wrap .box ul li{font-size:16px}.free-info-wrap p{font-size:16px;margin-bottom:5px}@media screen and (max-width: 700px){.grid-wrap{grid-template-columns:1fr}}.uni-cards-bg{background-color:#fff;padding:3rem}.user-card{background:#ebeaea;padding:1rem;margin-bottom:1rem;border-radius:.2rem;filter:drop-shadow(0px 12px 8px rgba(0,0,0,.05));display:flex;align-items:flex-start;cursor:pointer;gap:1rem;border:1px solid #f7f7f7}.user-card figure{margin-bottom:0;width:80px;height:80px;aspect-ratio:1}.user-card figure img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-card .text-grp{display:flex;flex-direction:column}.user-card .text-grp .text-title{display:flex;justify-content:space-between}.user-card .text-grp .text-title .title h6{margin:5px 0}.user-card .text-grp .text-title .title p{margin-bottom:5px;font-size:14px;color:#525252}.user-card .text-grp .text-title button{background-color:transparent;border:0}.user-card .text-grp .text-title img{width:34px;height:34px}.user-card .text-grp .description p{font-size:15px;line-height:1.1rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-bottom:.5rem}@media (min-width: 768px) and (max-width: 991px){.content-black-banner-text,.content-white-banner-text{padding:3rem}.content-black-banner-text .text-detail,.content-white-banner-text .text-detail{font-size:25px;line-height:30px}.content-white-section,.content-black-section{padding:1.5rem}.booking-success-box{padding:3rem 2rem}.error .title h1{font-size:4rem}.error .title .btn{padding:5px 20px}}@media (max-width: 767px){.content-black-banner-text,.content-white-banner-text{padding:3rem}.content-black-banner-text .text-detail,.content-white-banner-text .text-detail{font-size:25px;line-height:30px}.content-white-section,.content-black-section{padding:3rem 1.5rem}.content-white-section-img,.content-black-section-img{margin-top:2rem}.booking-success-box{padding:3rem 2rem}.error .title h1{font-size:3rem}.error .btn{padding:3px 20px;font-size:18px;font-weight:500}.uni-cards-bg{padding:1.5rem}}@media (max-width: 480px){.container-fluid{padding:unset}.content-black-banner-text,.content-white-banner-text{padding:2rem}.content-black-banner-text .text-detail,.content-white-banner-text .text-detail{font-size:20px;line-height:27px}.content-white-section,.content-black-section{padding:2rem 1rem}.content-white-section-img,.content-black-section-img{margin-top:1rem}.pagination{scale:.8}.booking-success{padding:1rem}.booking-success-box{padding:2rem 1rem}.booking-success-box img{width:80px;height:80px;margin-bottom:1.5rem}.booking-success-box h2{margin-bottom:1rem}.booking-success-box h4{margin-bottom:2rem}.booking-success-box p{text-align:c}.booking-success-box .time{display:flex;flex-direction:column;gap:0}.booking-success-box .time p{text-align:center}.booking-success-box .time i{margin-right:.5rem}.booking-success-box .success-btn{padding-block:.25rem;font-size:16px}}.pagination{justify-content:center;scale:.8}.pagination .page-item.active .page-link{background-color:#212121;border-color:#212121;color:#fff}.pagination .page-item .page-link{color:#525252}.pagination .page-item .page-link:focus{box-shadow:none}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#47d78a}.v-toast__item--info{background-color:#1c85d5}.v-toast__item--warning{background-color:#febc22}.v-toast__item--error{background-color:#f7471c}.v-toast__item--default{background-color:#343a40}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width: 768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23fff' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}
