*{margin:0;padding:0}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{position:relative;font-family:"Roboto", sans-serif;font-weight:400;line-height:1.5;color:#1C1C1C;background-color:#FEFEFE;background-image:url("../img/bg.jpg")}.mb--1{margin-bottom:2rem}.mb--2{margin-bottom:3rem}.img{display:block;max-width:100%;height:auto}.img-shadow{box-shadow:10px 10px 0 #f3c130}.link{text-decoration:none;color:inherit}.btn-cta:link,.btn-cta:visited{display:inline-block;padding:.75rem 1.5rem;border:2px solid #1C1C1C;margin-top:2rem;font-size:1.4rem;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;background-color:#1C1C1C;color:#FEFEFE;transition:background-color .2s, color .2s}@media screen and (min-width: 56.25em){.btn-cta:link,.btn-cta:visited{padding:1rem 1.5rem;margin-top:2rem;font-size:2rem}}.btn-cta:hover{background-color:#F3C130;color:#1C1C1C}[data-scroll]{transition:opacity 1s}[data-scroll="in"]{opacity:1}[data-scroll="out"]{opacity:0}.nav{position:fixed;top:0;left:0;z-index:999;width:100%;height:6rem;padding:0 1.5rem;border-top:6px solid #F3C130;display:flex;align-items:center;justify-content:space-between;background-color:#FEFEFE;box-shadow:0 2px 5px rgba(0,0,0,0.15)}@media screen and (min-width: 56.25em){.nav{height:6rem;padding:0 3rem}}.nav__logo{text-decoration:none}.nav__img{max-width:8rem;height:auto}@media screen and (min-width: 56.25em){.nav__img{max-width:10rem}}.nav__button{position:relative;height:4rem;width:4rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center;cursor:pointer;z-index:9999}.nav__button::before,.nav__button::after{content:'';display:block;height:3px;width:100%;background-color:#1C1C1C;transform-origin:left;transition:transform .3s, background-color .3s}@media screen and (min-width: 56.25em){.nav__button{display:none}}.nav__burger{position:relative;height:3px;width:100%;background-color:#1C1C1C;transform-origin:left;transition:transform .3s, background-color .3s}.nav__button.active::before,.nav__button.active::after{transform-origin:left;background-color:#F3C130;transition:transform .3s, background-color .3s}.nav__button.active::before{transform:scaleX(0.25)}.nav__button.active::after{transform:scaleX(0.75)}.nav__button.active .nav__burger{transform:scaleX(0.5);transform-origin:left;transition:transform .3s, background-color .3s;background-color:#F3C130}.nav__menu{list-style:none;position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:999;border-top:6px solid #1C1C1C;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#FEFEFE;transform:translateX(100%);transition:transform .3s}@media screen and (min-width: 56.25em){.nav__menu{position:static;height:auto;width:auto;border-top:0;flex-direction:row;transform:translateX(0)}}.nav__menu-item{margin-bottom:3rem}@media screen and (min-width: 56.25em){.nav__menu-item{margin-bottom:0}.nav__menu-item:not(:last-child){margin-right:3rem}}.nav__menu-link:link,.nav__menu-link:visited{display:inline-block;width:20rem;padding:.75rem 0;text-decoration:none;text-align:center;font-size:2rem;color:#FEFEFE;background:#1C1C1C;border-radius:.5rem}@media screen and (min-width: 56.25em){.nav__menu-link:link,.nav__menu-link:visited{font-size:1.8rem;width:auto;padding:0;text-align:left;color:#1C1C1C;background-color:#FEFEFE;border-radius:0}}@media screen and (min-width: 56.25em){.nav__menu-link:hover{color:#F3C130}}.nav__menu.active{transform:translateX(0)}.footer{padding-top:4rem;padding-bottom:4rem;background-color:#1C1C1C;color:#FEFEFE !important}@media screen and (min-width: 56.25em){.footer{padding-top:12rem;padding-bottom:12rem}}.footer__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.footer__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.footer__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.footer__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.footer__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.footer__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.footer__heading{margin-bottom:10rem;font-size:4rem}}.footer__content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width: 56.25em){.footer__content{max-width:140rem;padding-left:3rem;padding-right:3rem}}@media screen and (min-width: 37.5em){.footer__content{display:flex;justify-content:space-between;flex-wrap:wrap}.footer__content>*{flex:0 0 48%}}.footer__item{display:flex;flex-direction:column;align-items:flex-start}.footer__item:not(:last-child){margin-bottom:6rem}@media screen and (min-width: 56.25em){.footer__item:not(:last-child){margin-bottom:8rem}}.footer__item-heading{padding:0 1rem;margin-bottom:2rem;font-size:2rem;letter-spacing:.1em;background-color:#F4F3F3;color:#1C1C1C}@media screen and (min-width: 37.5em){.footer__item-heading{font-size:2.4rem}}@media screen and (min-width: 56.25em){.footer__item-heading{font-size:2.8rem;margin-bottom:3rem}}.footer__paragraph,.footer__link{font-size:1.6rem;color:#FEFEFE}.footer__paragraph:not(:last-child),.footer__link:not(:last-child){margin-bottom:1rem}@media screen and (min-width: 56.25em){.footer__paragraph,.footer__link{font-size:2rem}}.footer__link{text-decoration-color:#F3C130}.container{max-width:192rem;margin-left:auto;margin-right:auto}.quote{padding:3rem 1.5rem 4rem;margin:0 1.5rem;text-align:center;background-color:#F4F3F3}@media screen and (min-width: 56.25em){.quote{padding:6rem 0 8rem;margin:0 3rem}}.quote--fullwidth{margin:0 !important}.quote-paragraph{position:relative;max-width:70rem;padding-bottom:2rem;margin:0 auto;font-weight:700;font-size:1.6rem;display:flex;justify-content:center}.quote-paragraph::before{content:'';display:block;position:absolute;bottom:0;height:.2rem;width:100%;max-width:10rem;background-color:#F3C130}@media screen and (min-width: 56.25em){.quote-paragraph{display:flex;justify-content:center;font-size:2rem;line-height:1.7}.quote-paragraph::before{height:.4rem;max-width:20rem}}@media screen and (min-width: 75em){.quote-paragraph{font-size:2.4rem}}.header{margin-bottom:8rem;position:relative;min-height:40rem;margin-top:6rem;display:flex;align-items:center;background-image:url("../img/header-img.jpg");background-size:cover;background-position:center center}@media screen and (min-width: 56.25em){.header{margin-bottom:14rem}}@media screen and (min-width: 75em){.header{margin-bottom:20rem}}.header::before{content:'';position:absolute;top:0;left:0;height:100%;width:100%;display:block;background-color:rgba(0,0,0,0.6)}@media screen and (min-width: 56.25em){.header{min-height:60rem}}.header__content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%;z-index:100}@media screen and (min-width: 56.25em){.header__content{max-width:140rem;padding-left:3rem;padding-right:3rem}}.header__heading{position:relative;padding-bottom:1rem;margin-bottom:2rem;font-weight:700;font-size:2rem;text-transform:uppercase;letter-spacing:.1em;line-height:2.2;color:#FEFEFE}.header__heading::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;max-width:15rem;height:.3rem;background-color:#F3C130}@media screen and (min-width: 37.5em){.header__heading{font-size:3.6rem;line-height:1.7}.header__heading::after{max-width:30rem;background-color:#F3C130}}@media screen and (min-width: 56.25em){.header__heading{font-size:4.8rem}}@media screen and (min-width: 75em){.header__heading{font-size:7rem}}.header__paragraph{font-size:1.6rem;color:#494949;max-width:60rem;color:#FEFEFE}@media screen and (min-width: 56.25em){.header__paragraph{font-size:1.8rem}}.header__paragraph:not(:last-child){margin-bottom:2rem}@media screen and (min-width: 56.25em){.header__paragraph:not(:last-child){margin-bottom:4rem}}.about{margin-bottom:8rem}@media screen and (min-width: 56.25em){.about{margin-bottom:14rem}}@media screen and (min-width: 75em){.about{margin-bottom:20rem}}.about>*:not(:last-child):not(:first-child){margin-bottom:6rem}@media screen and (min-width: 56.25em){.about>*:not(:last-child):not(:first-child){margin-bottom:12rem}}.about__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.about__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.about__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.about__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.about__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.about__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.about__heading{margin-bottom:10rem;font-size:4rem}}.about__content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width: 56.25em){.about__content{max-width:140rem;padding-left:3rem;padding-right:3rem}}.about__card{padding-top:4rem;padding-bottom:4rem;position:relative}.about__card::before{content:'';display:block;position:absolute;top:0;height:100%;width:100%;z-index:-1;background-color:#1C1C1C}.about__card::after{content:'';display:block;position:absolute;top:-1rem;left:-1rem;height:20rem;width:20rem;z-index:-2;background-color:#F3C130}@media screen and (min-width: 56.25em){.about__card{display:flex;align-items:stretch;justify-content:space-around}.about__card::before{top:25%;height:50%}.about__card::after{top:calc(25% - 1rem)}}.about__card--reverse{flex-direction:row-reverse;text-align:right}.about__card--reverse::after{left:auto;right:-1rem}@media screen and (min-width: 56.25em){.about__card--reverse::before{right:0}}.about__card-col{padding:0 3rem;flex:0 0 50%;display:flex;align-items:center;justify-content:center}.about__card-paragraph{margin-bottom:4rem;font-weight:300;font-size:1.4rem;color:#FEFEFE}@media screen and (min-width: 37.5em){.about__card-paragraph{font-size:1.6rem}}@media screen and (min-width: 56.25em){.about__card-paragraph{margin-bottom:0}}@media screen and (min-width: 75em){.about__card-paragraph{font-size:1.8rem}}.about__card-img{width:100%;height:auto;vertical-align:middle;border-radius:1.5rem}@media screen and (min-width: 37.5em){.about__card-img{max-width:60rem}}@media screen and (min-width: 56.25em){.about__card-img{border:5px solid #FEFEFE}}.expertise{margin-bottom:8rem}@media screen and (min-width: 56.25em){.expertise{margin-bottom:14rem}}@media screen and (min-width: 75em){.expertise{margin-bottom:20rem}}.expertise__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.expertise__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.expertise__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.expertise__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.expertise__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.expertise__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.expertise__heading{margin-bottom:10rem;font-size:4rem}}.expertise__content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;margin-bottom:6rem}@media screen and (min-width: 56.25em){.expertise__content{max-width:140rem;padding-left:3rem;padding-right:3rem}}@media screen and (min-width: 56.25em){.expertise__content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:12rem}.expertise__content>*{flex:0 0 49%}}.expertise__container{display:flex;align-items:center;position:relative;border:0.2rem solid #1C1C1C;border-radius:1.5rem}.expertise__container:not(:last-child){margin-bottom:2rem}@media screen and (min-width: 56.25em){.expertise__container{border:0.5rem solid #1C1C1C;margin-bottom:2rem}}.expertise__img-container{position:relative}.expertise__img-container::before{content:'';display:block;position:absolute;top:0;left:0;height:100%;width:100%;border-radius:1rem;background:linear-gradient(90deg, black 0%, rgba(77,77,77,0.5) 60%, rgba(0,0,0,0) 100%)}.expertise__img{width:100%;height:auto;vertical-align:middle;border-radius:1rem}.expertise__description{position:absolute;left:0;width:50%;height:50%;border-right:0.2rem solid #F3C130;display:flex;align-items:center;justify-content:center;font-size:1.6rem;text-align:center;text-transform:uppercase;letter-spacing:.1em;color:#FEFEFE}@media screen and (min-width: 56.25em){.expertise__description{font-size:2rem}}@media screen and (min-width: 75em){.expertise__description{font-size:2.6rem;line-height:1.4}}.services{margin-bottom:8rem}@media screen and (min-width: 56.25em){.services{margin-bottom:14rem}}@media screen and (min-width: 75em){.services{margin-bottom:20rem}}.services__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.services__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.services__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.services__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.services__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.services__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.services__heading{margin-bottom:10rem;font-size:4rem}}.services__list{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:6rem}@media screen and (min-width: 56.25em){.services__list{max-width:140rem;padding-left:3rem;padding-right:3rem}}.services__list>*{flex:0 0 49%}@media screen and (min-width: 56.25em){.services__list{margin-bottom:12rem}.services__list>*{flex:0 0 32%}}.services__item{padding:1rem 0;margin-bottom:1rem;font-size:1.3rem;font-weight:700;text-align:center;background-color:#F4F3F3;color:#1C1C1C;border-radius:1rem}@media screen and (min-width: 37.5em){.services__item{padding:1.5rem 0;font-size:1.6rem;letter-spacing:.05em}}@media screen and (min-width: 56.25em){.services__item{margin-bottom:1.5rem;font-size:2rem}}.faq{margin-bottom:8rem}@media screen and (min-width: 56.25em){.faq{margin-bottom:14rem}}@media screen and (min-width: 75em){.faq{margin-bottom:20rem}}.faq__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.faq__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.faq__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.faq__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.faq__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.faq__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.faq__heading{margin-bottom:10rem;font-size:4rem}}.faq__list{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;margin-bottom:6rem;list-style:none}@media screen and (min-width: 56.25em){.faq__list{max-width:140rem;padding-left:3rem;padding-right:3rem}}@media screen and (min-width: 56.25em){.faq__list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:12rem;align-items:stretch}.faq__list>*{flex:0 0 48%}}.faq__item{padding:3rem;border-radius:1.5rem;margin-bottom:4rem;background-color:#525252}.faq__item-number{color:#F3C130}.faq__item-heading{margin-bottom:1rem;font-size:2rem;color:#FEFEFE}@media screen and (min-width: 56.25em){.faq__item-heading{font-size:3rem}}.faq__item-paragraph{font-size:1.5rem;color:#FEFEFE}@media screen and (min-width: 56.25em){.faq__item-paragraph{font-size:1.6rem !important;letter-spacing:1.7 !important}}.partners{margin-bottom:8rem}@media screen and (min-width: 56.25em){.partners{margin-bottom:14rem}}@media screen and (min-width: 75em){.partners{margin-bottom:20rem}}.partners__heading{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;position:relative;margin-left:1.5rem;margin-bottom:4rem;font-size:2.4rem;text-transform:uppercase}@media screen and (min-width: 56.25em){.partners__heading{max-width:140rem;padding-left:3rem;padding-right:3rem}}.partners__heading::before{content:'';position:absolute;bottom:0;left:0;display:block;width:.5rem;height:100%;background-color:#F3C130}@media screen and (min-width: 37.5em){.partners__heading{font-size:3rem;margin-bottom:6rem}}@media screen and (min-width: 56.25em){.partners__heading{padding-left:3rem;margin-left:auto;margin-bottom:8rem;font-size:3.6rem}.partners__heading::before{left:1.5rem}}@media screen and (min-width: 75em){.partners__heading{margin-bottom:10rem;font-size:4rem}}.partners__content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;text-align:center}@media screen and (min-width: 56.25em){.partners__content{max-width:140rem;padding-left:3rem;padding-right:3rem}}.partners__content>*{flex:0 0 12rem}.partners__content>*:not(:last-child){margin-right:2rem}@media screen and (min-width: 56.25em){.partners__content>*{flex:0 0 18rem}.partners__content>*:not(:last-child){margin-right:4rem}}.partners__item{margin-bottom:4rem}.partners__img{width:100%;height:auto;vertical-align:middle;filter:grayscale(100%);transition:filter .3s}.partners__img:hover{filter:grayscale(0)}
