.solution-tabs .wrapper .section_title{max-width:628px;margin:40px auto;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}
.solution-tabs .wrapper .section_title h2{color:var(--color_azure);font-weight:500}
.solution-tabs .wrapper .section_title h3{color:var(--color_azure)}
.solution-tabs .wrapper .tabs{position:relative;background-color:transparent;width:100%;height:100%;max-width:1064px;margin:0 auto 40px}
@media(max-width:991px){.solution-tabs .wrapper .tabs{padding:0}
}.solution-tabs .wrapper .tabs .tab-titles{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;overflow-x:hidden;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media(max-width:768px){.solution-tabs .wrapper .tabs .tab-titles{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-24px;padding-left:24px;width:calc(100% + 48px);padding-right:24px}
}.solution-tabs .wrapper .tabs .tab-titles .tab-title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:8px 16px 8px 8px;color:var(--color_powder);cursor:pointer;font-weight:600;border-bottom:2px solid transparent;-webkit-transition:all .3s ease;transition:all .3s ease;scroll-snap-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.solution-tabs .wrapper .tabs .tab-titles .tab-title .icon{display:-webkit-box;display:-ms-flexbox;display:flex}
.solution-tabs .wrapper .tabs .tab-titles .tab-title .icon svg path{fill:var(--color_powder)}
.solution-tabs .wrapper .tabs .tab-titles .tab-title.active{clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px), calc(100% - 12px) 100%, 0px 100%, 0px 12px);background-color:var(--color_arctic);color:var(--color_midnight)}
.solution-tabs .wrapper .tabs .tab-titles .tab-title.active .icon svg path{fill:var(--color_midnight)}
@media(max-width:576px){.solution-tabs .wrapper .tabs .tab-titles .tab-title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}
}.solution-tabs .wrapper .tabs .tab-contents{margin-top:40px;background-color:var(--color_powder)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content{display:none;opacity:0;visibility:hidden;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.solution-tabs .wrapper .tabs .tab-contents .tab-content.active{display:block;-webkit-animation:fadeIn .3s ease-in-out;animation:fadeIn .3s ease-in-out;opacity:1;visibility:visible}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid{display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media(max-width:991px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid{gap:32px}
}@media(max-width:768px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left{width:100%;height:100%}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image{position:relative}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape{background-color:var(--color_midnight)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape.shape--top-right{top:0;background-color:var(--color_powder)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape.shape--bottom-right{bottom:0;background-color:var(--color_powder)}
@media(max-width:768px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape.shape--top-right{top:0;background-color:var(--color_midnight)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape.shape--bottom-right{bottom:-1px;right:0;background-color:var(--color_powder)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image .octagon-shape.shape--bottom-left{background-color:var(--color_powder);left:0}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image img{height:100%;min-height:482px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
@media(max-width:576px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .left .image img{min-height:220px;max-height:220px}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color_powder);gap:32px;height:100%;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:56px}
@media(max-width:991px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right{padding:32px 24px}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--color_midnight)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .info h3.title{margin-bottom:40px}
@media(max-width:768px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .info h3.title{margin-bottom:24px}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .info h4.sub_title{margin-bottom:32px}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .info .paragraph p{font-size:16px;color:var(--color_midnight-light)}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .actions{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media(max-width:576px){.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .actions a,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .actions button{width:100%}
}.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-left:auto}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .left-nav,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .right-nav{cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease;clip-path:polygon(50% 0,90% 20%,100% 60%,75% 100%,25% 100%,0 60%,10% 20%);background-color:var(--color_grey);width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .left-nav .icon-plus,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .left-nav .icon-minus,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .right-nav .icon-plus,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .right-nav .icon-minus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .left-nav.arrow-disabled,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .right-nav.arrow-disabled{pointer-events:none;opacity:1;background-color:transparent}
.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .left-nav.arrow-disabled svg path,.solution-tabs .wrapper .tabs .tab-contents .tab-content .grid .right .arrows .right-nav.arrow-disabled svg path{fill:var(--color_midnight)}
@-webkit-keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}
to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}@keyframes fadeIn{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}
to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}