body {
    font-family: 'Roboto', sans-serif;
    color: #313030;
    font-size: 19px;
    line-height: 1.33;
}

p {
    margin-bottom: 15px;
}

a {
    color: #313030;
    text-decoration: none;
    transition: .35s all;
}

a:hover {
    color: #FD8B02;
}

p:last-child {
    margin-bottom: 0;
}

#header {
    background-color: #FD8B02;
    height: 62px;
    position: relative;
    z-index: 99;
    width: 100%;
}

#logo img {
    height: 68px;
}

.hero {
    min-height: 1080px;
    height: 100vh;
    position: relative;
    margin-top: -62px;
}

#content {
    position: relative;
    z-index: 90;
}

/* .hero .header-image { */
    /* height: 682px;
    position: absolute;
    left: -185px;
    top: 50%;
    transform: translateY(-50%); */
    /* height: 682px;
    position: absolute;
    left: -185px;
    top: 62px;
    margin-top: 155px;
    object-fit: contain;
    object-position: top;
} */

.hero .header-image {
    height: 100vh;
    position: absolute;
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    object-position: bottom;
    min-height: 900px;
}

.hero .hero-content {
    padding: 60px 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
    margin-top: -21px;
    width: 90%;
    background: rgb(253 139 2 / 59%);
    border-radius: 38px;
}

.hero .hero-content h4 {
    margin-bottom: 0;
    color: #393838;
    text-align: center;
}

.hero .container {
    position: relative;
    height: 100vh;
    min-height: 900px;
}

.hero .hero-content h1 {
    font-size: 96px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.15625;
}

.hero .hero-content h4 {
    font-weight: 500;
    font-size: 41px;
    color: #313030;
    line-height: 1.46341463415;
    margin-top: -10px;
}

.thumbnail-video {
    padding-top: 62px;
    padding-bottom: 124px;
    text-align: center;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FD8B02;
    margin-bottom: 3px;
}

.section-description {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.473684210526316;
    letter-spacing: -0.4px;
}

.open-video {
    width: 570px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    border-radius: 26px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.open-video:hover {
    cursor: pointer;
}

.open-video:before {
    content: '';
    background-image: url(../images/play.svg);
    width: 219px;
    height: 252px;
    background-size: contain;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .35s all;
}

.open-video:hover::before {
    transform: translate(-50%, -50%) scale(105%);
}

.open-video img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 8px;
}

#disrupter {
    position: fixed;
    z-index: 995;
    right: -14px;
    bottom: 143px;
}

.modal {
    z-index: 9999;
}

#disrupter .inner {
    max-width: 328px;
    background-color: #FD8B02;
    border: 2px solid #FD8B02;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#disrupter.show .inner {
    opacity: 1;
    visibility: visible;
}

#disrupter .inner:hover {
    background: #fff;
    border-color: #FD8B02;
    cursor: pointer;
}

#disrupter p {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
    padding: 13px 20px;
    line-height: 1.47368421053;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#disrupter p a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#disrupter.show .inner p:hover,
#disrupter.show .inner p:hover a {
    color: #FD8B02;
}

.steps {
    padding-top: 124px;
    padding-bottom: 124px;
}

.steps .section-header {
    text-align: center;
    padding-bottom: 124px;
}

.steps .item img {
    max-width: 344px;
    max-height: 266px;
    margin-left: auto;
    margin-right: auto;
}

.steps .item img + .item-content {
    margin-top: 53px;
}

.steps .item .item-content {
    max-width: 334px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.steps .item {
    padding-left: 85px;
    padding-right: 30px;
}

.steps .item .item-content .counter {
    font-size: 100px;
    font-weight: 700;
    color: #FD8B02;
    letter-spacing: -3px;
    position: absolute;
    left: -90px;
    top: -72px;
}

.steps .item .item-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FD8B02;
    margin-bottom: 15px;
}

.steps .item .item-content p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47368421053;
}

.elements {
    padding-top: 124px;
    padding-bottom: 124px;
}

.elements .section-header {
    max-width: 50%;
    margin: 0 auto;
}

.elements .items {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    gap: 76px 144px;
    overflow: hidden;
}

.elements .items > div {
    width: calc(50% - 72px);
}

.elements .item {
    border: 2px solid #FD8B02;
    border-radius: 38px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    margin-right: -80px;
    display: flex;
    align-items: center;
    gap: 62px;
}

.elements .item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FD8B02;
    margin-bottom: 15px;
}

.elements .item p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47368421053;
}

.elements .item .item-content {
    max-width: 492px;
}

.elements .item img {
    width: 125px;
    height: auto;
    max-height: 125px;
    flex: none;
}

.testimonials {
    padding-top: 124px;
    padding-bottom: 124px;
}

.testimonials .section-header {
    text-align: center;
}

.testimonials .item-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FD8B02;
    margin-bottom: 0;
}

.testimonials .item-header h6 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.68421052632;
    color: #FD8B02;
}

.testimonials .item-header + .item-content {
    margin-top: 50px;
}

.testimonials .item-content p {
    font-size: 19px;
    line-height: 1.68421052632;
    font-weight: 500;
    margin-bottom: 23px;
}

.testimonials .section-content {
    padding-top: 100px;
}

.testimonials .item {
    /* max-width: 390px; */
}

.review {
    display: flex;
    gap: 23px;
}

.review span {
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.review span.filled {
    background-image: url(../images/star-filled.svg);
}

.contact {
    padding-top: 124px;
    padding-bottom: 124px;
}

.contact .section-description {
    max-width: 72%;
}

.contact .section-header + .section-content {
    margin-top: 82px;
}

.contact-box {
    width: calc(100% + 160px);
    margin-left: -80px;
    transition: .35s all;
    display: flex;
    gap: 20px;
}

.contact-box form {
    border: 2px solid #FD8B02;
    border-radius: 85px 0 0 85px;
    padding-top: 82px;
    padding-bottom: 82px;
    padding-left: 82px;
    padding-right: 82px;
    flex: 1 1 70%;
}

.whatsapp-section {
    flex: 1 1 30%;
    border: 2px solid #24AB37;
    border-radius: 0 85px 85px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whatsapp-section img {
    margin: 0 auto;
    margin-top: 30px;
}

.whatsapp-section .whatsapp-content {
    padding: 62px;
    color: #24AB37;
    font-size: 19px;
    line-height: 1.68421052632;
    font-weight: 500;
    text-align: center;
}

.whatsapp-section .whatsapp-content .phone {
    font-size: 32px;
    font-weight: 700;
}

.contact-box.submitting {
    opacity: .3;
    pointer-events: none;
}

.contact-box input[type="checkbox"] {
    display: none;
}

.contact-box label {
    font-size: 19px;
    line-height: 1.68421052632;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-box input {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #FD8B02 !important;
    max-width: 472px;
}

.contact-box input:focus {
    box-shadow: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    /* max-width: 90%; */
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 0;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-2 + label {
    border: 2px solid #FD8B02;
    border-radius: 12px;
    margin-top: 62px;
    line-height: 1;
    transition: .35s all;
    outline: 0 !important;
}

.inputfile-2 + label:hover {
    background-color: #FD8B02;
    color: #fff;
}

.inputfile-2 + label span {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}

.inputfile-2 + label img {
    width: 20px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.inputfile-2 + label img.hover {
    display: none;
}

.inputfile-2 + label:hover img.hover {
    display: block;
}

.inputfile-2 + label:hover img.no-hover {
    display: none;
}

.contact button {
    border: 2px solid #FD8B02;
    background-color: #FD8B02;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 16px;
    float: right;
    transition: .35s all;
}

.contact button:hover {
    background-color: transparent;
    color: #313030;
}

.faq {
    padding-top: 124px;
    padding-bottom: 124px;
}

.faq .section-header {
    text-align: center;
}

.faq .section-description {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.faq .section-content {
    margin-top: 50px;
}

.faq .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 62px;
}

.faq .item {
    background: #FD8B02;
    border: 2px solid #FD8B02;
    border-radius: 21px;
    color: #fff;
    line-height: 1.2;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    /* white-space: nowrap; */
    transition: .35s all;
}

.faq .item:hover {
    background: transparent;
    color: #313030;
    cursor: pointer;
}

#footer {
    background-color: #FD8B02;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 19px;
    font-weight: 500;
    margin-top: -1px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    transform: scale(1.01);
}

.footer-inner {
    display: flex;
    line-height: 1;
}

.footer-inner ul {
    margin-left: auto;
}

.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.footer-menu li {
    display: inline-block;
}

.copyright {
    margin: 0;
}

.modal .modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal .close {
    width: 20px;
    height: 22px;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 32px;
    right: 32px;
}

.modal .modal-header {
    border: 0;
    padding-bottom: 0;
    padding-top: 50px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}

.modal .modal-content {
    border: 0;
    border-radius: 50px;
}

.modal .modal-body {
    padding-bottom: 50px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}

.modal h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #FD8B02;
}

.modal p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.473684210526316;
}

.modal .container {
    padding-left: 85px;
    padding-right: 85px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    width: 13px;
    height: 20px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .35s all;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -75px;
    width: 13px;
    height: 20px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .35s all;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    width: 16px;
    height: 23px;
}

.owl-carousel .owl-nav button.owl-next:hover {
    width: 16px;
    height: 23px;
}

.owl-nav button span {
    display: none;
}

#disrupter .mobile-view {
    display: none;
}

.hero-content .desktop-view {
    display: inline-block;
}

.hero-content .mobile-view {
    display: none;
}

.modal video {
    width: 100%;
}

.modal .modal-body, .modal .modal-header {
    padding-left: 30px;
    padding-right: 30px;
}

#cookiebar {
    background: #FD8B02;
    color: #fff;
    border-radius: 22px 22px 0 0;
    position: sticky;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    justify-content: center;
    gap: 15px;
    align-items: center;
    transition: .35s all;
}

#cookiebar p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
}

.cookie-ok {
    background: #569245;
    color: #fff !important;
    border-radius: 13px;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 700;
}

.cookie-more-info {
    background: #fff;
    color: #FD8B02 !important;
    border-radius: 13px;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 300;
}

.hero-content a {
    position: absolute;
    bottom: -23px;
    right: 15%;
    background-color: #FD8B02;
    border: 2px solid #FD8B02;
    padding: 10px 15px;
    border-radius: 16px;
    font-weight: 500;
    color: #fff;
    transition: .35s all;
}

.hero-content a:hover {
    background: #fff;
    color: #FD8B02;
}

#myForm textarea {
    width: 100%;
    padding: 17px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #FD8B02 !important;
    max-width: 100%;
    box-shadow: none;
}