@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--color-s-black-v-100: #12192E;--color-s-black-v-200: #343434;--color-s-blue-v-100: #172F74;--color-s-blue-v-200: #3A67FC;--color-s-red-v-100: red;--color-s-red-v-200: #DB1212;--color-s-gray-v-100: #676776;--color-s-gray-v-200: #a4a4ad;--color-s-gray-v-300: #e1e1e4;--color-s-gray-v-400: #F4F6F8;--color-s-gray-v-500: #D9D9D9;--color-s-white-v-100: #fff;--space-xxs: 8px;--space-xs: 16px;--space-sm: 32px;--space-md: 40px;--space-lg: 48px;--space-xl: 60px;--space-xxl: 72px;--space-xxxl: 80px;--space-xxxx: 100px;--space-xxxxx: 120px}@use '../abstracts/variables' as *;.section-single-industry{width:100%}.section-single-industry .container{padding:40px 0;display:flex;flex-direction:column;gap:20px}@media (max-width: 1023px){.section-single-industry .container{padding:30px 0}}@media (max-width: 767px){.section-single-industry .container{padding:20px 0}}.section-single-industry__description p{color:#676776;line-height:1.7}.section-single-industry__description p a{color:#3A67FC;text-decoration:underline}.section-single-industry__description p a:hover{color:#172F74;text-decoration:none}.section-single-industry__tabs{display:flex;flex-direction:column;gap:40px}.section-single-industry__tabs .tabs__nav{flex-shrink:0;display:flex;flex-direction:row;gap:30px;align-items:flex-start;justify-content:flex-start}@media (max-width: 767px){.section-single-industry__tabs .tabs__nav{display:none}}.section-single-industry__tabs .tabs__btn{line-height:58px;color:#a4a4ad;border:none;background:none;cursor:pointer;position:relative;padding-left:13px;transition:all 0.3s ease-in-out}.section-single-industry__tabs .tabs__btn:hover span{color:#676776}.section-single-industry__tabs .tabs__btn.active::before{content:'';width:100%;height:3px;display:inline-block;background:#172F74;background:linear-gradient(0deg, #172f74 0%, #3a67fc 100%);position:absolute;bottom:0;left:0}.section-single-industry__tabs .tabs__btn.active span{background:#3A67FC;background:linear-gradient(to right, #3A67FC 0%, #172F74 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.section-single-industry .tabs__panels{flex-grow:1}@media (max-width: 767px){.section-single-industry .tabs__panels{display:flex;flex-direction:column;gap:30px}}.section-single-industry .tabs__panels .tabs__panel{display:none;opacity:0}.section-single-industry .tabs__panels .tabs__panel.active{display:flex;flex-direction:column;gap:30px;opacity:1}@media (max-width: 767px){.section-single-industry .tabs__panels .tabs__panel{display:flex !important;flex-direction:column !important;gap:30px !important;opacity:1 !important}}.section-single-industry .tabs__panels .tabs__panel__content{width:100%;display:flex;flex-direction:row;gap:30px}@media (max-width: 1023px){.section-single-industry .tabs__panels .tabs__panel__content{flex-direction:column;gap:20px}}.section-single-industry .tabs__panels .tabs__panel__content__text{display:flex;flex-direction:column;gap:30px}.section-single-industry .tabs__panels .tabs__panel__content__text p{color:#676776;line-height:1.35}@media (max-width: 767px){.section-single-industry .tabs__panels .tabs__panel__content__text p{display:none}}.section-single-industry .tabs__panels .tabs__panel__content__image{width:445px;flex-shrink:0;overflow:hidden;border-radius:8px;text-align:center}@media (max-width: 1023px){.section-single-industry .tabs__panels .tabs__panel__content__image{text-align:left}}@media (max-width: 767px){.section-single-industry .tabs__panels .tabs__panel__content__image{display:none}}.section-single-industry .tabs__panels .tabs__panel__content__image img{margin:0 auto;max-height:215px;transition:all 0.3s ease}.section-single-industry .tabs__panels .tabs__panel__case-study{position:relative;width:calc(100% - 365px);flex-grow:0;flex-shrink:0;display:flex;flex-direction:row;gap:40px;border:1px solid #e1e1e4;border-radius:16px;overflow:hidden;padding:0 0 0 365px}@media (max-width: 767px){.section-single-industry .tabs__panels .tabs__panel__case-study{width:calc(100% - 175px);padding:0 0 0 175px}}@media (max-width: 479px){.section-single-industry .tabs__panels .tabs__panel__case-study{width:calc(100% - 25px);padding:190px 15px 0 10px}}.section-single-industry .tabs__panels .tabs__panel__case-study__graphic{width:325px;height:100%;display:inline-block;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;transition:all 0.3s ease;position:absolute;top:0;left:0}@media (max-width: 767px){.section-single-industry .tabs__panels .tabs__panel__case-study__graphic{width:150px}}@media (max-width: 479px){.section-single-industry .tabs__panels .tabs__panel__case-study__graphic{width:100%;height:175px}}.section-single-industry .tabs__panels .tabs__panel__case-study__content{margin:30px 90px 30px 0;display:flex;flex-direction:column;gap:20px}@media (max-width: 479px){.section-single-industry .tabs__panels .tabs__panel__case-study__content{margin:30px 0 30px 0}.section-single-industry .tabs__panels .tabs__panel__case-study__content .heading-3{width:calc(100% - 55px)}}.section-single-industry .tabs__panels .tabs__panel__case-study__content p{color:#676776;line-height:1.7}.section-single-industry .tabs__panels .tabs__panel__case-study::after{content:'';width:50px;height:50px;display:inline-block;position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("../../images/icon_arrow-gradient_right.svg") center center no-repeat;background-size:auto 30px}@media (max-width: 479px){.section-single-industry .tabs__panels .tabs__panel__case-study::after{top:calc(50% + 25px)}}.section-single-industry .tabs__panels .tabs__panel__case-study a{width:100%;height:100%;display:inline-block;position:absolute;top:0;left:0;z-index:1}.section-single-industry .tabs__panels .tabs__panel__case-study:hover .tabs__panel__case-study__graphic{-webkit-transform:scale(1.05);transform:scale(1.05)}.section-single-industry .tabs__panels .tabs__panel__case-study:hover::after{background:url("../../images/icon_arrow-circle_right.svg") center center no-repeat;background-size:contain}.section-single-industry--gray{padding-bottom:0;background:#F4F6F8}

/*# sourceMappingURL=single-industry.css.map */
