.text_list{width:100%;position:relative;margin:0 auto;padding:64px 0;display:grid;grid-template-columns:repeat(2, 1fr);row-gap:48px;column-gap:48px}.text_list.owl-carousel{display:block}.text_list.owl-carousel .item{width:calc(50% - (1 * 48px / 2) * 1);margin-right:48px}.text_list .item{text-align:left;display:block}.text_list .item .title{font-size:22px;line-height:26px;font-weight:600;margin:0}.text_list .item .text_box{font-size:18px;line-height:26px}@media screen and (max-width:1000px){.text_list{grid-template-columns:repeat(2, 1fr);row-gap:48px;column-gap:48px;padding:48px 0}.text_list.owl-carousel{display:block}.text_list.owl-carousel .item{width:calc(50% - (1 * 48px / 2) * 1);margin-right:48px}.text_list .item .title{font-size:20px;line-height:24px}.text_list .item .text_box{font-size:16px;line-height:24px}}@media screen and (max-width:800px){.text_list{grid-template-columns:repeat(1, 1fr);row-gap:48px;column-gap:48px}.text_list.owl-carousel{display:block}.text_list.owl-carousel .item{width:calc(100% - (0 * 48px / 1) * 1);margin-right:48px}.text_list .item{text-align:center}}.history_list{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);row-gap:80px;column-gap:80px;flex-wrap:wrap;position:relative;margin:0;padding:64px 0 0}.history_list.owl-carousel{display:block}.history_list.owl-carousel .item{width:calc(50% - (1 * 80px / 2) * 1);margin-right:80px}.history_list .main_box{display:inline-block;vertical-align:top;width:calc(50% - 40px)}.history_list.rdy{padding:64px 0 78px}.history_list.rdy .main_box{width:100% !important;margin:0 0 1px !important}.history_list .item{break-inside:avoid;align-items:flex-start;position:relative;text-align:left;display:flex !important;margin:0 0 -1px;padding:18px 0;border-bottom:1px solid #bb9b34;border-top:1px solid #bb9b34;transition:all 400ms ease 0ms}.history_list .item .title{position:relative;color:#111111;cursor:pointer;margin:0;display:block;font-size:36px;line-height:44px;font-weight:400;text-align:left;padding:0;transition:all 400ms ease 0ms}.history_list .item .title::before{position:absolute;bottom:0;opacity:0;content:"";height:1px;width:0;left:50%;transform:translateX(-50%);transition:all 400ms ease 0ms;background:#111111}.notouch .history_list .item .title:is(:hover,:focus)::before,.history_list .item .title.active::before{opacity:1;width:100%}.history_list .item .icon{margin:8px 0;border:0;padding:0;background:none;display:block;min-width:32px;width:32px;height:32px;position:relative}.history_list .item .icon::before{opacity:1;background-color:#111111;-webkit-mask-image:url('../../img/plus.svg');mask-image:url('../../img/plus.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:32px 32px;mask-repeat:no-repeat;mask-position:center center;mask-size:32px 32px;position:absolute;inset:0;content:"";display:block;transition:all 400ms ease 0ms}.history_list .item .icon::after{opacity:0;background-color:#111111;-webkit-mask-image:url('../../img/minus.svg');mask-image:url('../../img/minus.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:32px 32px;mask-repeat:no-repeat;mask-position:center center;mask-size:32px 32px;position:absolute;inset:0;content:"";display:block;transition:all 400ms ease 0ms}.history_list .item.active .icon::before{opacity:0}.history_list .item.active .icon::after{opacity:1}.history_list .item .text{flex:1;padding:0 32px}.history_list .item .text .links_list{display:none;font-size:0}.history_list .item .text .links_list a{display:inline-block;width:50%;font-size:16px;line-height:24px;color:#111111;transition:all 400ms ease 0ms}.notouch .history_list .item .text .links_list a:is(:hover,:focus){text-decoration:underline}.history_list.owl-carousel .owl-dots{font-size:0;margin:0 auto;text-align:center;position:absolute;left:0;right:0;bottom:0;min-height:0;z-index:990;display:flex;justify-content:center;gap:8px}.history_list.owl-carousel .owl-dots .owl-dot{border-radius:20px;background:rgba(17,17,17,0.25);position:relative;width:10px;height:10px;line-height:0;font-size:0;display:block;vertical-align:middle;margin:0}.history_list.owl-carousel .owl-dots .owl-dot.active,.notouch .history_list.owl-carousel .owl-dots .owl-dot:is(:hover,:focus){background:#111111}.history_list.owl-carousel .owl-nav{justify-content:center;min-height:0;z-index:991;position:absolute;left:0;right:0;bottom:0;margin:0;display:flex;align-items:center;gap:32px}.history_list.owl-carousel .owl-nav .owl-prev.disabled,.history_list.owl-carousel .owl-nav .owl-next.disabled{opacity:.3;cursor:no-drop}.history_list.owl-carousel .owl-nav :is(.owl-prev,.owl-next){cursor:pointer;position:relative;border-radius:30px;width:46px;height:46px;border:1px solid rgba(17,17,17,0.25);transition:all 400ms ease 0ms}.history_list.owl-carousel .owl-nav :is(.owl-prev,.owl-next)::before{content:"";position:absolute;inset:0;background-color:#111111;-webkit-mask-image:url('../../img/arrow_right2.svg');mask-image:url('../../img/arrow_right2.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center center;mask-size:18px 18px;transition:all 400ms ease 0ms}.history_list.owl-carousel .owl-nav .owl-prev::before{transform:rotate(-180deg)}.notouch .history_list.owl-carousel .owl-nav :is(.owl-prev,.owl-next):is(:hover,:focus){border-color:#111111;background:#111111}.notouch .history_list.owl-carousel .owl-nav :is(.owl-prev,.owl-next):is(:hover,:focus)::before{background-color:#fff}@media screen and (max-width:1280px){.history_list{max-width:600px;margin:0 auto;gap:0}.history_list .main_box{width:100%}}@media screen and (max-width:1000px){.history_list .item .title{font-size:32px;line-height:40px}.history_list .item .text{padding:0 24px}.history_list .item .text .links_list a{font-size:14px;line-height:24px}.history_list .item .icon{min-width:24px;width:24px;height:24px}.history_list .item .icon::before{-webkit-mask-size:24px 24px;mask-size:24px 24px}.history_list .item .icon::after{-webkit-mask-size:24px 24px;mask-size:24px 24px}}@media screen and (max-width:700px){.history_list.rdy{padding:64px 0 32px}}@media screen and (max-width:500px){.history_list .item .text .links_list a{display:block;width:100%}}.program_list{display:flex;gap:0;position:relative;width:100%;padding:0}.program_list .item{position:relative;will-change:flex;justify-content:flex-end;gap:18px;display:flex;flex-direction:column;flex:1;text-align:center}.program_list .item::after{z-index:0;content:"";width:calc(100% - 22px);opacity:.5;bottom:-1px;right:calc(50% + 11px);height:2px;background:#BD98F9;position:absolute}.program_list .item:is(.pastactive,.active)::after{opacity:1}.program_list .item.active+.item::after{width:150%}.program_list .item:nth-child(1)::after{width:920px}.program_list .item .img{opacity:.5;max-width:170px;width:100%;padding:0;position:relative;margin:0 auto}.program_list .item .img.img1{display:block}.program_list .item .img.img2{display:none}.program_list .item:is(.pastactive,.active) .img{opacity:1}.program_list .item.active .img{max-width:320px}.program_list .item .img img{display:block;width:100%;height:initial;max-width:100%;margin:0 auto}.program_list .item .text{margin:0 0 -30px;text-align:center;position:relative;display:flex;flex-direction:column;padding:0 0 80px}.program_list .item .text .title{opacity:.25;font-size:22px;line-height:26px;font-weight:600;margin:0}.program_list .item .text .date{opacity:.25;font-size:14px;line-height:24px;font-weight:400;margin:0}.program_list .item:is(.active) .text{margin:0}.program_list .item:is(.pastactive,.active) .text :is(.title,.date){opacity:1}.program_list .item .text::before{opacity:.5;z-index:2;content:"";width:12px;height:12px;background:#BD98F9;border-radius:100px;position:absolute;left:50%;bottom:30px;transform:translate(-50%, 50%)}.program_list .item .text::after{opacity:.5;z-index:1;border:2px solid #BD98F9;content:"";width:18px;height:18px;background:#fff;border-radius:100px;position:absolute;left:50%;bottom:30px;transform:translate(-50%, 50%)}.program_list .item:is(.pastactive,.active) .text::before{opacity:1}.program_list .item:is(.pastactive,.active) .text::after{opacity:1}.program_list .item.active .text::before{bottom:0;width:50px;height:50px}.program_list .item.active .text::after{bottom:0;width:80px;height:80px}@media screen and (max-width:1000px){.program_list .item{gap:12px}.program_list .item::after{width:calc(100% - 18px);right:calc(50% + 9px)}.program_list .item .img{max-width:130px}.program_list .item.active .img{max-width:260px}.program_list .item .text{padding:0 0 60px}.program_list .item .text .title{font-size:20px;line-height:24px}.program_list .item .text::before{width:8px;height:8px}.program_list .item .text::after{width:14px;height:14px}.program_list .item.active .text::before{width:36px;height:36px}.program_list .item.active .text::after{width:56px;height:56px}}@media screen and (max-width:800px){.program_list{padding:68px 0 0;gap:96px;flex-direction:column;margin:48px auto -24px}.program_list .item{justify-content:center;display:flex;flex-direction:row;gap:90px;align-items:center;flex:initial !important}.program_list .item::after{width:2px !important;bottom:calc(50% + 9px);right:calc(50% - 1px);height:126px}.program_list .item.active+.item::after{height:126px}.program_list .item:nth-child(1)::after{height:100px}.program_list .item .img{margin:-30px 0;width:calc(50% - 45px);max-width:initial}.program_list .item .img.img1{display:none}.program_list .item .img.img2{display:block}.program_list .item .img img{margin:0 0 0 auto;width:100px}.program_list .item.active .img{width:calc(50% - 45px);max-width:initial}.program_list .item.active .img img{width:180px}.program_list .item .text{margin:0;padding:0;text-align:left;width:calc(50% - 45px)}.program_list .item .text::before{bottom:50% !important;left:-45px;width:8px;height:8px;transform:translate(-50%, 50%)}.program_list .item .text::after{bottom:50% !important;left:-45px;width:14px;height:14px;transform:translate(-50%, 50%)}.program_list .item.active .text::before{width:22px;height:22px}.program_list .item.active .text::after{width:38px;height:38px}}@media screen and (max-width:500px){.program_list{padding:48px 0 0;gap:68px;margin:32px auto -18px}.program_list .item{gap:70px}.program_list .item::after{bottom:calc(50% + 9px);height:98px}.program_list .item.active+.item::after{height:98px}.program_list .item:nth-child(1)::after{height:68px}.program_list .item .img{width:calc(50% - 35px)}.program_list .item .img img{width:70px}.program_list .item:nth-child(4) .img img{width:110px}.program_list .item.active .img{width:calc(50% - 35px)}.program_list .item.active .img img{width:120px !important}.program_list .item .text{width:calc(50% - 35px)}.program_list .item .text::before{left:-35px}.program_list .item .text::after{left:-35px}}.partners_list{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%;position:relative}.partners_list .main_item{display:flex;flex-wrap:wrap;align-items:center;gap:18px 48px}.partners_list .main_item:nth-child(1),.partners_list .main_item:nth-child(2){width:50%}.partners_list .main_item:nth-child(3){margin:48px 0;padding:48px 0;border-bottom:2px solid rgba(189,152,249,0.5);border-top:2px solid rgba(189,152,249,0.5);width:100%}.partners_list .main_item:nth-child(4){width:35%}.partners_list .main_item:nth-child(5){width:65%}.partners_list .main_item .title{width:100%;text-align:left;font-size:18px;line-height:24px;font-weight:600;margin:0;padding:0 0 6px}.partners_list .main_item .item{display:flex;position:relative}.partners_list .main_item .item .img{margin:0 auto;display:block;width:100%;transition:all 400ms ease 0ms}.partners_list .main_item .item .img img{max-width:250px;height:auto;max-height:80px;width:auto;display:block;margin:0 auto}@media screen and (max-width:1000px){.partners_list .main_item{gap:32px 48px}.partners_list .main_item .title{margin:0 0 -10px;padding:0}.partners_list .main_item:nth-child(3){margin:32px 0;padding:32px 0}.partners_list .main_item .title{font-size:16px;line-height:24px}.partners_list .main_item .item .img img{max-width:200px;max-height:66px}}@media screen and (max-width:500px){.partners_list .main_item:nth-child(1){width:60%}.partners_list .main_item:nth-child(2){width:40%}.partners_list .main_item:nth-child(3){width:100%}.partners_list .main_item:nth-child(4){width:100%}.partners_list .main_item:nth-child(5){margin:32px 0 0;padding:32px 0 0;width:100%;border-top:2px solid rgba(189,152,249,0.5)}.partners_list .main_item .item .img img{max-width:150px;max-height:50px}}.reference_list{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px;position:relative;width:100%;max-width:84%;margin:0 auto}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(50% - (1 * 20px / 2) * 1);margin-right:20px}.reference_list.rdy>.owl-stage-outer{overflow:visible}.reference_list.rdy .owl-item .item{opacity:1}.reference_list.rdy .owl-item.active .item{opacity:1}.reference_list.rdy .owl-item.active~.owl-item .item{opacity:1}.reference_list .item{box-sizing:border-box;padding:32px 24px;background:rgba(165,209,201,0.25);border-radius:16px;display:flex;flex-direction:column}.reference_list.rdy .item{width:100% !important;margin:0 !important}.reference_list .item .text .name{font-size:22px;line-height:26px;font-weight:500;margin:0}.reference_list .item .text .post{font-size:16px;line-height:24px;font-weight:400;margin:0}.reference_list .item .text_box{font-size:14px;line-height:24px;margin:0;position:relative}.reference_list .item .text_box::before{content:"";position:relative;margin:12px auto;display:block;width:24px;height:24px;background:url(../../img/quote.svg) no-repeat scroll center center;background-size:24px 20px}@media screen and (max-width:1000px){.reference_list{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(50% - (1 * 20px / 2) * 1);margin-right:20px}.reference_list .item{padding:24px 18px}.reference_list .item .text .name{font-size:20px;line-height:24px}}@media screen and (max-width:700px){.reference_list{grid-template-columns:repeat(1, 1fr);row-gap:20px;column-gap:20px}.reference_list.owl-carousel{display:block}.reference_list.owl-carousel .item{width:calc(100% - (0 * 20px / 1) * 1);margin-right:20px}}.story_category{height:680px;display:grid;grid-template-columns:repeat(1, 1fr);row-gap:20px;column-gap:20px;position:relative;width:100%;margin:0 auto -46px;padding:0 0 106px;max-width:390px}.story_category.owl-carousel{display:block}.story_category.owl-carousel .item{width:calc(100% - (0 * 20px / 1) * 1);margin-right:20px}.story_category.rdy .owl-stage{display:flex;height:680px}.story_category.rdy .owl-item{display:flex;flex:1 0 auto;justify-content:center;align-items:center}.story_category .item{margin:0 auto;max-width:340px !important;overflow:hidden;box-sizing:border-box;position:relative;display:inline-flex !important;flex-direction:column;border-radius:16px;transition:all 400ms ease 0ms}.story_category.rdy .item{width:100% !important;margin:0 !important}.story_category.rdy>.owl-stage-outer{overflow:visible}.story_category.rdy .owl-item .item{background:rgba(255,255,255,0.5);box-shadow:2px 2px 6px 0 rgba(0,0,0,0.25);max-width:100%}.story_category.rdy .owl-item.active .item{max-width:100% !important;background:#fff;box-shadow:2px 2px 25px 10px rgba(0,0,0,0.15)}.story_category .item .img{display:block;width:100%;position:relative;margin:0;transition:all 400ms ease 0ms}.story_category.rdy .owl-item .item .img{margin:24px auto;aspect-ratio:18 / 16;max-width:180px}.story_category.rdy .owl-item.active .item .img{margin:36px auto;aspect-ratio:39 / 27;max-width:390px}.story_category .item .img .img_in{display:block;position:absolute;inset:0;transition:all 400ms ease 0ms}.story_category.rdy .owl-item .item .img .img_in.img1{opacity:1}.story_category.rdy .owl-item .item .img .img_in.img1 img{object-fit:contain}.story_category.rdy .owl-item .item .img .img_in.img2{opacity:0}.story_category.rdy .owl-item.active .item .img .img_in.img1{opacity:0}.story_category.rdy .owl-item.active .item .img .img_in.img2{opacity:1}.story_category .item .text{display:block;text-align:center;transition:all 400ms ease 0ms}.story_category.rdy .owl-item .item .text{padding:0 32px 32px}.story_category.rdy .owl-item.active .item .text{padding:0 32px 48px}.story_category .item .text .title{position:relative;font-size:22px;line-height:26px;font-weight:600;padding:0 0 18px;margin:0}.story_category .item .text .title::before{height:1px;opacity:0;position:absolute;left:-70px;right:-70px;background:#BD98F9;content:"";bottom:0;transition:all 400ms ease 0ms}.story_category.rdy .owl-item.active .item .text .title{margin:0 0 18px}.story_category.rdy .owl-item.active .item .text .title::before{opacity:1}.story_category .item .text .text_box{gap:12px;flex-direction:column;align-items:center}.story_category .item .text .text_box *{margin:0}.story_category .item .text .text_box .btn{margin:24px 0 0}.story_category.rdy .owl-item .item .text .text_box.text1{height:288px;display:flex}.story_category.rdy .owl-item .item .text .text_box.text2{display:none}.story_category.rdy .owl-item.active .item .text .text_box.text1{display:none}.story_category.rdy .owl-item.active .item .text .text_box.text2{display:flex}.story_category.owl-carousel .owl-dots{font-size:0;margin:0 auto;text-align:center;position:absolute;left:0;right:0;bottom:0;min-height:0;z-index:990;display:flex;justify-content:center;gap:8px}.story_category.owl-carousel .owl-dots .owl-dot{border-radius:20px;background:rgba(17,17,17,0.25);position:relative;width:10px;height:10px;line-height:0;font-size:0;display:block;vertical-align:middle;margin:0}.story_category.owl-carousel .owl-dots .owl-dot.active,.notouch .story_category.owl-carousel .owl-dots .owl-dot:is(:hover,:focus){background:#111111}.story_category.owl-carousel .owl-nav{justify-content:center;min-height:0;z-index:991;position:absolute;left:0;right:0;bottom:0;margin:0;display:flex;align-items:center;gap:32px}.story_category.owl-carousel .owl-nav .owl-prev.disabled,.story_category.owl-carousel .owl-nav .owl-next.disabled{opacity:.3;cursor:no-drop}.story_category.owl-carousel .owl-nav :is(.owl-prev,.owl-next){cursor:pointer;position:relative;border-radius:30px;width:46px;height:46px;border:1px solid rgba(17,17,17,0.25);transition:all 400ms ease 0ms}.story_category.owl-carousel .owl-nav :is(.owl-prev,.owl-next)::before{content:"";position:absolute;inset:0;background-color:#111111;-webkit-mask-image:url('../../img/arrow_right2.svg');mask-image:url('../../img/arrow_right2.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center center;mask-size:18px 18px;transition:all 400ms ease 0ms}.story_category.owl-carousel .owl-nav .owl-prev::before{transform:rotate(-180deg)}.notouch .story_category.owl-carousel .owl-nav :is(.owl-prev,.owl-next):is(:hover,:focus){border-color:#111111;background:#111111}.notouch .story_category.owl-carousel .owl-nav :is(.owl-prev,.owl-next):is(:hover,:focus)::before{background-color:#fff}@media screen and (max-width:1000px){.story_category{margin:0 auto;padding:0 0 46px;max-width:320px;height:542px}.story_category.rdy .owl-stage{height:542px}.story_category.rdy .owl-item .item .img{margin:24px auto;aspect-ratio:39 / 27;max-width:390px}.story_category.rdy .owl-item.active .item .img{margin:24px auto;aspect-ratio:39 / 27;max-width:390px}.story_category.rdy .owl-item .item .img .img_in.img1{opacity:0}.story_category.rdy .owl-item .item .img .img_in.img2{opacity:1}.story_category.rdy .owl-item .item .text{padding:0 24px 24px}.story_category.rdy .owl-item.active .item .text{padding:0 24px 32px}.story_category.rdy .owl-item .item .text .text_box.text1{height:230px}.story_category .item .text .title{font-size:20px;line-height:24px;padding:0 0 12px}.story_category.rdy .owl-item.active .item .text .title{margin:0 0 12px}.story_category .item .text .text_box .btn{margin:12px 0 0}}/*# sourceMappingURL=homepage.css.map */