#depositions {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden
}

#depositions .milvus-bg {
    right: -15px;
    position: absolute;
    top: 50px;
    z-index: -1
}

#depositions .milvus-bg svg {
    margin-left: auto
}

#depositions #swiper-depositions {
    overflow: hidden;
    position: relative;
    z-index: 1
}

#depositions #swiper-depositions .deposition {
    display: flex;
    gap: 90px;
    align-items: center
}

#depositions #swiper-depositions .deposition .info {
    width: 65%
}

#depositions #swiper-depositions .deposition .big-text svg {
    color: #000;
    height: 30px;
    width: 30px
}

#depositions #swiper-depositions .deposition .text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

#depositions #swiper-depositions .deposition .author {
    color: #757575;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .03em
}

#depositions #swiper-depositions .deposition .author strong {
    color: #686868
}

#depositions #swiper-depositions .deposition .btn.btn-primary {
    align-items: center;
    display: flex;
    gap: 8px
}

#depositions #swiper-depositions .deposition .image {
    width: 250px;
    height: 250px
}

#depositions #swiper-depositions .deposition .image img {
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #0073E9
}

#depositions #swiper-depositions {
    padding-bottom: 50px
}

#depositions #swiper-depositions {
    padding-bottom: 50px
}

#depositions #swiper-depositions .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px
}

#depositions #swiper-depositions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000
}

#comparative {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    margin-top: 88px;
    position: relative;
    width: 100%
}

#comparative::after {
    background: #0073e9;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}

#comparative .section-dot-img {
    height: 280px
}

#comparative h1 {
    color: #2d2d2d;
    font-size: 38px;
    font-weight: 500;
    line-height: 43px;
    width: 45%
}

#comparative span.primary {
    color: #0073e9
}

#comparative .content {
    display: flex;
    justify-content: space-between;
    padding-top: 160px;
    position: relative
}

#comparative .content .text p {
    margin-top: 30px;
    width: 65%
}

#comparative .content .text .btn {
    margin-top: 60px;
    padding: 12px 40px
}

.grid-items {
    display: grid;
    gap: 30px 75px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
    margin: 60px 0 100px 0
}

.grid-items .item {
    padding-left: 75px;
    position: relative;
    width: 100%
}

.grid-items .item .icon {
    left: 0;
    position: absolute;
    top: 0
}

.grid-items .item h3 {
    width: 90%
}

.grid-items .item p {
    margin-top: 20px
}

.grid-items .item a {
    color: #0073e9;
    font-weight: 600
}

.comparative-depositions {
    margin-bottom: 90px
}

#comparative-table {
    margin-top: 40px;
    position: relative
}

#comparative-table * {
    font-family: "Poppins", sans-serif !important;
}

#comparative-table #compare {
    left: 0;
    position: absolute;
    top: -130px
}

#comparative-table table {
    border-collapse: separate !important;
    border-spacing: 0;
    margin-bottom: 80px;
    width: 100%
}

#comparative-table table strong {
    font-size: 28px;
    font-weight: 500;
    line-height: 37px
}

#comparative-table table strong.primary {
    color: #0073E9
}

#comparative-table table strong.secondary {
    color: #909090
}

#comparative-table table span {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

#comparative-table table span.primary {
    color: #0073E9
}

#comparative-table table span.secondary {
    color: #909090
}

#comparative-table table .checked.green svg {
    color: #3BEF4D
}

#comparative-table table .checked.gray svg {
    color: #909090
}

#comparative-table table tbody tr.top td:first-child {
    border: none
}

#comparative-table table tbody tr.top td:nth-child(2) {
    border-top-left-radius: 10px
}

#comparative-table table tbody tr:nth-child(2) td:first-child {
    border-top-left-radius: 10px
}

#comparative-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

#comparative-table table tbody tr:last-child td {
    border: 1px solid #aaa
}

#comparative-table table tbody tr td {
    border: 1px solid #aaa;
    border-bottom: none;
    color: #2B2B2B;
    font-family: 'Rustica';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 35px
}

#comparative-table table tbody tr td:first-child {
    border-right: none
}

#comparative-table table tbody tr td:nth-child(2) {
    background: #EFEFEF;
    border-right: none
}

#comparative-table table tbody tr td:nth-child(n+2) {
    text-align: center
}

#integrations {
    background: #0073E9;
    padding-top: 40px;
    padding-bottom: 40px
}

#integrations h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center
}

#integrations .content {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr)
}

#integrations .content .employeer {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 100%
}

#integrations .content .employeer img {
    filter: brightness(0) invert(1);
    height: 100%;
    object-fit: contain
}

.comparative-depositions {
    margin-bottom: 90px;
}

#dropdown-flag {
    float: left;
    margin: 0 0 0 30px;
    text-align: center;
    width: 26px;
    position: relative;
}

#dropdown-flag .flag {
    cursor: pointer;
    opacity: 1;
}

#dropdown-flag .flag img {
    width: 26px;
}

#dropdown-flag .flag:hover {
    opacity: 0.6;
}

#dropdown-flag img#chevron {
    cursor: pointer;
    opacity: 1;
    width: 13px;
}

#dropdown-flag .language-hidden {
    position: absolute;
    top: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#dropdown-flag.show .language-hidden {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#dropdown-flag.show img#chevron {
    transform: rotate(180deg);
}

#dropdown-flag img#chevron:hover {
    opacity: 0.8;
}

.s-introCarreiras .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.s-introCarreiras h1 {
    display: block !important;
    height: auto !important;
}

#integrations {
    background: #0073E9;
    padding-top: 40px;
    padding-bottom: 40px
}

#integrations h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center
}

#integrations .content {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr)
}

#integrations .content .employeer {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 100%
}

#integrations .content .employeer img {
    filter: brightness(0) invert(1);
    height: 100%;
    object-fit: contain
}

#depositions.no-bg-deposition #swiper-depositions .deposition {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: flex-start !important;
}

@media (max-width: 1024px) {
    #dropdown-flag {
        margin: 0;
    }
}

@media (max-width: 820px) {
    #comparative .section-dot-img {
        display: none;
    }

    #comparative h1 {
        width: 75%;
    }

    #comparative .content .text p {
        width: 100%;
    }

    #container-overflow {
        overflow-x: scroll;
    }

    #comparative-table {
        width: 600px;
    }
}

@media (max-width: 480px) {
    .comparation-plans .prices {
        margin-top: 30px;
    }

    #comparative h1 {
        width: 100%;
    }

    #comparative-table table tbody tr td {
        font-size: 16px;
        line-height: 21px;
        padding: 15px 30px;
    }

    #comparative-table table strong {
        font-size: 24px;
        line-height: 30px;
    }
}