.btn a,
body .icon-play,
body header .header-menu .gridD #menu ul li,
body header .header-menu .gridD .btn-mobile span,
body main #documents .gridD .documents .document,
body main #comunications .right-content .contents .content a,
body main #faq .accordions .accordion h4,
body main #faq .accordions .accordion h4::before {
    transition: all 0.4s linear;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}
.loader {
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #e94e1b;
    height: 120px;
    width: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gridD {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
.btn a {
    padding: 16px 54px;
    background: #810C70;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: #fff;
    display: inline-block;
}
@media (max-width: 1300px) {
    .btn a {
        font-size: 14px;
        line-height: 17px;
        padding-right: 45px;
        padding-left: 45px;
    }
}
.btn a:hover {
    background: #5e5e5e;
}
.slick-arrow {
    height: 40px;
    width: 40px;
    z-index: 2;
}
.slick-arrow::before {
    content: "";
    height: 100%;
    width: 100%;
    background: url("../img/icon-arrow-purple-right.png") center center no-repeat;
    background-size: cover;
    display: block;
    opacity: 1;
}
.slick-arrow.slick-prev {
    left: 10px;
}
.slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: 10px;
}
html {
    height: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
    position: relative;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body ul,
body li,
body p,
body a {
    font-family: "Montserrat", sans-serif;
}
body a {
    color: inherit;
}
body img {
    display: block;
}
body .icon-play {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.35);
}
body .icon-play:hover {
    background: rgba(255, 255, 255, 0.2);
}
body .title {
    text-align: center;
}
body .title h2 {
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0.2em;
    font-weight: 900;
    text-transform: uppercase;
}
@media (max-width: 1300px) {
    body .title h2 {
        font-size: 40px;
        line-height: 51px;
    }
}
@media (max-width: 992px) {
    body .title h2 {
        font-size: 28px;
        line-height: 41px;
    }
}
body .title h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 11px;
}
@media (max-width: 1300px) {
    body .title h6 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 992px) {
    body .title h6 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
}
body .title p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    body .title p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 6px;
    }
}
body .title-orange h2 {
    color: #fd9138;
}
body .title-white h2,
body .title-white p {
    color: #fff;
}
body .title-purple h2 {
    color: #810c70;
}
body header .header-top {
    background: #810c70;
    padding-top: 21px;
    padding-bottom: 21px;
}
@media (max-width: 992px) {
    body header .header-top {
        padding: 15px 10px;
    }
}
body header .header-top .gridD {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body header .header-top .gridD p {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    body header .header-top .gridD p {
        font-size: 12px;
        font-weight: 400;
    }
    body header .header-top .gridD p span {
        display: block;
        font-weight: 700;
    }
}
body header .header-top .gridD .socials {
    display: flex;
}
body header .header-top .gridD .socials a {
    display: block;
}
body header .header-top .gridD .socials a + a {
    margin-left: 27px;
}
@media (max-width: 992px) {
    body header .header-top .gridD .socials a + a {
        margin-left: 20px;
    }
}
body header .header-menu {
    padding-top: 34px;
    padding-bottom: 42px;
    background: #fff;
    width: 100%;
}
@media (max-width: 1300px) {
    body header .header-menu {
        padding-top: 28px;
        padding-bottom: 32px;
    }
}
@media (max-width: 992px) {
    body header .header-menu {
        position: relative;
        padding-top: 15px;
        padding-bottom: 18px;
    }
}
body header .header-menu .gridD {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1300px) {
    body header .header-menu .gridD {
        padding-right: 15px;
        padding-left: 15px;
    }
}
body header .header-menu .gridD .logo img {
    max-width: 75%;
    height: auto;
}
@media (max-width: 1300px) {
    body header .header-menu .gridD .logo {
        max-width: 180px;
    }
}
@media (max-width: 992px) {
    body header .header-menu .gridD .logo {
        max-width: 130px;
    }
}
@media (max-width: 992px) {
    body header .header-menu .gridD #menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -1px;
        display: none;
    }
}
body header .header-menu .gridD #menu ul {
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    body header .header-menu .gridD #menu ul {
        display: block;
    }
}
body header .header-menu .gridD #menu ul li {
    display: block;
    text-transform: uppercase;
    color: #5e5e5e;
    letter-spacing: 0.1em;
}
@media (max-width: 992px) {
    body header .header-menu .gridD #menu ul li {
        padding: 15px;
        background: #fff;
        border-top: 1px solid rgba(94, 94, 94, 0.2);
    }
}
body header .header-menu .gridD #menu ul li:hover {
    color: #810c70;
}
body header .header-menu .gridD #menu ul li a {
    color: inherit;
    font-size: 10px;
}
body header .header-menu .gridD #menu ul li + li {
    margin-left: 13px;
}
@media (max-width: 1300px) {
    body header .header-menu .gridD #menu ul li + li {
        margin-left: 13px;
    }
}
@media (max-width: 992px) {
    body header .header-menu .gridD #menu ul li + li {
        margin-left: auto;
    }
}
body header .header-menu .gridD .btn-mobile {
    display: none;
}
@media (max-width: 992px) {
    body header .header-menu .gridD .btn-mobile {
        display: block;
    }
}
body header .header-menu .gridD .btn-mobile span {
    height: 4px;
    width: 35px;
    background: #810c70;
    display: block;
    position: relative;
}
body header .header-menu .gridD .btn-mobile span + span {
    margin-top: 6px;
}
body header .header-menu .gridD .btn-mobile.active span:first-child {
    top: 10px;
    transform: rotate(45deg);
}
body header .header-menu .gridD .btn-mobile.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
body header .header-menu .gridD .btn-mobile.active span:last-child {
    bottom: 10px;
    transform: rotate(-45deg);
}
body header.menu-sticky {
    padding-bottom: 130px;
}
body header.menu-sticky .header-menu {
    position: fixed;
    z-index: 11;
    top: 0;
    box-shadow: 0 3px 15px rgba(32, 32, 32, 0.2);
}
body main #banner h1 img {
    width: 617px;
    position: relative;
    left: -193px;
}
body main #banner .gridD {
    position: relative;
}
body main #banner h1 {
    font-size: 63px;
    text-align: left;
    color: #5e5e5e;
    position: absolute;
    right: -6vw;
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta a posição para realmente centralizar */
    font-weight: 400;
}
body main #banner h1 span {
    display: flex;
    justify-content: center;
    background: #810C70;
    color: #fff;
    height: 99px;
    align-items: center;
    font-weight: 500;
    border-radius: 24px;
}
@media (max-width: 992px) {
    body main #banner h1 span {
        height: 53px;
        font-size: 20px;

    }
    body main #banner h1 {
        right: 0;
    }
}
body main #banner {
    background: url("../img/banner.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 340px;
    padding-bottom: 339px;
}
@media (max-width: 1300px) {
    body main #banner img {
        max-width: 346px;
    }

    body main #banner {
        padding-top: 220px;
        padding-bottom: 219px;
    } 
    body main #banner h1 {
        font-size: 52px;
        right: -3vw;

    }
    body main #banner h1 span {
        height: 84px; 

    }
}
@media (max-width: 992px) {
    body main #banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    body main #banner img {
        max-width: 210px;
        left: 0 !important;
        width: 100%;
        margin: auto;
    }
}
body main #banner a {
    display: inline-block;
}
body main #timeline {
    background: url("../img/bg-timeline.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
}
body main #timeline img {
    width: 100%;
}

body main #timeline {
    background: url(../img/bg-timeline.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 99px;
}
@media (max-width: 992px) {
    body main #timeline {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
body main #timeline .title {
    margin-bottom: 46px;
}
@media (max-width: 992px) {
    body main #timeline .title {
        margin-bottom: 30px;
    }
}
body main #timeline .gridD {
    max-width: 1535px;
}
@media (max-width: 1550px) {
    body main #timeline .gridD {
        padding-right: 10px;
        padding-left: 10px;
    }
}
body main #timeline .gridD .timeline {
    border: 1px solid #fff;
    height: 514px;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    body main #timeline .gridD .timeline {
        height: 425px;
    }
}
body main #timeline .gridD .timeline .slick-list,
body main #timeline .gridD .timeline .slick-track {
    height: 100%;
}
body main #timeline .gridD .timeline .date {
    max-width: 251px;
    width: 251px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date {
        max-width: 200px;
        width: 200px;
    }
}
body main #timeline .gridD .timeline .date-info {
    border-bottom: 4px solid #fff;
    margin-bottom: 56px;
    padding-bottom: 22px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-info {
        margin-bottom: 40px;
        border-width: 3px;
        padding-bottom: 15px;
    }
}
body main #timeline .gridD .timeline .date-info p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-info p {
        font-size: 11px;
        line-height: 15px;
    }
}
body main #timeline .gridD .timeline .date-info p + p {
    margin-top: 16px;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-info p + p {
        margin-top: 14px;
    }
}
body main #timeline .gridD .timeline .date-month {
    height: 95px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-month {
        height: 70px;
    }
}
body main #timeline .gridD .timeline .date-month::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 56px;
    width: 4px;
    background: #fff;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-month::before {
        height: 40px;
        width: 3px;
    }
}
body main #timeline .gridD .timeline .date-month h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d16922;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date-month h6 {
        font-size: 14px;
        line-height: 16px;
    }
}
body main #timeline .gridD .timeline .date + .date {
    margin-left: 31px;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date + .date {
        margin-left: 20px;
    }
}
body main #timeline .gridD .timeline .date:nth-child(even) .date-info {
    border-color: #ffd8a2;
    top: 100%;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 55px;
    border-bottom: none;
    border-top: 4px solid #ffd8a2;
    padding-bottom: 0;
    padding-top: 22px;
}
@media (max-width: 768px) {
    body main #timeline .gridD .timeline .date:nth-child(even) .date-info {
        padding-top: 15px;
        border-width: 3px;
        margin-top: 40px;
    }
}
body main #timeline .gridD .timeline .date:nth-child(even) .date-month {
    background: #ffd8a2;
}
body main #timeline .gridD .timeline .date:nth-child(even) .date-month::before {
    background: #ffd8a2;
    top: 100%;
    bottom: auto;
}
body main #documents {
    position: relative;
    overflow: hidden;
    padding-top: 83px;
    padding-bottom: 71px;
}
@media (max-width: 992px) {
    body main #documents {
        padding-top: 40px;
        padding-bottom: 35px;
    }
}
body main #documents::before,
body main #documents::after {
    content: "";
    position: absolute;
    top: 255px;
    left: 50%;
    transform: translateX(-50%);
    height: 607px;
    width: 771px;
    background: url("../img/bg-icon-plus.png") center center no-repeat;
    background-size: cover;
}
body main #documents::after {
    margin-left: 919px;
}
body main #documents::before {
    margin-left: -930px;
}
body main #documents .gridD {
    max-width: 927px;
}
@media (max-width: 1300px) {
    body main #documents .gridD {
        max-width: 780px;
    }
}
body main #documents .gridD .title {
    margin-bottom: 59px;
}
@media (max-width: 992px) {
    body main #documents .gridD .title {
        margin-bottom: 20px;
    }
}
body main #documents .gridD .title h2 {
    letter-spacing: 0em;
}
body main #documents .gridD .documents {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
@media (max-width: 992px) {
    body main #documents .gridD .documents {
        display: block;
    }
}
body main #documents .gridD .documents .document {
    height: 172px;
    width: calc(50% - 17px);
    box-sizing: border-box;
    padding: 26px 32px 23px 36px;
    background: #fd9138;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 34px;
    margin-bottom: 34px;
}
@media (max-width: 992px) {
    body main #documents .gridD .documents .document {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        height: 140px;
        width: 300px;
        padding: 20px 25px 18px 26px;
    }
}
body main #documents .gridD .documents .document:hover {
    background: #5e5e5e;
}
body main #documents .gridD .documents .document:hover h3 {
    color: #fd9138;
}
body main #documents .gridD .documents .document h3 {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.066em;
    color: #810c70;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 11px;
}
@media (max-width: 1300px) {
    body main #documents .gridD .documents .document h3 {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 11px;
    }
}
@media (max-width: 992px) {
    body main #documents .gridD .documents .document h3 {
        margin-bottom: 5px;
    }
}
body main #documents .gridD .documents .document p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.075em;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 1300px) {
    body main #documents .gridD .documents .document p {
        font-size: 11px;
        line-height: 21px;
    }
}
body main #documents .gridD .documents .document h5 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.066em;
    color: #fff;
}
@media (max-width: 1300px) {
    body main #documents .gridD .documents .document h5 {
        font-size: 13px;
        line-height: 17px;
    }
}
body main #documents .gridD .documents .document-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body main #documents .gridD .documents .document:nth-child(2n) {
    margin-right: 0;
}
@media (max-width: 992px) {
    body main #documents .gridD .documents .document:nth-child(2n) {
        margin-right: auto;
        margin-left: auto;
    }
}
body main #documents .gridD .documents .document-purple {
    background: #810c70;
}
body main #documents .gridD .documents .document-purple h3 {
    color: #fd9138;
}
body main #documents .gridD .btn {
    text-align: center;
    padding-top: 33px;
}
@media (max-width: 992px) {
    body main #documents .gridD .btn {
        padding-top: 15px;
    }
}
body main #comunications {
    display: flex;
    overflow: hidden;
}
@media (max-width: 992px) {
    body main #comunications {
        display: block;
    }
}
body main #comunications .left-content {
    min-width: 38.28%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    background: #BFBFBF;
}
@media (max-width: 1450px) {
    body main #comunications .left-content {
        min-width: 32%;
    }
}
@media (max-width: 992px) {
    body main #comunications .left-content {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
body main #comunications .left-content .text {
    max-width: 375px;
    margin-right: 62px;
}
@media (max-width: 1450px) {
    body main #comunications .left-content .text {
        margin-right: 30px;
    }
}
@media (max-width: 1300px) {
    body main #comunications .left-content .text {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 992px) {
    body main #comunications .left-content .text {
        margin-right: auto;
        margin-left: auto;
        max-width: 300px;
    }
}
body main #comunications .left-content h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 9px;
}
@media (max-width: 1300px) {
    body main #comunications .left-content h5 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 6px;
    }
}
body main #comunications .left-content h3 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #363636;
}
@media (max-width: 1300px) {
    body main #comunications .left-content h3 {
        font-size: 25px;
        line-height: 32px;
    }
}
body main #comunications .left-content p {
    font-size: 20px;
    line-height: 24px;
    color: #363636;
    opacity: 0.5;
    margin-bottom: 24px;
}
@media (max-width: 1300px) {
    body main #comunications .left-content p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1200px) {
    body main #comunications .left-content .btn a {
        padding-right: 30px;
        padding-left: 30px;
    }
}
body main #comunications .right-content {
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 75px;
    background: #E6E6E6;
    width: 100%;
}
@media (max-width: 1450px) {
    body main #comunications .right-content {
        padding-left: 45px;
    }
}
@media (max-width: 992px) {
    body main #comunications .right-content {
        padding-left: 0;
    }
}
body main #comunications .right-content .contents {
    display: flex;
}
@media (max-width: 992px) {
    body main #comunications .right-content .contents {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents {
        max-width: 280px;
    }
}
@media (max-width: 350px) {
    body main #comunications .right-content .contents {
        max-width: 250px;
    }
}
body main #comunications .right-content .contents .slick-arrow {
    top: 115px;
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents .slick-arrow {
        height: 30px;
        width: 30px;
    }
}
body main #comunications .right-content .contents .slick-arrow::before {
    background-image: url("../img/icon-arrow-top.png");
}
body main #comunications .right-content .contents .slick-arrow.slick-prev {
    left: -40px;
    margin-left: -15px;
    background: #800c6f;
    border-radius: 6px;
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents .slick-arrow.slick-prev {
        left: -30px;
        margin-left: -5px;
    }
}
@media (max-width: 350px) {
    body main #comunications .right-content .contents .slick-arrow.slick-prev {
        margin-left: 5px;
    }
}
body main #comunications .right-content .contents .slick-arrow.slick-prev::before {
    transform: rotate(270deg);
}
body main #comunications .right-content .contents .slick-arrow.slick-next {
    left: 52vw;
    margin-right: -15px; 
    background: #800c6f;
    border-radius: 6px;
    z-index: 10000;
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents .slick-arrow.slick-next {
        right: -30px;
        margin-right: -5px;
    }
}
@media (max-width: 350px) {
    body main #comunications .right-content .contents .slick-arrow.slick-next {
        margin-right: 5px;
    }
}
body main #comunications .right-content .contents .slick-arrow.slick-next::before {
    transform: rotate(90deg);
}
body main #comunications .right-content .contents .content {
    max-width: 246px;
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents .content {
        max-width: 200px;
    }
}
body main #comunications .right-content .contents .content-image {
    height: 246px;
    width: 246px;
    display: block;
    background-size: cover;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    body main #comunications .right-content .contents .content-image {
        height: 200px;
        width: 200px;
    }
}
body main #comunications .right-content .contents .content + .content {
    margin-left: 21px;
}
body main #comunications .right-content .contents .content h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #810C70;
    text-transform: uppercase;
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    body main #comunications .right-content .contents .content h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}
body main #comunications .right-content .contents .content p,
body main #comunications .right-content .contents .content a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #535353  ;
}
@media (max-width: 992px) {
    body main #comunications .right-content .contents .content p,
    body main #comunications .right-content .contents .content a {
        font-size: 12px;
        line-height: 16px;
    }
}
body main #comunications .right-content .contents .content a {
    text-transform: uppercase;
    color: #fd9138;
    margin-top: 12px;
    display: inline-block;
}
body main #comunications .right-content .contents .content a:hover {
    color: #5e5e5e;
}

body .left .title-purple h2 {
    color: #810c70;
    text-align: left;
}
.left {
    text-align: left;
}
body .left .title-purple h2 span {
    color: #4E4E4E;
    font-size: 30px;
    font-weight: 500;
}
body main #simulator {
    padding-top: 133px;
    padding-bottom: 133px;
    text-align: center;
    background: url("../img/banner-simulador.png") center center no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width: 1300px) {
    body main #simulator img {
        max-width: 120px;
    }
}
@media (max-width: 992px) {
    body main #simulator {
        padding-top: 121px;
        background-position-x: left;
        padding-bottom: 121px;
    }
    body main #simulator img {
        max-width: 80px;
    }
}
small {
    position: relative;
    left: 2vw;
}
header {
    z-index: 100000;
    position: relative;
}

body main #video {
    padding-top: 133px;
    padding-bottom: 133px;
    text-align: center;
    background: url("../img/bg-video.png") center center no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width: 1300px) {
    body main #video img {
        max-width: 120px;
    }
    .left {
        /* text-align: center; */
    }
    body .left .title-purple h2 {
        color: #810c70;
        /* text-align: center; */
    }
}
@media (max-width: 992px) {
    body main #video {
        padding-top: 121px;
        padding-bottom: 121px;
    }
    body main #video img {
        max-width: 80px;
        max-width: 190px;
        margin-bottom: -20px!important;
    }
}
body main #video h3 img {
    margin-bottom: -45px;
}

body main #video h3 {
    text-align: left !important;
    color: #fff;
    font-size: 77px;
    line-height: 67px;
    font-weight: 400;
    margin-inline-start: 15vw;
}
body main #video a {
    display: inline-block;
    position: relative;
}
body main #faq {
    padding-top: 79px;
    padding-bottom: 128px;
}
@media (max-width: 992px) {
    body main #faq {
        padding-top: 35px;
        padding-bottom: 50px;
    }
}
body main #faq .gridD {
    max-width: 1260px;
}
@media (max-width: 1300px) {
    body main #faq .gridD {
        max-width: 990px;
    }
}
@media (max-width: 992px) {
    body main #faq .gridD {
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
    }
}
body main #faq .title {
    margin-bottom: 77px;
}
@media (max-width: 992px) {
    body main #faq .title {
        margin-bottom: 35px;
    }
}
body main #faq .title h2 {
    letter-spacing: 0;
}
body main #faq .accordions .accordion h4 {
    display: block;
    background: #fd9138;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 46px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 1300px) {
    body main #faq .accordions .accordion h4 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }
}
@media (max-width: 992px) {
    body main #faq .accordions .accordion h4 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    body main #faq .accordions .accordion h4 {
        font-size: 12px;
        line-height: 16px;
        padding-right: 40px;
        padding-left: 15px;
        letter-spacing: 0.1em;
    }
}
body main #faq .accordions .accordion h4:hover {
    background-color: #5e5e5e;
}
body main #faq .accordions .accordion h4::before {
    content: "";
    height: 48px;
    width: 48px;
    background: url("../img/icon-arrow-top.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1300px) {
    body main #faq .accordions .accordion h4::before {
        height: 30px;
        width: 30px;
        right: 30px;
    }
}
@media (max-width: 992px) {
    body main #faq .accordions .accordion h4::before {
        height: 20px;
        width: 20px;
        right: 20px;
    }
}
@media (max-width: 768px) {
    body main #faq .accordions .accordion h4::before {
        right: 10px;
    }
}
@media (max-width: 992px) {
    body main #video h3 {
        font-size: 28px;
        line-height: 31px;
    }
}
body main #faq .accordions .accordion p {
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
    color: #5e5e5e;
    padding-left: 46px;
    padding-right: 46px;
    display: none;
}
@media (max-width: 1300px) {
    body main #faq .accordions .accordion p {
        font-size: 16px;
        line-height: 23px;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 992px) {
    body main #faq .accordions .accordion p {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }
}
body main #faq .accordion {
    margin-bottom: 25px;
}
/* body main #faq .accordions .accordion + .accordion {
    margin-top: 28px;
} */
@media (max-width: 1300px) {
    body main #faq .accordions .accordion + .accordion {
        margin-top: 18px;
    }
}
body main #faq .accordions .accordion:nth-child(even) h4 {
    background-color: #810c70;
}
body main #faq .accordions .accordion:nth-child(even) h4:hover {
    background-color: #5e5e5e;
}
body main #faq .accordions .accordion-active h4::before {
    transform: translateY(-50%) rotate(0);
}
body main #contacts {
    padding-top: 54px;
    padding-bottom: 88px;
    background: #E6E6E6;
}
@media (max-width: 992px) {
    body main #contacts {
        padding-top: 34px;
        padding-bottom: 50px;
    }
}
body main #contacts .gridD {
    max-width: 1400px;
}
@media (max-width: 1450px) {
    body main #contacts .gridD {
        max-width: 1200px;
    }
}
@media (max-width: 1300px) {
    body main #contacts .gridD {
        max-width: 990px;
    }
}
body main #contacts .title {
    margin-bottom: 65px;
}
@media (max-width: 992px) {
    body main #contacts .title {
        margin-bottom: 25px;
    }
}
body main #contacts .title h2 {
    letter-spacing: 0;
}
body main #contacts .contacts {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    body main #contacts .contacts {
        flex-direction: column;
        justify-content: center;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}
body main #contacts .contacts .contact {
    display: flex;
    align-items: center;
}
body main #contacts .contacts .contact img {
    margin-right: 45px;
}
@media (max-width: 1450px) {
    body main #contacts .contacts .contact img {
        margin-right: 30px;
        max-width: 65px;
    }
}
@media (max-width: 1300px) {
    body main #contacts .contacts .contact img {
        max-width: 50px;
        margin-right: 25px;
    }
}
@media (max-width: 992px) {
    body main #contacts .contacts .contact img {
        max-width: 30px;
        margin-right: 15px;
    }
}
body main #contacts .contacts .contact p {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: #484848;
    letter-spacing: 0.1em;
}
@media (max-width: 1450px) {
    body main #contacts .contacts .contact p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1300px) {
    body main #contacts .contacts .contact p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 992px) {
    body main #contacts .contacts .contact p {
        font-size: 14px;
        line-height: 22px;
    }
}
body main #contacts .contacts .contact p strong {
    font-style: italic;
    font-weight: 800;
}
body main #contacts .contacts .contact p span,
body main #contacts .contacts .contact p a {
    color: #810C70;
}
body footer {
    padding-top: 80px;
    padding-bottom: 96px;
    text-align: center;
    background-color: #810C70;
}
@media (max-width: 1300px) {
    body footer {
        padding-top: 50px;
        padding-bottom: 66px;
    }
}
@media (max-width: 992px) {
    body footer {
        padding-top: 30px;
        padding-bottom: 45px;
    }
}
body footer .logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1300px) {
    body footer .logo img {
        max-width: 180px;
    }
}
@media (max-width: 992px) {
    body footer .logo img {
        max-width: 130px;
    }
}
body footer .plan-admins h4 {
    margin-bottom: -9px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #5e5e5e;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 33px;
}
@media (max-width: 1300px) {
    body footer .plan-admins h4 {
        font-size: 12px;
        margin-top: 23px;
    }
}
body footer .companies {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    body footer .companies {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 1300px) {
    body footer .companies img {
        max-height: 65px;
    }
}
@media (max-width: 992px) {
    body footer .companies img {
        margin-right: auto;
        margin-left: auto;
    }
}
body footer .companies img + img {
    margin-left: 19px;
}
@media (max-width: 992px) {
    body footer .companies img + img {
        margin-right: auto;
        margin-left: auto;
    }
}
