:root{--header-height: 3rem;--hue: 0;--sat: 0%;--title-color: hsl(var(--hue), var(--sat), 100%);--text-color: hsl(var(--hue), var(--sat), 70%);--body-color: hsl(var(--hue), var(--sat), 10%);--container-color: #111111;--yellow: #c4a727;--yellow-light: #f7b500;--brown: #d6b27f;--gray: #c0baaf;--body-font: "Barlow", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--tiny-font-size: .625rem;--font-normal: 400;--font-medium: 500;--font-semi-bold: 600;--font-bold: 800;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--mb-4: 4rem;--mb-5: 5rem;--mb-6: 6rem;--z-none: 0;--z-main: 1;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000}::-moz-selection{background:var(--yellow);color:#fff}::selection{background:var(--yellow);color:#fff}::-webkit-scrollbar{width:.4rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--yellow)}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}.hidden{visibility:hidden}.d-none{display:none!important}.text-warning{color:var(--yellow)}.text-muted{color:gray}.alert{margin-top:1rem;padding:1rem;color:#fff}.alert.alert-danger{background-color:#721c24}section{margin-top:12rem!important;margin-bottom:12rem!important}.section_title,.section_subtitle{text-align:center;text-transform:uppercase;margin-bottom:1rem}.section_title{color:var(--yellow);font-weight:400}.section_subtitle{font-size:2.8rem;font-weight:500;margin-bottom:5rem}@media screen and (max-width: 992px){:root{--big-font-size: 2.75rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}.container{padding-right:1rem;padding-left:1rem}.container:not(.is-fluid){margin:0 auto}@media only screen and (min-width: 600px){.container:not(.is-fluid){width:100%;max-width:570px}}@media only screen and (min-width: 900px){.container:not(.is-fluid){width:100%;max-width:860px}}@media only screen and (min-width: 1200px){.container:not(.is-fluid){width:100%;max-width:1150px}}@media only screen and (min-width: 1800px){.container:not(.is-fluid){width:100%;max-width:1400px}}.container-sm{margin:0 auto;padding-right:1rem;padding-left:1rem;width:100%}@media only screen and (min-width: 600px){.container-sm{max-width:570px}}@media only screen and (min-width: 900px){.container-sm{max-width:860px}}@media only screen and (min-width: 1200px){.container-sm{max-width:1150px}}@media only screen and (min-width: 1800px){.container-sm{max-width:1400px}}.container-md{margin:0 auto;padding-right:1rem;padding-left:1rem;width:100%}@media only screen and (min-width: 900px){.container-md{max-width:860px}}@media only screen and (min-width: 1200px){.container-md{max-width:1150px}}@media only screen and (min-width: 1800px){.container-md{max-width:1400px}}.container-lg{margin:0 auto;padding-right:1rem;padding-left:1rem;width:100%}@media only screen and (min-width: 1200px){.container-lg{max-width:1150px}}@media only screen and (min-width: 1800px){.container-lg{max-width:1400px}}.container-xl{margin:0 auto;padding-right:1rem;padding-left:1rem;width:100%}@media only screen and (min-width: 1800px){.container-xl{max-width:1400px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,select,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{background-color:var(--body-color);color:var(--text-color);font-family:var(--body-font)}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}.splide__pagination{counter-reset:pagination-num}.splide__pagination__page.is-active{transform:scale(1.2)!important;z-index:1;background-color:var(--yellow)!important}.splide__pagination__page{opacity:1!important;color:#fff!important;border-radius:0!important;width:21px!important;height:21px!important;background-color:#000!important}.splide__pagination__page:before{color:#fff!important;counter-increment:pagination-num!important;content:counter(pagination-num)!important}.header{position:fixed;top:0;right:0;width:100%}.header_logo{opacity:1;height:3rem;transition:opacity .3s ease}@media only screen and (min-width: 900px){.header_logo{opacity:0}}.header_content{padding:var(--mb-1) var(--mb-1);display:flex;align-items:center;justify-content:space-between}.header_burger-toggle{z-index:10;cursor:pointer}.header_burger-toggle div{margin-top:.25rem;width:1.5rem;height:.15rem;background-color:var(--yellow);border-radius:8px}.burger_content{padding:4rem}#burger_close{position:absolute;top:.5rem;right:2rem;cursor:pointer;font-size:3.5rem;color:var(--yellow)}.header_burger{position:fixed;visibility:hidden;opacity:0;top:0;right:0;height:100%;width:100%;background:rgba(0,0,0,.95);transition:all .4s ease}.header_toggle{visibility:visible;opacity:.95}.burger_items{display:table;width:100%;vertical-align:middle;height:100%}.burger_items-list{text-align:center;position:relative;width:auto;display:table-cell;height:100%;vertical-align:middle;padding:0}.burger_items-list li{margin-bottom:1rem}.burger_items-list li a{color:var(--brown);font-size:2rem;font-weight:800;transition:all .3s}.burger_items-list li a:hover{color:var(--gray)}.burger_items-list li a:hover:before{opacity:1;content:"|";transform:translate(-20px)}.burger_items-list li a:hover:after{opacity:1;content:"|";transform:translate(20px)}.burger_items-list li a:before,.burger_items-list li a:after{content:"";opacity:0;position:absolute;font-weight:800;transition:all .4s}footer{padding:3rem}footer .footer__nav{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;text-align:center}@media only screen and (min-width: 900px){footer .footer__nav{text-align:left;place-content:center;place-items:center;grid-template-columns:repeat(3,1fr)}}footer .footer__nav .footer__nav-link h4{color:#dec79b;font-size:1.1rem;margin-bottom:.8rem}footer .footer__nav .footer__nav-link ul>li>a{margin-top:5rem;color:#9b9b9b}footer .footer__nav .footer__nav-link ul>li>a:hover{color:#dec79b}footer .footer__copyright{color:var(--yellow);margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}footer .footer__copyright p{margin-top:2.5rem}footer .footer__copyright p a{color:var(--yellow);font-weight:800;text-decoration:underline}footer .footer__copyright ul{margin-top:1rem;display:flex;justify-content:center;gap:2rem}footer .footer__copyright ul li a{color:#9b9b9b}footer .footer__copyright ul li a:hover{color:#dec79b}.home_page-hero{display:flex;align-items:center;justify-content:center;top:50%;height:100vh;width:100vw;background:no-repeat center center;background-size:cover;background-position:top}.home_page-hero_video{position:relative;width:100%}.home_page-hero_video .gradient{background-image:linear-gradient(180deg,rgba(17,17,17,.44) 46%,#111111 98%);width:100%;height:calc(100vh - 80px);min-height:600px;object-fit:cover;position:relative;z-index:-1}.home_page-hero_video video{position:absolute;top:0;z-index:-2;width:100%;height:calc(100vh - 80px);min-height:600px;object-fit:cover}.home_page-hero_video .home_content-video{position:absolute;top:50%;right:50%;transform:translate(50%,-50%)}.home_page-hero_video .home_content-video .home_content-subtitle-video{width:100%;text-transform:none;font-size:1.6rem}.home_page-hero_video .home_content-video .home__content-title-video{font-family:Playfair Display,sans-serif;color:#fff;font-size:2.6rem;text-transform:none}.home_content{text-align:center;width:100%}.home_content .home__content-title{color:#c4a727;font-size:5rem;font-family:Mr Dafoe,sans-serif;margin-bottom:18px;text-transform:capitalize;font-weight:500;text-shadow:1px 1px 4px #000000}.home_content img{text-align:center;max-width:80%;right:50%;transform:translate(6%)}.home_content .home_content-subtitle{color:#c4a727;text-transform:uppercase;font-weight:600;font-size:2rem;text-shadow:1px 1px 4px #000000;margin-bottom:4rem}.home_content .home_content-button{color:#fff;font-size:1rem;font-weight:600;border:2px solid var(--yellow);text-transform:uppercase;letter-spacing:2px;background-color:#0000;padding:13px 35px;transition:all .3s ease}.home_content .home_content-button:hover{color:#111;border-color:#fff;background-color:#fff}.conception__header{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem}@media only screen and (min-width: 1200px){.conception__header{grid-template-columns:repeat(2,1fr)}}.conception__header .concept_content-title{font-family:Playfair Display,sans-serif;font-size:2.5rem;font-weight:700;line-height:2.5rem;color:#fff}.conception__header .concept_content-description p:first-child{font-size:1.125rem;color:#fff;margin-bottom:2rem}.conception__header .concept_content-description p:last-child{font-size:1rem;color:#888}.concept_items-list{margin-top:5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media only screen and (min-width: 1200px){.concept_items-list{grid-template-columns:repeat(4,1fr)}}.concept_items-list article *{margin-bottom:1rem}.concept_items-list article img{max-height:3.5rem}.concept_items-list article h4{font-size:1.25rem;color:#fff;text-transform:uppercase}.service_content .service_content-subtitle{color:var(--yellow);font-weight:400}.service_cols{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem}@media only screen and (min-width: 900px){.service_cols{grid-template-columns:repeat(2,1fr)}}.service_cols .service_card{position:relative;border-radius:.5rem}.service_cols .service_card:hover>h4{color:var(--yellow);opacity:1;letter-spacing:.2rem;text-shadow:1px 1px 4px black}.service_cols .service_card picture{transition:all .5s ease}.service_cols .service_card:hover>picture{filter:brightness(50%) blur(2px)}.service_cols .service_card img{background-color:#303030;border-radius:5px;cursor:pointer;transition:all .5s ease;width:100%}.service_cols .service_card h4{position:absolute;text-align:center;top:85%;text-transform:uppercase;color:#fff;font-weight:600;font-size:2rem;margin-bottom:1rem;width:100%;transition:all .5s ease;text-shadow:1px 1px 4px black}.wwo__items-list .wwo__items-section{position:relative;overflow:hidden;padding:4rem;background-position:50%;background-size:cover;filter:grayscale(100%);border-bottom:1px solid rgba(255,255,255,.3);transition:height .2s,filter .2s ease}.wwo__items-list .wwo__items-section p{font-size:1.1rem;opacity:1;transform:translateY(200px);transition:opacity .3s,transform .3s ease}.wwo__items-list .wwo__items-section .wwo__items-section_title{margin-bottom:2rem;display:flex;align-items:center;gap:2rem}.wwo__items-list .wwo__items-section .wwo__items-section_title h4{font-size:2rem;transition:letter-spacing .1s ease}.wwo__items-list .wwo__items-section .wwo__items-section_title span{font-size:1.2rem;font-weight:800}.wwo__items-list .wwo__items-section:after{position:absolute;content:"";width:0;height:2px;background-color:var(--yellow);bottom:0;right:0;transition:width linear .8s}.wwo__items-list .wwo__items-section:hover{filter:grayscale(0)}.wwo__items-list .wwo__items-section:hover h4{color:var(--yellow);letter-spacing:.1rem}.wwo__items-list .wwo__items-section:hover p{opacity:1;transform:translateY(0)}.wwo__items-list .wwo__items-section:hover:after{position:absolute;content:"";width:100%}.projects__items-list{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;place-items:center normal}@media only screen and (min-width: 900px){.projects__items-list{grid-template-columns:repeat(2,1fr)}}.projects__items-list article{max-width:550px;text-align:center}.projects__items-list article *{margin-bottom:2rem}.projects__items-list article p{color:#f7f7f7;font-weight:600;font-size:1.1rem}.projects__items-list article a{color:var(--yellow);text-decoration:none;position:relative;transition:border-bottom-width .3s ease;font-weight:600;font-size:1.2rem}.projects__items-list article a:hover:after{width:100%}.projects__items-list article a:after{content:"";display:block;width:0;height:.1rem;background-color:var(--yellow);position:absolute;bottom:-.4rem;border-radius:.5rem;left:0;transition:width .3s}.testimonials{font-family:Vidaloka,Georgia,Times New Roman,serif;display:flex;justify-content:center;position:relative;overflow:hidden}.testimonials .prev,.testimonials .next{cursor:pointer;position:absolute;top:50%;transform:translate(-50%,-50%);color:#fff;font-weight:800;font-size:1.6rem;transition:.3s ease;-webkit-user-select:none;user-select:none;margin:auto}.testimonials:hover .next{right:2rem}.testimonials:hover .prev{left:2rem}.testimonials .next{right:-50%}.testimonials .prev{left:-50%}.testimonials .testimonials__item{display:none;-webkit-user-select:none;user-select:none;position:relative;font-size:1.6rem;font-weight:400;background-color:#dac879;padding:2rem;width:100%}.testimonials .testimonials__item p{padding-right:2rem;padding-left:2rem;text-align:center;color:#1b1a1a}.testimonials .testimonials__item p:last-child{margin-top:2rem;text-align:center;font-size:1.2rem;font-family:var(--body-font);color:#fff;font-weight:500}.testimonials .fade{animation-name:fade;animation-duration:1.5s}.articles__list-items{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;place-items:center normal;margin-bottom:3rem}@media only screen and (min-width: 900px){.articles__list-items{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1200px){.articles__list-items{grid-template-columns:repeat(3,1fr)}}.articles__list-items .article__item{background-color:#fff}.articles__list-items .article__item picture>*{width:100%}.articles__list-items .article__item .article__item-body{padding:1rem}.articles__list-items .article__item .article__item-body h4{color:#0a0000;font-size:1.2rem;margin-bottom:.6rem}.articles__list-items .article__item .article__item-body .article__meta{font-weight:500;color:var(--yellow);margin-bottom:1rem}.articles__list-items .article__item .article__item-body .article__content p{margin-bottom:.8rem;font-size:1.1rem}.articles__list-items .article__item .article__item-body .article__content .article__button{font-size:1rem;text-transform:uppercase;line-height:3rem;padding:1rem 2rem;font-weight:600;border:1px solid #ebebeb;color:var(--yellow)}.article__footer{text-align:center}.article__footer .article__more{color:#fff;border:1px solid white;padding:1rem 2rem;text-transform:uppercase;letter-spacing:2px;font-weight:400;font-size:13px;transition:all .3s ease}.article__footer .article__more:hover{color:#111;background-color:#fff}.bg_contact{background-position:10%;background-size:cover}.contact__body{padding-top:7rem;padding-bottom:7rem;text-align:center}.contact__body .contact__title{width:100%}.contact__body .contact__title h1{font-family:Playfair Display,Georgia,sans-serif;font-size:3rem;font-weight:400;text-transform:uppercase}.contact__body .contact__subtitle{width:100%}.contact__body .contact__subtitle p{font-family:Mr Dafoe,sans-serif;font-size:3.1rem;font-weight:400;color:var(--yellow-light)}.contact__button{padding-bottom:6rem;text-align:center}.contact__button a{padding:1rem 2rem;border:2px solid rgba(255,255,255,.3);color:#fff;text-transform:uppercase;transition:background-color .2s,color .3s ease;font-weight:700;letter-spacing:1px}.contact__button a:hover{background-color:#fff;color:#111}.bg_count{margin-top:-12rem;margin-bottom:-12rem;background-blend-mode:overlay;background-color:#111!important}.count__body{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:3rem;padding:4rem 0}@media only screen and (min-width: 900px){.count__body{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1200px){.count__body{grid-template-columns:repeat(4,1fr)}}.count__body .count__body-item{text-align:center}.count__body .count__body-item p{font-size:3.5rem;color:var(--yellow)}.count__body .count__body-item h4{font-size:1.2rem;color:#fff;letter-spacing:1px}@keyframes fade{0%{opacity:.4}to{opacity:1}}.project__section-header{position:relative}.project__section-header h1{text-align:center;position:relative;font-family:Playfair Display,sans-serif;font-size:3rem;text-transform:uppercase}.project__section-header h1 span{color:var(--yellow)}.project__section-header .divider{position:absolute;top:38%;right:50%;transform:translate(50%,50%);width:8rem;height:4px;background-color:var(--yellow);border-radius:8px}.project__section-header p{text-align:center;font-size:1.1rem;padding-top:4rem}.project__section-header p strong{color:#fff}.project__section-header p span,.project__section-header p span strong,.project__section-header p a{color:var(--yellow)}.project__section-header p a:hover{text-decoration:underline}.eg__categories-list{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem}@media only screen and (min-width: 1200px){.eg__categories-list{grid-template-columns:repeat(5,1fr)}}.eg__categories-list .eg__categories-list_item{border-radius:8px;position:relative;cursor:pointer;background-color:var(--body-color);text-transform:uppercase;padding:1.6rem;text-align:center;font-weight:700;color:var(--yellow);border-bottom:.4rem solid var(--yellow);transition:color .3s,background-color .3s ease}.eg__categories-list .eg__categories-list_item div{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);z-index:1000;width:100%;transition:color .3s ease}.eg__categories-list .eg__categories-list_item.active{color:#fff;background-color:var(--yellow)}.eg__categories-list .eg__categories-list_item.active:before{display:block;content:"";position:absolute;bottom:0;right:50%;transform:translate(50%,130%);height:0;width:0;border-top:20px solid var(--yellow);border-right:16px solid transparent;border-left:16px solid transparent}.eg__categories-list .eg__categories-list_item:hover{transition:all .3s ease}.eg__categories-list .eg__categories-list_item:hover:after{height:100%}.eg__categories-list .eg__categories-list_item:hover div{color:#fff}.eg__categories-list .eg__categories-list_item:after{position:absolute;bottom:0;right:0;content:"";height:0;width:100%;background-color:var(--yellow);transition:height linear .3s;border-top-left-radius:8px;border-top-right-radius:8px}.eg__category-header{display:flex;align-items:center;gap:2rem;margin-top:4rem}.eg__category-header picture{width:100%}.eg__category-header picture img{border-radius:8px}.eg__category-header .eg__category-header_body h2{font-size:1.8rem;margin-bottom:2rem}.eg__category-header .eg__category-header_body p{font-size:1.1rem}.eg__sliders-list_title h2{margin-top:2rem;text-align:center;font-size:2.4rem;font-weight:400;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem}.eg__sliders-list-scenario{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:4rem}.eg__sliders-list-scenario .eg__sliders-list-button{cursor:pointer;border:1px solid var(--yellow-light);padding:.4rem .8rem;font-size:var(--small-font-size);color:#fff;transition:background-color .3s ease;border-radius:4px}.eg__sliders-list-scenario .eg__sliders-list-button:hover,.eg__sliders-list-scenario .eg__sliders-list-button.active{background-color:var(--yellow-light)}.slide__slide-scenario-item{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;place-items:center}@media only screen and (min-width: 900px){.slide__slide-scenario-item{grid-template-columns:repeat(2,1fr)}}.slide__slide-scenario-item .scenario__item-image picture>img{height:auto}.slide__slide-scenario-item .scenario__item-body span{text-align:left!important;color:var(--yellow);font-size:1.1rem;text-transform:uppercase;font-weight:700}.slide__slide-scenario-item .scenario__item-body h3{margin-top:1rem;margin-bottom:1rem;font-size:2rem;text-transform:uppercase}.slide__slide-scenario-item .scenario__item-body p{font-size:.9rem}.slide__slide-scenario-item .scenario__item-body div{margin-top:2rem;color:var(--yellow)}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores{display:flex;justify-content:space-between;align-items:center;gap:8rem}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores .scenario__item-body-item{width:100%}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores .scenario__item-body-item svg{height:2.8rem;width:2.8rem}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores .scenario__item-difficulty{display:flex}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores .scenario__item-difficulty img{width:30%;height:30%}.slide__slide-scenario-item .scenario__item-body .scenario__item-body_mores .scenario__item-difficulty img.gray{filter:grayscale(100%)}.interested__section-body{padding-top:12rem}.interested__section-body .interested__card{text-align:center;padding:6rem;border:4px solid var(--yellow);border-radius:8px}.interested__section-body .interested__card h4{font-size:2.6rem;color:var(--yellow);text-transform:uppercase;margin-bottom:.8rem}.interested__section-body .interested__card h5{font-size:1.6rem;color:#fff;margin-bottom:2.6rem}.interested__section-body .interested__card p{margin-bottom:2rem;font-size:1.1rem}.interested__section-body .interested__card a{font-size:1.2rem;color:#fff;font-weight:800;transition:color .3s ease}.interested__section-body .interested__card a:hover{color:#dec79b}.contact__title{font-size:1.6rem!important}.contact__subtitle{font-size:3rem!important;margin-bottom:1rem!important}.contact__desc{font-size:1.6rem;margin-bottom:4rem;color:#ffebd6}.contact__card{background-color:#1111115e;padding:3rem;border:2px solid #ffebd6}.contact__section-body{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;place-items:center;text-align:center}@media only screen and (min-width: 1200px){.contact__section-body{grid-template-columns:repeat(2,1fr)}}.contact__section-body .contact__section-body_content h2{margin-top:1rem}.contact__section-body .contact__section-body_content ul{margin-top:1.2rem}.contact__section-body .contact__section-body_content ul li>a{font-size:1.2rem;color:#dec79b}.contact__section-body .contact__section-body_content ul li>a:hover{text-decoration:underline}.contact__section-body .contact__section-body_form{background-position:50%;background-size:cover;width:100%;border-radius:8px}.contact__section-body .contact__section-body_form form{padding:4rem}.contact__section-body .contact__section-body_form form input,.contact__section-body .contact__section-body_form form select,.contact__section-body .contact__section-body_form form textarea{width:100%;padding:.8rem;margin-bottom:1rem;outline:none;border:none}.contact__section-body .contact__section-body_form form button[type=submit]{margin-top:2rem;padding:1rem;border:2px solid var(--yellow);background-color:transparent;font-weight:600;color:#fff;transition:background-color .3s ease}.contact__section-body .contact__section-body_form form button[type=submit]:hover{background-color:var(--yellow)}.contact__section-body .contact__section-body_form form .grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;place-items:center;text-align:center}@media only screen and (min-width: 600px){.contact__section-body .contact__section-body_form form .grid{grid-template-columns:repeat(2,1fr)}}.about__section-images{margin-top:6rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:4rem;place-items:center}.about__section-images img{border-radius:8px}.about-write__section-body .about-write__card h4 span{font-family:Mr Dafoe,sans-serif;font-weight:400;color:var(--yellow-light)}.about__title{font-family:Playfair Display,sans-serif!important;font-size:3rem!important;color:#fff!important;text-transform:none!important}.about__subtitle{font-size:1rem!important}.about__section-header{position:relative}.about__section-header h3{text-align:center;font-size:1.2rem;text-transform:uppercase;color:#f7b500}.about__section-header h1{text-align:center;position:relative;font-family:Playfair Display,sans-serif;font-size:3rem;text-transform:uppercase}.about__section-header h1 span{color:var(--yellow)}.about__section-header h1:after{position:absolute;bottom:0;right:50%;transform:translate(50%,1000%);content:"";width:8rem;height:4px;border-radius:8px;background-color:var(--yellow)}.about__section-header p{text-align:center;font-size:1.1rem;padding-top:7rem}.about__section-header p strong{color:#fff}.about__section-header p span,.about__section-header p span strong,.about__section-header p a{color:var(--yellow)}.about__section-header p a:hover{text-decoration:underline}.about__section-images{margin-top:6rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:4rem;place-content:center normal}@media only screen and (min-width: 1200px){.about__section-images{grid-template-columns:repeat(2,1fr)}}.about__section-images .about__section-images_item{text-align:center}.about__section-images .about__section-images_item:hover picture:after{width:100%}.about__section-images .about__section-images_item picture{position:relative}.about__section-images .about__section-images_item picture img{border-radius:0!important}.about__section-images .about__section-images_item picture:after{transition:width .3s linear;position:absolute;bottom:0;right:0;content:"";width:0;height:6px;background-color:var(--yellow)}.about__section-images .about__section-images_item h3{margin-top:1rem;color:var(--yellow);font-size:1.6rem;text-transform:uppercase}.about__section-images .about__section-images_item p{margin-top:1rem;font-size:1.1rem;color:var(--text-color)}.about__container{padding:2rem;background-color:#1119;border:1px solid var(--yellow)}.about__container h1{text-shadow:none!important}.about__container h1:after{position:absolute;top:0;right:50%;transform:translate(50%,2500%);content:"";width:8rem;height:4px;border-radius:8px;background-color:var(--yellow)}.about__container .home_content-subtitle-video{text-shadow:none!important;margin-top:4rem;color:#9b9b9b;font-size:1.1rem!important;font-family:Barlow,sans-serif}.about__container .home_content-subtitle-video span{color:var(--yellow)}.about__container .home_content-subtitle-video strong{color:#fff;font-weight:600}.about__container .home_content-subtitle-video a{color:var(--yellow);text-decoration:underline}.about-write__section-body{margin-bottom:24rem}.about-write__section-body .about-write__card{text-align:center}.about-write__section-body .about-write__card h4{font-family:Playfair Display,sans-serif;font-size:3rem;color:#fff;margin-bottom:4rem}.about-write__section-body .about-write__card a{padding:1.4rem 1.8rem;color:#fff;text-transform:uppercase;border:2px solid rgba(255,255,255,.5);transition:background-color .3s,color .3s ease}.about-write__section-body .about-write__card a:hover{background-color:#fff;color:#111}.about__section-rent{margin-top:6rem}.about__section-rent h4{font-family:Playfair Display,sans-serif;text-align:center;font-size:2.6rem;color:#fff}.about__section-rent h4 span{color:var(--yellow)}.about__section-rent .about__section-rent_items{margin-top:4rem}.about__section-rent .about__section-rent_items div{display:flex;align-items:center;justify-content:center;gap:2rem}.about__section-rent .about__section-rent_items div:last-child{margin-top:2rem}.about__section-rent .about__section-rent_items div .check{width:3rem;color:var(--yellow-light)}.about__section-rent .about__section-rent_items div p{font-size:1.2rem;width:30%}.argument__section h5{text-align:center;position:relative;font-family:Playfair Display,sans-serif;font-size:2.8rem;text-transform:uppercase;color:#fff;margin-bottom:6rem}.argument__section h5:after{position:absolute;bottom:0;right:50%;transform:translate(50%,200%);content:"";width:8rem;height:4px;border-radius:8px;background-color:var(--yellow)}.argument__section .argument__section-body{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:4rem;place-content:center normal;place-items:center normal;text-align:center}@media only screen and (min-width: 1200px){.argument__section .argument__section-body{grid-template-columns:repeat(2,1fr)}}.argument__section .argument__section-body div p{margin-top:3rem}.keyhand__section-header{position:relative}.keyhand__section-header h1{text-align:center;position:relative;font-family:Playfair Display,sans-serif;font-size:2.6rem;text-transform:uppercase}.keyhand__section-header h1 span{color:var(--yellow)!important}.keyhand__section-header .divider{position:absolute;top:50%;right:50%;transform:translate(50%,-800%);width:8rem;height:4px;background-color:var(--yellow);border-radius:8px}.keyhand__section-header p{text-align:center;font-size:1.1rem;padding-top:4rem}.keyhand__section-header p strong{color:#fff}.keyhand__section-header p span,.keyhand__section-header p span strong{color:var(--yellow)}.creation__section h2{text-align:center;position:relative;font-family:Playfair Display,sans-serif;font-size:2.2rem;text-transform:uppercase}.creation__section h2 span{color:var(--yellow)}.creation__section h2:after{position:absolute;bottom:0;right:50%;transform:translate(50%,600%);content:"";width:8rem;height:4px;border-radius:8px;background-color:var(--yellow)}.creation__section-body{margin-top:6rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:4rem}@media only screen and (min-width: 1200px){.creation__section-body{grid-template-columns:repeat(3,1fr)}}.creation__section-body div{text-align:center;cursor:pointer}.creation__section-body div:hover img{filter:grayscale(0%)}.creation__section-body div:hover h4{letter-spacing:.5px}.creation__section-body div h4{margin-top:1rem;margin-bottom:1rem;color:var(--yellow);font-size:1.6rem;transition:letter-spacing .3s linear}.creation__section-body div img{filter:grayscale(100%);transition:filter .3s linear}.creation-scenarios__section-body{margin-top:6rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:4rem}@media only screen and (min-width: 1200px){.creation-scenarios__section-body{grid-template-columns:repeat(3,1fr)}}.creation-scenarios__section-body div:hover img{transform:scale(1.05)}.creation-scenarios__section-body div img{transition:transform .3s linear}.creation-scenarios__more{margin-top:2rem;text-align:center}.creation-scenarios__more a{font-size:1.5rem;color:var(--yellow);font-weight:700;text-decoration:underline}.login__section{width:420px;padding:5% 0 0;margin:auto}.login__section h1{font-size:3rem;text-align:center;font-family:Playfair Display,sans-serif}.login__section .login__card form{margin-top:2rem;border-radius:8px;background-color:var(--body-color);padding:1rem}.login__section .login__card form input{width:100%;padding:1rem;margin-bottom:1rem}.login__section .login__card form .login__actions{display:flex;align-items:center;justify-content:flex-end}.login__section .login__card form .login__actions button{padding:.6rem .8rem;border:2px solid var(--yellow-light);color:#fff;background-color:transparent;transition:background-color .3s ease}.login__section .login__card form .login__actions button:hover{background-color:var(--yellow-light)}body{height:100vh;width:100vw;overflow-x:hidden;background-color:var(--container-color)}
