section.services-module .container{align-items:center;display:flex;flex-direction:column;gap:4rem}section.services-module .container .content{align-items:center;display:flex;flex-direction:column;gap:2.5rem;max-width:43rem;text-align:center;width:100%}section.services-module .container .tabs-wrapper{display:flex;flex-direction:row;gap:2rem;width:100%}section.services-module .container .tabs-wrapper .titles{display:flex;flex-direction:column;gap:1.5rem;width:calc(25% - 1rem)}section.services-module .container .tabs-wrapper .titles .tab-title{border-left:.1875rem solid #f1f4f9;cursor:pointer;font-weight:700;padding:.5rem 0 .5rem .8125rem;transition:border-color .3s,color .3s}section.services-module .container .tabs-wrapper .titles .tab-title.active{border-color:#27509b;color:#27509b}section.services-module .container .tabs-wrapper .mobile-titles{display:none}section.services-module .container .tabs-wrapper .contents{background-color:#f1f4f9;border-radius:.625rem;position:relative;transition:height .3s;width:calc(75% - 1rem)}section.services-module .container .tabs-wrapper .contents .tab-content{align-items:center;display:flex;flex-direction:row;gap:2rem;left:0;opacity:0;padding:2rem;pointer-events:none;position:absolute;top:0;transition:opacity .3s,z-index 0s .3s;z-index:-1}section.services-module .container .tabs-wrapper .contents .tab-content.active{opacity:1;pointer-events:all;transition:opacity .3s,z-index 0s 0s;z-index:1}section.services-module .container .tabs-wrapper .contents .tab-content .text-content{width:calc(50% - 1rem)}section.services-module .container .tabs-wrapper .contents .tab-content .text-content .richtext{margin-bottom:1rem}section.services-module .container .tabs-wrapper .contents .tab-content .text-content .small-card{border:1px solid #dbe3f0;border-radius:.625rem;margin-top:2rem;padding:1.5rem}section.services-module .container .tabs-wrapper .contents .tab-content .text-content .small-card .h4{margin-bottom:.25rem}section.services-module .container .tabs-wrapper .contents .tab-content .text-content .small-card .btn{margin-top:1rem}section.services-module .container .tabs-wrapper .contents .tab-content .image{aspect-ratio:405/432;border-radius:.25rem;height:auto;overflow:hidden;width:calc(50% - 1rem)}section.services-module .container .tabs-wrapper .contents .tab-content .image img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){section.services-module .container .tabs-wrapper{flex-direction:column;gap:1.5rem}section.services-module .container .tabs-wrapper .titles{display:none}section.services-module .container .tabs-wrapper .mobile-titles{appearance:unset;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' fill='none' viewBox='0 0 18 9'%3E%3Cpath fill='%2327509B' d='M18 2.294 9.288 9h-.576L0 2.294 1.473 0l7.559 5.608L16.548 0z'/%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-repeat:no-repeat;background-size:18px;border:unset;border-bottom:.1875rem solid #27509b;color:#27509b;display:block;font-size:1.125rem;font-weight:700;padding:.5rem 1rem .3125rem}section.services-module .container .tabs-wrapper .contents{width:100%}section.services-module .container .tabs-wrapper .contents .tab-content{align-items:flex-start;flex-direction:column;padding:1.5rem}section.services-module .container .tabs-wrapper .contents .tab-content .text-content{width:100%}section.services-module .container .tabs-wrapper .contents .tab-content .text-content .small-card{padding:1rem}section.services-module .container .tabs-wrapper .contents .tab-content .image{aspect-ratio:1;width:100%}}