@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-industries{width:100%}.section-industries .container{padding:40px 0;display:flex;flex-direction:column;gap:70px}@media (max-width: 1023px){.section-industries .container{gap:30px}}@media (max-width: 767px){.section-industries .container{gap:16px}}.section-industries__mobile{display:none}@media (max-width: 767px){.section-industries__mobile{display:block}}.section-industries__mobile ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;gap:8px}.section-industries__mobile ul li a{text-align:left;text-decoration:none;color:#343434;font-weight:500}.section-industries__mobile ul li a:hover,.section-industries__mobile ul li a.active{color:#3A67FC;font-weight:600}.section-industries__tabs{display:flex;gap:40px;position:relative}@media (max-width: 767px){.section-industries__tabs{display:none}}.section-industries__tabs .tabs__nav{width:260px;flex-shrink:0;position:sticky;align-self:flex-start}.section-industries__tabs .tabs__nav ul{position:static;display:flex;flex-direction:column;gap:38px;align-items:flex-start;justify-content:flex-start;margin:0;padding:0;list-style:none}.section-industries__tabs .tabs__btn{line-height:58px;color:#a4a4ad;margin-right:auto;border:none;background:none;cursor:pointer;position:relative;padding-left:13px;transition:all 0.3s ease-in-out}.section-industries__tabs .tabs__btn:hover span{color:#676776}.section-industries__tabs .tabs__btn.active::before{content:'';width:3px;height:100%;display:inline-block;background:#172F74;background:linear-gradient(0deg, #172f74 0%, #3a67fc 100%);position:absolute;top:0;left:0}.section-industries__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-industries .tabs__panels{flex-grow:1;display:flex;flex-direction:column;gap:200px}.section-industries .tabs__panels .tabs__panel{display:flex;flex-direction:column;gap:30px;min-height:650px}.section-industries .tabs__panels .tabs__panel h3{font-size:36px;font-weight:700}.section-industries .tabs__panels .tabs__panel p{color:#676776;line-height:1.35}.section-industries .tabs__panels .tabs__panel p a{color:#12192E;text-decoration:underline;transition:color 0.3s ease-in-out}.section-industries .tabs__panels .tabs__panel p a:hover{color:#3A67FC}.section-industries .tabs__panels .tabs__panel__external{width:100%;display:flex;flex-direction:row;gap:40px}@media (max-width: 1295px){.section-industries .tabs__panels .tabs__panel__external{flex-direction:column}}@media (max-width: 767px){.section-industries .tabs__panels .tabs__panel__external{flex-direction:row}}.section-industries .tabs__panels .tabs__panel__external__links{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;flex-grow:1;gap:20px}.section-industries .tabs__panels .tabs__panel__external__links li a{transition:padding-left 0.3s ease-in-out;line-height:1.54}.section-industries .tabs__panels .tabs__panel__external__links li a span{color:#12192E;transition:color 0.3s ease-in-out}.section-industries .tabs__panels .tabs__panel__external__links li a::after{right:unset;left:0;margin-top:5px;top:-5px}.section-industries .tabs__panels .tabs__panel__external__links li a:hover{padding-left:40px}.section-industries .tabs__panels .tabs__panel__external__links li a:hover span{color:#12192E}.section-industries .tabs__panels .tabs__panel__external__case-study{position:relative;width:585px;flex-shrink:0;display:flex;flex-direction:column;gap:20px;border:1px solid #e1e1e4;border-radius:16px;overflow:hidden;padding:0 0 15px}.section-industries .tabs__panels .tabs__panel__external__case-study h4{padding:0 23px;font-size:20px;font-weight:600}.section-industries .tabs__panels .tabs__panel__external__case-study p{padding:0 23px;color:#676776;line-height:1.8}.section-industries .tabs__panels .tabs__panel__external__case-study figure{overflow:hidden;position:relative}.section-industries .tabs__panels .tabs__panel__external__case-study figure img{transition:all 0.3s ease}.section-industries .tabs__panels .tabs__panel__external__case-study h4,.section-industries .tabs__panels .tabs__panel__external__case-study p{max-width:450px}.section-industries .tabs__panels .tabs__panel__external__case-study::after{content:'';width:50px;height:50px;display:inline-block;position:absolute;right:25px;bottom:25px;background:url("../../images/icon_arrow-gradient_right.svg") center center no-repeat;background-size:auto 30px}.section-industries .tabs__panels .tabs__panel__external__case-study a{width:100%;height:100%;display:inline-block;position:absolute;top:0;left:0;z-index:1}.section-industries .tabs__panels .tabs__panel__external__case-study:hover figure img{-webkit-transform:scale(1.05);transform:scale(1.05)}.section-industries .tabs__panels .tabs__panel__external__case-study:hover::after{background:url("../../images/icon_arrow-circle_right.svg") center center no-repeat;background-size:contain}.section-industries--gray{padding-bottom:0;background:#F4F6F8}

/*# sourceMappingURL=industries.css.map */
