section.tabs-module{overflow:hidden;position:relative;z-index:1}section.tabs-module .wrapper-top{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:5rem}section.tabs-module .wrapper-top .wrapper-content{display:flex;justify-content:center}section.tabs-module .wrapper-top .wrapper-content h2{text-align:center}section.tabs-module .wrapper-tabs-links .tab-list{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:4rem}section.tabs-module .wrapper-tabs-links .tab-list li{list-style:none;width:100%}section.tabs-module .tab-link{align-items:center;background:0 0;border:none;cursor:pointer;display:flex;gap:1rem;opacity:.4;padding:0 0 .5rem;position:relative;text-align:left;transition:opacity .3s;width:100%}section.tabs-module .tab-link .h4{color:#3e0d81;font-size:22px;font-weight:700;transition:color .3s cubic-bezier(.075,.82,.165,1)}section.tabs-module .tab-link:after,section.tabs-module .tab-link:before{border-radius:.25rem;bottom:0;content:"";height:3px;left:0;position:absolute}section.tabs-module .tab-link:before{background-color:rgba(62,13,129,.6);width:100%}section.tabs-module .tab-link:after{background-color:#3e0d81;transition:width .5s cubic-bezier(.075,.82,.165,1);width:0}section.tabs-module .tab-link:hover{opacity:.7}section.tabs-module .tab-link.active{opacity:1}section.tabs-module .tab-link.active:after{transition:width .5s cubic-bezier(.075,.82,.165,1);width:100%}section.tabs-module .wrapper-dropdown-links{display:none}section.tabs-module .wrapper-tabs{position:relative;width:100%}section.tabs-module .tab{align-items:stretch;align-items:center;display:flex;gap:3rem;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateY(30px);transition:.8s cubic-bezier(.075,.82,.165,1)}section.tabs-module .tab.active{opacity:1;pointer-events:all;transform:translate(0);z-index:1}section.tabs-module .tab .wrapper-content{width:calc(50% - 2rem)}section.tabs-module .tab .wrapper-content>:nth-child(2){transition-delay:.2s}section.tabs-module .tab .wrapper-content>:nth-child(3){transition-delay:.4s}section.tabs-module .tab .wrapper-content .title{margin-bottom:1rem}section.tabs-module .tab .wrapper-content .wrapper-buttons{margin-top:2rem}section.tabs-module .tab .wrapper-image{border-radius:.5rem;height:100%;height:550px;overflow:hidden;transition:.4s;width:50%}@media screen and (max-width:992px){section.tabs-module .wrapper-top{margin-bottom:4rem}section.tabs-module .wrapper-tabs-links{display:none}section.tabs-module .wrapper-dropdown-links{display:block;margin-bottom:4rem;position:relative}section.tabs-module .wrapper-dropdown-links .dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#3e0d81;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 14 8'%3E%3Cpath fill='%23fff' d='M7 4.95 2.05 0 .637 1.414 7 7.778l6.364-6.364L11.95 0z'/%3E%3C/svg%3E");background-position:right 1rem top 50%;background-repeat:no-repeat;background-size:12px 8px;border:1px solid #fff;border-radius:.5rem;color:#fff;display:block;font-size:18px;font-weight:700;height:72px;margin:0 auto;max-width:340px;padding:.5rem 1.5rem;position:relative;width:100%}}@media screen and (max-width:768px){section.tabs-module .tab{flex-direction:column;gap:2rem}section.tabs-module .tab .wrapper-content,section.tabs-module .tab .wrapper-image{height:auto;width:100%}}