:root {
    --theme-font: "Roboto", sans-serif;
    --ttl-font: "Roboto", sans-serif;

    --primary-color: #3b76ba;

    --primary-color-light: #fafafe;
    --primary-color-surface: #f5f8fb;

    --primary-color-dark: #004e82;

    --secondary-color: #614815;
    --secondary-color-dark: #2f1e10;

    --theme-gradient: linear-gradient(to top, #141b41, #212850);

    --gray-1: #303030;
    --gray-2: #707070;
    --gray-3: #bebebe;
    --gray-4: #dcdcdc;
    --gray-5: #e7e7e7;
    --gray-6: #fbfbfb;

    --shadow-1: #00000022;
    --shadow-2: #00000015;
    --shadow-3: #00000012;
    --shadow-4: #00000010;
    --shadow-5: #00000008;

    --black: #000000;
    --gold: #ffd700;
    --white: #ffffff;
    --warning: #e10000;
    --whatsapp: #028916;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
small,
strike,
strong,
sub,
sup,
ol,
ul,
li,
form,
input,
textarea,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
picture,
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: baseline;
    font-family: var(--theme-font);
    font-size: 100%;
    margin: 0;
    padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
body {
    position: relative;
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
a,
button {
    cursor: pointer;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 0;
}
img {
    width: 100%;
    height: unset;
}
span,
strike {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
}
sup {
    vertical-align: top;
    font-size: 75%;
}
section {
    position: relative;
    overflow: hidden;
    padding: 104px 0;
    z-index: 1;
}
@media (max-width: 1400px) {
    section {
        padding: 88px 0;
    }
}
@media (max-width: 992px) {
    section {
        padding: 72px 0;
    }
}
@media (max-width: 575px) {
    section {
        padding: 56px 0;
    }
}
.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 16px;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 767px;
    }
}
@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
}
html,
body,
main,
p,
ol,
ul,
li,
a,
button,
small,
input,
textarea {
    color: var(--gray-2);
}
h2 > a,
.h2 > a,
h3 > a,
h4 > a,
.h4 > a {
    color: inherit;
}
h1,
h2,
.h2 {
    font-family: var(--ttl-font);
    font-weight: 800;
}
h2,
.h2,
h3,
h4,
.h4,
h5,
.h5 {
    color: var(--gray-1);
    line-height: 1.18;
}
h3 {
    font-weight: 800;
    letter-spacing: -0.8px;
}
h4,
.h4,
h5,
.h5 {
    font-weight: 600;
    letter-spacing: -0.8px;
}
h2,
.h2 {
    font-size: 38px;
    letter-spacing: -0.5px;
}
h3 {
    font-size: 34px;
}
h4,
.h4 {
    font-size: 23px;
}
h5,
.h5 {
    font-size: 18px;
}
p,
ul,
li {
    font-size: 16px;
    line-height: 1.48;
    letter-spacing: -0.01em;
}
.ttl_secondary-dark {
    color: var(--secondary-color-dark);
}
.sec-ttl_center {
    position: relative;
    text-align: center;
    margin: 0 0 72px;
    z-index: 3;
}
.sec-ttl_left {
    margin: 0 0 32px;
}
.sec-ttl_center p {
    font-size: 18px;
    letter-spacing: 0.24px;
    line-height: 1.36;
    margin: 10px 0 0;
    text-wrap: balance;
}
.sec-ttl_left small {
    display: block;
    color: var(--primary-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 12px;
}
.sec-ttl_left small::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 2px;
    margin: 0 12px -1px 1px;
}
.sec-ttl_center--white .h2,
.sec-ttl_center--white p {
    color: var(--white);
}
@media (max-width: 1400px) {
    h2,
    .h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
    p,
    ul,
    li {
        font-size: 16px;
    }
    .sec-ttl_center {
        margin: 0 0 64px;
    }
    .sec-ttl_center p {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
    h2,
    .h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    p,
    ul,
    li {
        font-size: 15px;
    }
    .sec-ttl_center {
        text-align: center;
        margin: 0 0 48px;
    }
    .sec-ttl_center p {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 9vw;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 14px;
    }
    p,
    ul,
    li {
        font-size: 14px;
    }
    .sec-ttl_center p {
        font-size: 14px;
    }
}
.form_field:focus {
    border-color: #028916;
}
.form_input {
    height: 50px;
}
.form_textarea {
    height: 100px;
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_field-area {
    position: relative;
    width: 100%;
}
.form_field-area:not(:last-child) {
    margin: 0 0 8px;
}
.form_field {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid var(--gray-4);
    border-radius: 4px;
    outline: none;
    padding: 15px 15px 15px 40px;
    transition: 0.4s;
}
.form_field:focus {
    border-color: var(--whatsapp);
}
.hero .form_field:focus {
    border-color: var(--primary-color);
}
.form_input {
    height: 36px;
}
.form_textarea {
    height: 88px;
}
.form_label {
    cursor: text;
    position: absolute;
    top: 12px;
    left: 32px;
    background-color: var(--white);
    color: var(--gray-2);
    font-size: 13px;
    font-weight: 400;
    padding: 0 8px;
    transition: 0.4s;
}
.form_field:focus ~ .form_label,
.form_field:valid ~ .form_label {
    color: var(--whatsapp);
    transform: scale(0.84) translate(-6px, -21px);
}

.hero .form_field:focus ~ .form_label,
.hero .form_field:valid ~ .form_label {
    color: var(--primary-color);
}

.form_icon {
    position: absolute;
    left: 14px;
    top: 12px;
    width: 14px;
    height: auto;
    fill: var(--gray-2);
    transition: 0.5s ease;
}
.form_field:focus ~ .form_icon,
.form_field:valid ~ .form_icon {
    fill: var(--whatsapp);
}
.hero .form_field:focus ~ .form_icon,
.hero .form_field:valid ~ .form_icon {
    fill: var(--primary-color);
}
.btn.form_btn {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 14px;
}
.form_btn:disabled {
    pointer-events: none;
    opacity: 0.4;
}
@media (max-width: 1400px) {
    .form_input {
        height: 40px;
    }
    .form_textarea {
        height: 92px;
    }
    .form_label {
        top: 14px;
        font-size: 12px;
    }
    .form_icon {
        top: 13px;
        width: 14px;
    }
}
@media (max-width: 992px) {
    .form_input {
        height: 38px;
    }
    .form_textarea {
        height: 84px;
    }
    .form_label {
        top: 13px;
        font-size: 11px;
    }
    .form_icon {
        top: 12px;
        width: 13px;
    }
}
@media (max-width: 575px) {
    .form_field-area:not(:last-child) {
        margin: 0 0 8px;
    }
    .form_input {
        height: 36px;
        padding: 10px 10px 10px 32px;
    }
    .form_textarea {
        height: 76px;
    }
    .form_icon {
        left: 11px;
        top: 11px;
        width: 12px;
    }
    .form_label {
        top: 12px;
        left: 27px;
        font-size: 11px;
    }
    .form_field:focus ~ .form_label,
    .form_field:valid ~ .form_label {
        transform: scale(0.9) translate(-5px, -20px);
    }
}
.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid;
    border-radius: 8px;
    padding: 18px 36px;
    transition: 0.5s ease;
}
.btn.primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}
.btn.primary.ghost {
    background: transparent;
    border-color: transparent;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
}
.btn.white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--primary-color);
}
.btn.wpp {
    background-color: var(--whatsapp);
    border-color: var(--whatsapp);
    color: var(--white);
}
.btn-center {
    text-align: center;
    margin: 72px 0 0;
}
@media (min-width: 993px) {
    .btn.primary:hover {
        background-color: var(--white);
        color: var(--primary-color);
    }
    .btn.primary.ghost:hover {
        background-color: var(--primary-color);
        color: var(--white);
    }
    .btn.white:hover {
        background-color: var(--primary-color-dark);
        border-color: var(--primary-color-dark);
        color: var(--white);
    }
    .btn.wpp:hover {
        background-color: var(--white);
        color: var(--whatsapp);
    }
}
@media (max-width: 1400px) {
    .btn {
        font-size: 16px;
        padding: 16px 30px;
    }
    .btn-center {
        margin: 56px 0 0;
    }
}
@media (max-width: 992px) {
    .btn {
        text-wrap: balance;
        font-size: 14px;
        line-height: 1.4;
        padding: 14px 24px;
    }
    .btn-center {
        margin: 40px 0 0;
    }
}
@media (max-width: 575px) {
    .btn {
        font-size: 13px;
        padding: 12px 20px;
    }
    .btn-center {
        margin: 32px 0 0;
    }
    .btn.form_btn {
        font-size: 13px;
        padding: 12px;
    }
}
.d-block {
    display: block;
}
@media (max-width: 992px) {
    .d-none-tab {
        display: none;
    }
}
.box {
    display: flex;
    flex-wrap: wrap;
}
.box.beetween {
    justify-content: space-between;
}
.box.center {
    justify-content: center;
}
.box.v-center,
.grid.v-center {
    align-items: center;
}
.grid {
    display: grid;
}
@media (max-width: 992px) {
    .grid.g-1-tab {
        grid-template-columns: 1fr;
    }
    .or-1-tab {
        order: 1;
    }
    .or-2-tab {
        order: 2;
    }
    .or-3-tab {
        order: 3;
    }
}
.p-fix {
    position: fixed;
}
.abs-0 {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.p-rel {
    position: relative;
}
.mx-auto {
    margin: 0 auto;
}
.z-3 {
    z-index: 3;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
@media (max-width: 992px) {
    .w-100-mob {
        width: 100% !important;
    }
}
.bg-white {
    background-color: var(--white);
}
.bg-primary-dark {
    background-color: var(--primary-color);
}
.bg_decorator {
    position: absolute;
    top: 5%;
    left: -5%;
    opacity: 0.35;
    width: 56%;
}
.ta-left {
    text-align: left;
}
.ta-right {
    text-align: right;
}
.ta-center {
    text-align: center;
}
.c-white {
    color: var(--white);
}
.f-1 {
    font-weight: 400;
}
.f-2 {
    font-weight: 600;
}
.lh-sm {
    line-height: 1.48;
}
@media (max-width: 992px) {
    .ta-center-tab {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .ta-center-mob {
        text-align: center;
    }
}
.tr-5s {
    transition: 0.5s ease;
}
.theme-carousel_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
}
.theme-carousel_dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--gray-6);
    opacity: 0.4;
    border-radius: 50%;
    margin: 0 4px !important;
    transition: 0.5s ease;
}
.theme-carousel_dots .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
    z-index: 8;
}
.theme-carousel_button-prev,
.theme-carousel_button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    fill: var(--gray-6);
    transform: translateY(-50%);
    opacity: 0.4;
    z-index: 8;
    transition: 0.5s ease;
}
.theme-carousel_button-prev {
    left: -20px;
}
.theme-carousel_button-next {
    right: -20px;
}
.theme-carousel_nav-icon {
    width: 22px;
    height: 22px;
}
@media (min-width: 993px) {
    .theme-carousel_dots .swiper-pagination-bullet:hover {
        opacity: 0.5;
    }
    .theme-carousel_dots .swiper-pagination-bullet-active:hover {
        opacity: 1;
    }
    .theme-carousel_button-prev:hover,
    .theme-carousel_button-next:hover {
        fill: var(--primary-color);
        opacity: 1;
    }
}
@media (max-width: 575px) {
    .theme-carousel_dots .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 3px !important;
    }
    .theme-carousel_dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 24px 0 0;
    }
    .theme-carousel_button-prev,
    .theme-carousel_button-next {
        display: none;
    }
}
.nav {
    background-color: var(--white);
    padding: 16px;
}
.nav_logo {
    width: 176px;
    height: auto;
}
.btn-nav {
    font-size: 14px;
    padding: 12px 24px;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
@media (min-width: 576px) {
    .btn-nav:hover {
        background-color: var(--primary-color);
        color: var(--white);
    }
}
@media (max-width: 1400px) {
    .nav_logo {
        width: 144px;
    }
    .btn-nav {
        font-size: 12px;
        padding: 7px 16px;
    }
}
@media (max-width: 992px) {
    .btn-nav {
        font-size: 11px;
        padding: 6px 14px;
    }
}
@media (max-width: 575px) {
    .nav {
        padding: 8px 0;
    }
    .nav_container {
        justify-content: center !important;
    }
    .nav_logo {
        width: 120px;
    }
    .btn-nav {
        display: none;
    }
}
.hero {
    display: flex;
    align-items: center;
    height: 564px;
}
.hero::before,
.hero_bg-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}
.hero::before {
    content: "";
    height: 100%;
    background: linear-gradient(to right, #071e39 36%, transparent 120%);
    opacity: 0.56;
    z-index: 2;
}
.hero_bg-area {
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.img_bg {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}
.hero_grid {
    grid-template-columns: 2.44fr 1fr;
    grid-gap: 64px;
}
.hero_txt-area {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.hero_txt-area .btn {
    display: none;
    margin-top: 40px;
}
.hero_ttl {
    color: var(--white);
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    text-shadow: 0 0 24px #00000040;
}
.hero_sub-ttl {
    display: block;
    color: var(--white);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.3;
    text-shadow: 0 0 24px #00000040;
    margin: 12px 0 24px;
}
.hero_sub-ttl::before {
    content: "";
    display: inline-block;
    width: 72px;
    height: 2px;
    background-color: var(--white);
    margin: 0 14px 8px 0;
}
.hero_bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.hero_bullets li {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 24px #00000040;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero_bullets li::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.hero_form-holder {
    border-radius: 12px;
    padding: 28px 28px 18px;
}
.hero_form-head {
    margin: 0 0 20px;
    border-left: 3px solid var(--primary-color);
    padding: 0 0 0 16px;
}
.hero_form-ttl {
    text-transform: none;
    font-family: var(--theme-font);
    font-size: 18px;
}
.hero_form-txt {
    font-size: 13.5px;
    line-height: 1.24;
    letter-spacing: 0.2px;
    margin: 4px 0 0;
}
@media (max-width: 1400px) {
    .hero {
        height: 540px;
    }
    .hero_grid {
        grid-template-columns: 1.7fr 1fr;
        grid-gap: 64px;
    }
    .hero_ttl {
        font-size: 40px;
    }
    .hero_sub-ttl {
        font-size: 19px;
        margin: 10px 0 18px;
    }
    .hero_sub-ttl::before {
        width: 56px;
        margin: 0 12px 6px 0;
    }
    .hero_bullets li {
        font-size: 14.5px;
        padding: 8px 0;
    }
    .hero_form-holder {
        padding: 24px 20px;
    }
    .hero_form-ttl {
        font-size: 17px;
    }
    .hero_form-txt {
        font-size: 13px;
    }
    #form_header .btn {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .hero {
        height: auto;
        padding: 140px 0 0;
    }
    .hero::before {
        background: #071e39;
    }
    .hero_grid {
        grid-gap: 48px;
    }
    .hero_ttl {
        font-size: 34px;
    }
    .hero_sub-ttl {
        font-size: 17px;
        margin: 8px 0 14px;
    }
    .hero_bullets li {
        font-size: 14px;
        padding: 6px 0;
    }
    .hero_form-area {
        padding-top: 0px;
        margin: 0 0 -20px;
    }
    .hero_form-holder {
        margin: 0;
        padding: 20px 16px;
    }
    .hero_form-ttl {
        font-size: 16px;
    }
    .hero_form-txt {
        font-size: 12.5px;
    }
    .hero_sub-ttl::before {
        display: none;
    }
}
@media (max-width: 575px) {
    .hero {
        height: 460px;
        padding: 0;
    }
    .hero_grid {
        padding-top: 0;
    }
    .hero_txt-area {
        height: auto;
        align-items: center;
        text-align: center;
    }
    .hero_ttl {
        font-size: 26px;
    }
    .hero_sub-ttl {
        font-size: 14px;
        margin: 6px 0 12px;
    }
    .hero_ttl br {
        display: block;
    }
    .hero_bullets {
        text-align: left;
        margin: 12px 0 20px;
    }
    .hero_bullets li {
        font-size: 13.5px;
        padding: 5px 0;
    }
    .hero_bullets li::before {
        width: 16px;
        height: 16px;
        min-width: 16px;
        background-size: 10px;
    }
    .hero_txt-area .btn {
        margin: auto;
    }
    .hero_form-area {
        display: none;
    }
    .hero_form-holder {
        padding: 4vw;
        margin: 0 0 -475px;
    }
    .hero_form-ttl {
        font-size: 3.5vw;
    }
    .hero_form-txt {
        font-size: 12px;
        line-height: 1.3;
        margin: 3px 0 16px;
    }
    .hero_field-btn {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .hero_txt-area .btn {
        display: block;
    }
}
@media (max-width: 400px) {
    .hero_ttl {
        font-size: 22px;
    }
    .hero_sub-ttl {
        font-size: 13px;
    }
}
.persona_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.persona_txt-area {
    width: 45%;
}
.persona_txt-area small {
    color: var(--gray-2);
    text-transform: uppercase;
}
.persona_txt-area .btn {
    margin: 20px 0 0;
}
.persona_ttl {
    text-transform: none;
    color: var(--primary-color);
    padding: 24px 0 0;
}
.persona_txt {
    margin: 20px 0;

    padding-right: 77px;
}
.persona_video-area {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.persona_video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.1;
    z-index: 0;
}
.persona_video-cover {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.persona_video-play-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #00000032;
    fill: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    padding: 0 0 0 6px;
    margin: auto;
    transition: 0.5s ease;
}
.persona_video-play {
    display: block;
    width: 32px;
    height: 32px;
}
.persona_video-play-area::before,
.persona_video-play-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white);
    border-radius: 50%;
    margin: auto;
    animation: pulsePlay 2.5s linear infinite;
}
.persona_video-play-area::after {
    animation-delay: 0.5s;
}
@keyframes pulsePlay {
    100%,
    70% {
        transform: scale(2);
        opacity: 0;
    }
}
@media (max-width: 992px) {
    .persona_video-area {
        position: relative;
        width: 93%;
        max-width: 767px;
        height: auto;
        border-radius: 8px;
        margin: 80px auto 0;
    }
    .persona_video-cover {
        aspect-ratio: 16 / 9;
    }
}
@media (min-width: 992px) {
    .persona_video-play-area:hover {
        background-color: var(--white);
        fill: var(--primary-color);
    }
}
@media (max-width: 1368px) {
    .persona_txt-area {
        width: 51.1%;
    }
}
@media (max-width: 1024px) {
    .persona_container {
        justify-content: center;
        gap: 56px;
    }
    .persona_txt-area {
        width: 100%;
    }
    .persona_txt {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .persona_container {
        gap: 40px;
    }
    .persona_txt {
        margin: 14px 0;
    }
}
@media (max-width: 575px) {
    .persona_video-play-area {
        width: 56px;
        height: 56px;
    }
    .persona_video-play {
        width: 22px;
        height: 22px;
    }
}
.persona {
    background-color: #fafafa;
}
.persona_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.persona_txt-area {
    width: 51%;
}
.persona_txt {
    margin: 20px 0;
}
@media (max-width: 1024px) {
    .persona_container {
        justify-content: center;
        gap: 56px;
    }
    .persona_txt-area {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .persona_container {
        gap: 40px;
    }
    .persona_txt {
        margin: 14px 0;
    }
}
.servicos {
    overflow: visible;
    margin: 0 0 0px;
    z-index: 2;
}
.servicos .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.servicos .card {
    background-color: var(--primary-color-light);
    overflow: hidden;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--primary-color-surface);
}
.servicos .card .img {
    position: relative;
}
.servicos .card .img img {
    object-fit: cover;
    height: 240px;
}
.servicos .card-badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 2;
}
.servicos .card .txt {
    padding: 32px 22px;
}
.servicos .card .txt h3 {
    text-wrap: balance;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.servicos .card .txt h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 12px auto;
}
.btn-card-center {
    margin: 0 auto 12px;
    margin-block-start: auto;
}
.btn-card-center .btn {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--primary-color);
    font-size: 14px;
}
.btn-card-icon {
    fill: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
    .servicos .cards {
        gap: 28px;
    }
    .servicos .card .img img {
        height: 220px;
    }
    .servicos .card-badge {
        font-size: 11px;
        padding: 5px 14px;
    }
    .servicos .card .txt {
        padding: 34px 17px;
    }
    .servicos .card .txt h3 {
        font-size: 17px;
    }
    .servicos .card .txt h3::after {
        width: 60px;
        margin: 14px auto;
    }
}
@media (max-width: 1199px) {
    .servicos .cards {
        gap: 24px;
    }
    .servicos .card .img img {
        height: 200px;
    }
    .servicos .card-badge {
        font-size: 10px;
        padding: 5px 12px;
    }
    .servicos .card .txt {
        padding: 30px 14px;
    }
    .servicos .card .txt h3 {
        font-size: 16px;
    }
    .servicos .card .txt h3::after {
        width: 50px;
        margin: 12px auto;
    }
}
@media (min-width: 992px) {
    .btn-card-center:hover .btn-card-icon {
        fill: var(--white);
    }
}
@media (max-width: 991px) {
    .servicos .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .servicos .card .img img {
        height: 180px;
    }
    .servicos .card-badge {
        padding: 4px 10px;
        top: 10px;
    }
    .servicos .card .txt {
        padding: 25px 12px;
    }
    .servicos .card .txt h3 {
        font-size: 15px;
    }
    .servicos .card .txt h3::after {
        width: 45px;
        margin: 10px auto;
    }
    .btn-card-center .btn {
        font-size: 12px;
        padding: 6px 10px;
    }
}
@media (max-width: 575px) {
    .servicos .cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .servicos .card .img img {
        height: 160px;
    }
    .servicos .card-badge {
        padding: 4px 8px;
        top: 8px;
    }
    .servicos .card .txt {
        padding: 20px 10px;
    }
    .servicos .card .txt h3 {
        font-size: 16px;
    }
    .servicos .card .txt h3::after {
        width: 40px;
        margin: 8px auto;
    }
    .btn-card-center .btn {
        font-size: 11px;
        padding: 6px 8px;
    }
}
@keyframes fadeIn {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes fadeInLow {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 0.9;
    }
}
@keyframes fadeInUltraLow {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 0.1;
    }
}
@keyframes fadeInUp {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes pulsePlay {
    70%,
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes growLeft {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes slideInDown {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes bounceDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
/* ==========================================================================
   SEÇÃO DESTAQUE (Projeto em Destaque)
   ========================================================================== */
.destaque {
    padding-top: 0;
}
.destaque_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6)), radial-gradient(var(--gray-5) 1px, transparent 1px);
    background-size:
        100% 100%,
        24px 24px;
    z-index: 0;
    pointer-events: none;
}
.destaque_container {
    position: relative;
    z-index: 1;
    background: var(--primary-color-light);
    border-radius: 20px;
    padding: 56px;
}
.destaque_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
}
.destaque_header .h2 {
    flex-shrink: 0;
}
.destaque_header-right {
    text-align: right;
}
.destaque_sub-ttl {
    font-size: 23.5px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 8px;
}
.destaque_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background-color: var(--white);
    border: 1px solid var(--gray-4);
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.destaque_badge-icon {
    fill: var(--primary-color);
    width: 14px;
    height: 14px;
}
.destaque_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
.destaque_cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.destaque_card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.destaque_card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}
.destaque_card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--white);
    border: 1px solid var(--gray-4);
    border-radius: 10px;
    fill: var(--primary-color);
    transition: 0.3s ease;
}
.destaque_card-icon img {
    width: 22px;
    height: 22px;
}
.destaque_card-ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--gray-1);
}
.destaque_card-txt {
    color: var(--gray-2);
}
.destaque_img-area {
    position: relative;
    height: 100%;
    min-height: 320px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.destaque_img-area picture {
    display: block;
    height: 100%;
}
.destaque_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destaque_cta {
    border-top: 1px solid var(--gray-4);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.destaque_cta-txt {
    font-size: 22px;
    color: var(--gray-1);
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (min-width: 993px) {
    .destaque_card:hover .destaque_card-icon {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        fill: var(--white);
    }
}
@media (max-width: 1400px) {
    .destaque_container {
        padding: 48px;
    }
    .destaque_header {
        margin-bottom: 40px;
    }
    .destaque_sub-ttl {
        font-size: 21px;
    }
    .destaque_cta-txt {
        font-size: 20px;
    }
    .destaque_grid {
        gap: 32px;
        margin-bottom: 40px;
    }
    .destaque_cards {
        gap: 28px;
    }
    .destaque_card-icon {
        width: 40px;
        height: 40px;
    }
    .destaque_card-icon img {
        width: 20px;
        height: 20px;
    }
    .destaque_card-ttl {
        font-size: 17px;
    }
    .destaque_img-area {
        min-height: 280px;
    }
}
@media (max-width: 992px) {
    .destaque_container {
        padding: 36px;
    }
    .destaque_header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
    .destaque_header-right {
        text-align: left;
    }
    .destaque_sub-ttl {
        font-size: 18px;
    }
    .destaque_cta-txt {
        font-size: 18px;
    }
    .destaque_grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 32px;
    }
    .destaque_cards {
        gap: 24px;
    }
    .destaque_img-area {
        min-height: 240px;
        order: -1;
    }
    .destaque_cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .destaque_cta .btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .destaque_container {
        padding: 24px;
    }
    .destaque_header {
        margin-bottom: 24px;
    }
    .destaque_badge {
        font-size: 11px;
        padding: 5px 12px;
    }
    .destaque_sub-ttl {
        font-size: 15px;
    }
    .destaque_cta-txt {
        font-size: 16px;
    }
    .destaque_grid {
        gap: 20px;
        margin-bottom: 24px;
    }
    .destaque_cards {
        gap: 20px;
    }
    .destaque_card-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }
    .destaque_card-icon img {
        width: 18px;
        height: 18px;
    }
    .destaque_card-ttl {
        font-size: 15px;
    }
    .destaque_img-area {
        min-height: 200px;
    }
    .destaque_cta {
        padding-top: 20px;
    }
    .destaque_cta-txt {
        font-size: 13px;
    }
}
/* ==========================================================================
   SEÇÃO QUANDO CONTRATAR
   ========================================================================== */
.quando-contratar {
    background-color: var(--primary-color);
}
.quando-contratar_container {
    position: relative;
    z-index: 1;
}
.quando-contratar .sec-ttl_center .h2 {
    color: var(--white);
}
.quando-contratar .sec-ttl_center p {
    color: rgba(255, 255, 255, 0.85);
}
.quando-contratar_ttl-highlight {
    color: var(--white);
}
.quando-contratar_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.quando-contratar_card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: var(--primary-color-dark);
    border-radius: 16px;
    border: none;
    transition: all 0.3s ease;
}
a.quando-contratar_card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.quando-contratar_card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background-color: var(--white);
    fill: var(--primary-color);
}
.quando-contratar_card-icon img {
    width: 24px;
    height: 24px;
}
.quando-contratar_card-ttl {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: -0.025em;
}
.quando-contratar_card-txt {
    color: rgba(255, 255, 255, 0.75);
}
.quando-contratar_cta {
    margin-top: 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.quando-contratar_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}
.quando-contratar_badge img {
    fill: var(--white);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
@media (min-width: 993px) {
    .quando-contratar_card:hover {
        background-color: rgba(0, 50, 90, 0.8);
    }
}
@media (max-width: 1400px) {
    .quando-contratar_cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .quando-contratar_card {
        padding: 28px;
    }
    .quando-contratar_card-icon {
        width: 48px;
        height: 48px;
    }
    .quando-contratar_card-icon img {
        width: 22px;
        height: 22px;
    }
    .quando-contratar_card-ttl {
        font-size: 17px;
    }
    .quando-contratar_cta {
        margin-top: 48px;
    }
}
@media (max-width: 992px) {
    .quando-contratar_cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .quando-contratar_card {
        padding: 24px;
    }
    .quando-contratar_card-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }
    .quando-contratar_cta {
        margin-top: 40px;
        gap: 20px;
    }
    .quando-contratar_badge {
        font-size: 13px;
        padding: 8px 16px;
    }
}
@media (max-width: 575px) {
    .quando-contratar_cards {
        gap: 16px;
    }
    .quando-contratar_card {
        padding: 20px;
    }
    .quando-contratar_card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }
    .quando-contratar_card-icon img {
        width: 20px;
        height: 20px;
    }
    .quando-contratar_card-ttl {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .quando-contratar_cta {
        margin-top: 32px;
        gap: 16px;
    }
    .quando-contratar_badge {
        font-size: 12px;
        padding: 8px 14px;
        gap: 8px;
    }
    .quando-contratar_badge img {
        width: 14px;
        height: 14px;
    }
}
.why {
    background-color: var(--primary-color-light);
}
.why_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.why_txt-area {
    width: 48%;
}
.why_ttl {
    color: var(--secondary-color-dark);
}
.why_sub-ttl {
    color: var(--primary-color);
    margin: 12px 0 0;
    text-wrap: balance;
    font-size: 20px;
    font-weight: 600;
}
.why_item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 993px) {
    .why_item:hover {
        transition: all 0.5s ease;
    }
    .why_item:hover::before {
        transform: translateX(0%);
    }
    .why_item:hover .why_txt-item {
        color: var(--white);
    }
    .why_item:hover .why_icon-area {
        fill: var(--white);
    }
}
.why_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--primary-color);
    transform: translateX(-110%);
    z-index: -1;
    transition: 1s ease;
}
.why_item-divider {
    content: "";
    display: block;
    width: 88%;
    height: 1px;
    background-color: var(--gray-4);
}
.why_icon-area {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    flex-shrink: 0;
    fill: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_txt-item {
    letter-spacing: -0.2px;
}
.why_txt-area .btn {
    margin: 28px 0 0;
}
.why_img-area {
    width: 48%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.why_image-holder {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;

    aspect-ratio: 1/1;
}
.why_img {
    height: 100%;
    object-fit: cover;
}
.why_img-area-column-1,
.why_img-area-column-2 {
    width: 45%;
    gap: 16px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.why_img-area-column-1 {
    margin: 0 0 32px;
}
.why_img-area-column-2 {
    margin: 32px 0 0;
}
.why_img-detail-top {
    position: absolute;
    top: -40px;
    right: 140px;
    width: 140px;
    height: 120px;
    z-index: 1;
    transform: rotate(90deg);
    filter: grayscale(0.7) brightness(1.9);
}
.why_img-detail-bottom {
    position: absolute;
    bottom: -33px;
    left: -68px;
    width: 140px;
    height: 126px;
    z-index: 1;
    filter: grayscale(0.7) brightness(1.9);
}
.why_img-circle-center {
    position: absolute;
    top: 48%;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 3;
    border: 12px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_img-circle-center-icon-area {
    position: relative;
}
.why_img-circle-center-icon {
    fill: #ffffff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.why_img-circle-center-icon.default {
    opacity: 1;
}
.why_item:hover ~ .why_img-circle-center-icon-area .why_img-circle-center-icon.default {
    opacity: 0;
}
.why_item:nth-child(1):hover.why_img-circle-center-icon-area .why_img-circle-center-icon:nth-child(2),
.why_item:nth-child(2):hover.why_img-circle-center-icon-area .why_img-circle-center-icon:nth-child(3),
.why_item:nth-child(3):hover.why_img-circle-center-icon-area .why_img-circle-center-icon:nth-child(4),
.why_item:nth-child(4):hover.why_img-circle-center-icon-area .why_img-circle-center-icon:nth-child(5) {
    opacity: 1;
}
@media (max-width: 1400px) {
    .why_sub-ttl {
        font-size: 21px;
    }
    .why_item {
        padding: 9px 0;
    }
    .why_icon-area {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
    }
    .why_txt-area .btn {
        margin: 24px 0 0;
    }
    .why_item-divider {
        width: 80%;
    }
    .why_img-circle-center {
        width: 140px;
        height: 140px;
        border: 10px solid #ffffff;
    }
    .why_img-circle-center-icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 992px) {
    .why_container {
        justify-content: center;
    }
    .why_txt-area {
        width: 100%;
    }
    .why_sub-ttl {
        font-size: 16px;
        text-wrap: initial;
    }
    .why_item {
        padding: 10px 0;
    }
    .why_item-divider {
        width: 85%;
    }
    .why_img-area {
        width: 100%;
        justify-content: center;
    }
    .why_img-circle-center {
        top: 49%;
        left: 50%;
    }
    .why_img-area-column-1 {
        margin: 0 0 32px;
    }
    .why_img-area-column-2 {
        margin: 32px 0 0;
    }
    .why_img-circle-center {
        width: 120px;
        height: 120px;
    }
    .why_img-circle-center-icon {
        width: 80px;
        height: 80px;
    }
    .why_img-detail-top {
        top: 0px;
        right: 100px;
        width: 100px;
        height: 80px;
    }
    .why_img-detail-bottom {
        bottom: -25px;
        left: -50px;
        width: 100px;
        height: 90px;
    }
}
@media (max-width: 768px) {
    .why_item-divider {
        width: 100%;
    }
    .why_img-circle-center-icon {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 575px) {
    .why_item {
        padding: 8px 0;
        gap: 10px;
    }
    .why_icon-area {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}
.testimonials_slide-box {
    padding: 0 60px;
}
.testimonials_bg {
    position: absolute;
    inset: 0;
}
.testimonials_bg-image-holder {
    height: 100%;
    background-color: #2f3141;
}
.testimonials_bg-img {
    object-fit: cover;
    opacity: 0.15;
    transform: scale(1.5);
    height: 100%;
}
.testimonials_card {
    display: flex;
    gap: 0;
    align-items: stretch;
    flex-direction: row;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    min-height: 440px;
    max-height: 100%;
}
.testimonials_card-img-area {
    width: 44%;
    flex: 0 0 44%;
    height: auto;
}
.testimonials_card-img-area picture {
    display: block;
    height: 100%;
}
.testimonials_card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials_card-txt-area {
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 1;
    justify-content: center;
}
.testimonials_card-ttl-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.testimonials_card-date-area {
    display: flex;
    gap: 8px;
    align-items: center;
}
.testimonials_card-date {
    color: var(--primary-color);
    font-weight: 600;
}
.testimonials_card-date-calendar-icon {
    fill: var(--primary-color);
    opacity: 0.85;
    width: 16px;
    height: 16px;
}
.testimonials_card-necessity-area,
.testimonials_card-solution-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.testimonials_card-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}
.testimonials_card-meta-icon {
    fill: var(--primary-color);
    opacity: 0.85;
    width: 18px;
    height: 18px;
}
.testimonials_card-necessity-ttl,
.testimonials_card-solution-ttl {
    color: var(--primary-color);
}
@media (max-width: 1400px) {
    .testimonials_card {
        min-height: 460px;
    }
    .testimonials_card-img-area {
        width: 42%;
        flex-basis: 42%;
    }
    .testimonials_card-txt-area {
        padding: 32px 36px;
        gap: 24px;
    }
    .testimonials_slide-box {
        padding: 0 48px;
    }
}
@media (max-width: 992px) {
    .testimonials_card {
        min-height: 0;
        flex-direction: column;
        gap: 16px;
    }
    .testimonials_card-img-area {
        width: 100%;
        flex-basis: auto;
        height: 220px;
    }
    .testimonials_card-txt-area {
        padding: 24px 20px;
        gap: 20px;
        justify-content: flex-start;
    }
    .testimonials_slide-box {
        padding: 0 32px;
    }
}
@media (max-width: 575px) {
    .testimonials_card {
        height: auto;
    }
    .testimonials_card-img-area {
        height: 160px;
    }
    .testimonials_card-txt-area {
        padding: 20px 14px;
        gap: 14px;
    }
    .testimonials_slide-box {
        padding: 0;
    }
}
.fixed-whatsapp {
    bottom: 16px;
    right: 16px;
    width: 70px;
    height: 70px;
    background-color: var(--whatsapp);
    fill: var(--white);
    border: 2px solid var(--whatsapp);
    border-radius: 50%;
    z-index: 998;
}
.fixed-whatsapp_icon {
    top: -2px;
    width: 35px;
    height: 35px;
}
@media (min-width: 993px) {
    .fixed-whatsapp:hover {
        background-color: var(--white);
        fill: var(--whatsapp);
    }
}
@media (max-width: 1400px) {
    .fixed-whatsapp {
        width: 58px;
        height: 58px;
    }
    .fixed-whatsapp_icon {
        width: 29px;
        height: 29px;
    }
}
@media (max-width: 575px) {
    .fixed-whatsapp {
        width: 50px;
        height: 50px;
    }
    .fixed-whatsapp_icon {
        width: 26px;
        height: 26px;
    }
}
.modal {
    vertical-align: middle;
    overflow: auto;
    z-index: 999;
}
.modal::before {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 -0.05em 0 0;
}
.modal_overlay {
    background-color: var(--gray-1);
    opacity: 0.88;
}
.modal_holder {
    display: inline-block;
    width: 532px;
    max-width: 95%;
    vertical-align: middle;
    overflow: hidden;
    padding: 32px 0;
}
.modal_box {
    overflow: hidden;
    border-radius: 8px;
}
.modal_header {
    background-color: var(--whatsapp);
    padding: 24px 32px;
}
.modal_header-icon {
    width: 48px;
    height: 48px;
    fill: var(--white);
    margin: 0 16px 0 0;
}
.modal_header-title-area {
    width: auto;
    flex: 1;
    min-width: 0;
}
.modal_header-title {
    font-size: 22px;
    margin: 0 0 8px;
}
.modal_close {
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 0 0 0 16px;
    opacity: 0.5;
}
.modal_close:before,
.modal_close:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--white);
}
.modal_close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_header-description {
    font-size: 15px;
}
.modal_body {
    background-color: var(--white);
    padding: 32px;
}
@media (max-width: 992px) {
    .modal_holder {
        padding: 24px 0;
    }
    .modal_header {
        padding: 20px 24px;
    }
    .modal_body {
        padding: 24px;
    }
    .modal_header-icon {
        width: 42px;
        height: 42px;
        margin: 0 14px 0 0;
    }
    .modal_header-title {
        font-size: 18px;
        margin: 0 0 6px;
    }
    .modal_header-description {
        font-size: 13px;
    }
    .modal_close {
        width: 20px;
        height: 20px;
        margin: 0 0 0 14px;
    }
}
@media (max-width: 575px) {
    .modal_holder {
        padding: 16px 0;
    }
    .modal_header,
    .modal_body {
        padding: 14px 16px;
    }
    .modal_header-icon {
        width: 34px;
        height: 34px;
        margin: 0 10px 0 0;
    }
    .modal_header-title {
        font-size: 14px;
        margin: 0 0 4px;
    }
    .modal_header-description {
        font-size: 11px;
        line-height: 1.2;
    }
    .modal_close {
        width: 18px;
        height: 18px;
        margin: 0 0 0 10px;
    }
}
.warning {
    left: 0;
    bottom: 15px;
    right: 0;
    z-index: 997;
}
.warning_box {
    background-color: var(--white);
    box-shadow: 0 0 20px var(--shadow-3);
    border-radius: 8px;
    padding: 15px;
}
.warning_text-area {
    width: 88%;
}
.warning_text {
    font-size: 14px;
}
.warning_link {
    color: var(--primary-color);
}
.warning_button-area {
    width: 9%;
}
.warning_button {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    padding: 8px;
}
.lgpd_text-area p:not(:last-child) {
    margin: 0 0 15px;
}
.lgpd_text-area h3 {
    margin: 40px 0 15px;
}
@media (min-width: 993px) {
    .warning_link:hover {
        color: var(--gray-1);
    }
    .warning_button:hover {
        background-color: var(--white);
        color: var(--primary-color);
    }
}
@media (max-width: 1400px) {
    .warning_box {
        padding: 12px;
    }
    .warning_text-area {
        width: 88%;
    }
    .warning_text {
        font-size: 12px;
    }
    .warning_button {
        font-size: 12px;
        padding: 7px;
    }
    .warning_button-area {
        width: 10%;
    }
}
@media (max-width: 992px) {
    .warning_box {
        padding: 10px;
    }
    .warning_text-area {
        width: 85%;
    }
    .warning_text {
        font-size: 11px;
    }
    .warning_button {
        font-size: 11px;
        padding: 6px;
    }
    .warning_button-area {
        width: 13%;
    }
}
@media (max-width: 575px) {
    .warning_box.beetween {
        justify-content: center;
    }
    .warning_box {
        padding: 10px;
    }
    .warning_text {
        font-size: 10px;
    }
    .warning_button-area {
        width: 30%;
        margin: 8px 0 0;
    }
    .warning_button {
        font-size: 10px;
        padding: 6px;
    }
}
.footer {
    padding: 32px 0;
}
.footer_grid {
    grid-template-columns: 1fr 2fr 1fr;
}
.footer_lgpd-link,
.footer_copyright-title,
.footer_copyright-disclaimer,
.footer_author-text {
    color: var(--white);
    font-size: 13px;
}
.footer_copyright-disclaimer {
    font-size: 12px;
}
.footer_lgpd-link::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border: solid var(--white);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: 0 10px 2px 0;
}
.footer_copyright-title {
    text-wrap: balance;
    font-size: 13.5px;
    margin: 0 0 5px;
    letter-spacing: 0px;
}
.footer_author-logo {
    width: 55px;
    margin: 0 0 -1px 5px;
}
@media (min-width: 993px) {
    .footer_lgpd-link:hover {
        text-decoration: underline;
    }
}
@media (max-width: 1400px) {
    .footer {
        padding: 28px 0;
    }
    .footer_lgpd-link,
    .footer_copyright-title,
    .footer_copyright-disclaimer,
    .footer_author-text {
        font-size: 12px;
    }
    .footer_copyright-disclaimer {
        font-size: 11px;
    }
}
@media (max-width: 992px) {
    .footer {
        padding: 24px 0;
    }
    .footer_grid {
        grid-gap: 16px;
    }
    .footer_lgpd-link,
    .footer_copyright-title,
    .footer_copyright-disclaimer,
    .footer_author-text {
        font-size: 11px;
    }
    .footer_copyright-disclaimer {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .footer {
        padding: 20px 0;
    }
    .footer_grid {
        grid-gap: 12px;
    }
    .footer_lgpd-link,
    .footer_copyright-title,
    .footer_copyright-disclaimer,
    .footer_author-text {
        font-size: 10px;
    }
    .footer_copyright-disclaimer {
        font-size: 9px;
    }
    .footer_author-logo {
        width: 48px;
    }
}
