@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";header{padding:1rem;background:#fff;top:0;left:0;width:100%;position:relative;z-index:9;transition:.6s}@media only screen and (max-width: 991.9px){header{position:static}}@media only screen and (min-width: 992.1px)and (max-width: 1199.9px){header .container{max-width:100%}}header .navbar{display:flex;align-items:center;justify-content:space-between}header .navbar .mobileLogo{display:none}@media only screen and (max-width: 991.9px){header .navbar .mobileLogo{display:block;filter:brightness(0) invert(1);width:18rem;margin:0 auto 3rem}}header .navbar .logo{display:block;width:15rem;transition:all .4s ease-in-out}@media only screen and (max-width: 1399.9px){header .navbar .logo{width:13rem}}@media screen and (min-width: 992.1px)and (max-width: 1100px){header .navbar .logo{width:12rem}}@media only screen and (max-width: 575px){header .navbar .logo{width:12rem}}@media only screen and (min-width: 992px){header .navbar .menuToggle{display:none}}header .navbar .menuToggle{font-size:28px;color:#086945;cursor:pointer}@media only screen and (max-width: 991.9px){header .navbar .navWrapper{position:fixed;top:0;right:-320px;width:320px;max-width:100%;height:100vh;background:#086945;padding:25px;transition:all .4s ease-in-out;z-index:9999;overflow-y:auto}header .navbar .navWrapper.active{right:0}}header .navbar .navWrapper .closeBtn{position:absolute;top:15px;right:20px;color:#fff;font-size:35px;cursor:pointer;line-height:1}@media only screen and (min-width: 992px){header .navbar .navWrapper .closeBtn{display:none}}header .navbar .navWrapper .navList{display:flex;align-items:center;list-style:none;padding-left:0;margin-bottom:0;gap:25px}@media only screen and (max-width: 1399.9px){header .navbar .navWrapper .navList{gap:13px}}@media screen and (min-width: 992.1px)and (max-width: 1100px){header .navbar .navWrapper .navList{gap:10px}}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList{flex-direction:column;align-items:flex-start;gap:0}}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .register{display:none}}header .navbar .navWrapper .navList .navItem{position:relative}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .navItem{width:100%;border-bottom:1px solid hsla(0,0%,100%,.08)}}header .navbar .navWrapper .navList .navItem .navLink{color:#090d16;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:6px;padding:10px 0;transition:all .4s ease-in-out}header .navbar .navWrapper .navList .navItem .navLink.active{color:#086945}@media screen and (min-width: 992.1px)and (max-width: 1100px){header .navbar .navWrapper .navList .navItem .navLink{font-size:1.4rem}}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .navItem .navLink{color:#fff}}@media only screen and (min-width: 992px){header .navbar .navWrapper .navList .navItem .navLink:hover{color:#086945}}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .navItem .navLink{width:100%;justify-content:space-between;padding:16px 0}}header .navbar .navWrapper .navList .navItem.dropdown i{font-size:8px}header .navbar .navWrapper .navList .navItem .dropdownMenu{position:absolute;top:100%;padding-left:0;margin-bottom:0;left:0;background:#fff;min-width:220px;border-radius:8px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.1);display:none}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .navItem .dropdownMenu{position:static;width:100%;box-shadow:none;border-radius:0;display:none;background:#0b1018}}header .navbar .navWrapper .navList .navItem .dropdownMenu li{width:100%}header .navbar .navWrapper .navList .navItem .dropdownMenu li:not(:last-child) a{border-bottom:1px solid rgba(0,0,0,.1)}header .navbar .navWrapper .navList .navItem .dropdownMenu li a{color:#111;padding:1rem;display:block;font-weight:600}@media only screen and (max-width: 991.9px){header .navbar .navWrapper .navList .navItem .dropdownMenu li a{color:#fff;padding-left:20px}header .navbar .navWrapper .navList .navItem .dropdownMenu li a:hover{background:#374151;color:#fff}}header .navbar .navWrapper .navList .navItem .dropdownMenu li a:hover{background:#f3f4f6;color:#111}@media screen and (min-width: 992px){header .navbar .navWrapper .navList .navItem.dropdown:hover .dropdownMenu{display:block}}header .navbar .navWrapper .navList .mobileNum a{background:#fff;padding:1.5rem 3rem;margin-top:2rem;display:inline-block;border-radius:3rem;color:#1b2961;font-weight:700}@media only screen and (min-width: 992px){header .navbar .navWrapper .navList .mobileNum{display:none}}header.fixed{background:#fff;position:fixed;z-index:999;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:9999}header.fixed .brand .logo{width:14rem}@media only screen and (max-width: 1399.9px){header.fixed .brand .logo{width:12rem}}@media screen and (min-width: 992.1px)and (max-width: 1100px){header.fixed .brand .logo{width:10rem}}@media only screen and (max-width: 575px){header.fixed .brand .logo{width:9rem}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .4s ease-in-out;z-index:998}.overlay.active{opacity:1;visibility:visible}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}@media only screen and (max-width: 768px){html{font-size:50%}}html,body{scroll-behavior:smooth}body{color:#090d16;font-size:1.9rem}a{text-decoration:none}li{list-style:none}body{font-family:"Inter",sans-serif;line-height:1.8}h1,h2,h3,h4,h5,h6{font-family:"Bebas Neue",sans-serif}.head{margin-bottom:3rem}.space{height:5rem}@media only screen and (max-width: 768px){.space{height:3rem}}.mTop{margin-top:10rem}@media only screen and (max-width: 991.9px){.mTop{margin-top:5rem}}@media only screen and (max-width: 768px){.mTop{margin-top:3rem}}.mBottom{margin-bottom:10rem}@media only screen and (max-width: 991.9px){.mBottom{margin-bottom:5rem}}@media only screen and (max-width: 768px){.mBottom{margin-bottom:3rem}}.pTop{padding-top:10rem}@media only screen and (max-width: 991.9px){.pTop{padding-top:5rem}}@media only screen and (max-width: 768px){.pTop{padding-top:3rem}}.pBottom{padding-bottom:10rem}@media only screen and (max-width: 991.9px){.pBottom{padding-bottom:5rem}}@media only screen and (max-width: 768px){.pBottom{padding-bottom:3rem}}.row{row-gap:3rem}.primaryList{margin-bottom:0}.primaryList li{margin-bottom:1rem;position:relative}.primaryList li::before{content:"";color:#086945;position:absolute;left:-2.5rem;top:3px;font-family:"Font Awesome 6 Free"}.primaryList li:last-child{margin-bottom:0}.slick-prev:before,.slick-next:before{font-family:normal;font-family:normal;border:1.5px solid;width:4rem;display:inline-block;aspect-ratio:1/1;place-content:center;line-height:0;border-radius:100%}.innerHero{height:35rem;overflow:hidden;position:relative}.innerHero h1{font-size:10rem;color:#fff;text-transform:uppercase;position:absolute;line-height:.6;bottom:0;z-index:2;font-weight:700;text-align:center;width:100%}@media only screen and (max-width: 991.9px){.innerHero h1{font-size:8rem}}@media only screen and (max-width: 768px){.innerHero h1{font-size:6rem}}.innerHero::after{background:rgba(11,16,24,.3);bottom:0;content:"";display:block;height:100%;left:0;opacity:1;position:absolute;right:0;top:auto;width:100%;z-index:1}.imgWrapper{--r: 50%;--_r: clamp(0%,var(--r)/2,25%);--_v: calc(var(--_r)*(1 - sqrt(2)/4));--_p: calc(var(--_v) - var(--_r)/2);clip-path:shape(from var(--_v) var(--_p), curve to 50% 0 with var(--_r) 0, curve to calc(100% - var(--_v)) var(--_p) with calc(100% - var(--_r)) 0, curve to calc(100% - var(--_p)) var(--_v) with calc(100% - 2 * var(--_p)) calc(2 * var(--_p)), curve to 100% 50% with 100% var(--_r), curve to calc(100% - var(--_p)) calc(100% - var(--_v)) with 100% calc(100% - var(--_r)), curve to calc(100% - var(--_v)) calc(100% - var(--_p)) with calc(100% - 2 * var(--_p)) calc(100% - 2 * var(--_p)), curve to 50% 100% with calc(100% - var(--_r)) 100%, curve to var(--_v) calc(100% - var(--_p)) with var(--_r) 100%, curve to var(--_p) calc(100% - var(--_v)) with calc(2 * var(--_p)) calc(100% - 2 * var(--_p)), curve to 0 50% with 0 calc(100% - var(--_r)), curve to var(--_p) var(--_v) with 0 var(--_r), curve to var(--_v) var(--_p) with calc(2 * var(--_p)) calc(2 * var(--_p)));width:100%;height:100%;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.subHeading{color:#ad3335;display:inline-block;font-weight:900;letter-spacing:.5px;margin-bottom:0;text-transform:uppercase}.headingPrimary{font-size:4.8rem;color:#086945;font-weight:700;letter-spacing:.2rem}.headingPrimary span{color:#43539d}@media only screen and (max-width: 991.9px){.headingPrimary{font-size:3.6rem;letter-spacing:.1rem}}@media only screen and (max-width: 768px){.headingPrimary{font-size:3.2rem;letter-spacing:.05rem}}.headingTertiary{font-size:2.4rem;color:#fff;font-weight:500;margin-bottom:20px}@media only screen and (max-width: 991.9px){.headingTertiary{font-size:3.6rem}}@media only screen and (max-width: 768px){.headingTertiary{font-size:3.2rem}}.sectionHead{text-align:center;margin-bottom:5rem}.heroSection{position:relative;background-size:cover;background-repeat:no-repeat;background-position:right}.heroSection::before{content:"";background-image:linear-gradient(90deg, black 25%, transparent 75%);position:absolute;top:0;left:0;width:100%;opacity:.7;height:100%}.heroSection .container{position:relative}.heroSection .heroContent{color:#fff}@media only screen and (max-width: 991.9px){.heroSection .heroContent{text-align:center}}.heroSection .heroContent .mainTitle{color:#fff;font-size:10rem;line-height:.85;margin:2.5rem 0 2.5rem 0}@media only screen and (max-width: 1200px){.heroSection .heroContent .mainTitle{font-size:8rem}}@media only screen and (max-width: 575px){.heroSection .heroContent .mainTitle{font-size:6rem;margin:1.5rem 0 1.5rem 0}}.heroSection .heroContent .subHeading{color:#fff;background:rgba(136,144,156,.5);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:6rem;display:inline-block;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.heroSection .heroContent .para{font-size:2.4rem;font-weight:300;line-height:normal}@media only screen and (max-width: 575px){.heroSection .heroContent .para{font-size:1.8rem}}.heroSection .heroContent .keywords{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:2.5rem}@media only screen and (max-width: 991.9px){.heroSection .heroContent .keywords{justify-content:center}}.heroSection .heroContent .keywords span{display:inline-block;padding:1rem 3rem;background:var(--rriclr);color:#fff;font-weight:700;text-transform:uppercase;font-size:3rem}@media only screen and (max-width: 1200px){.heroSection .heroContent .keywords span{padding:.7rem 2rem;font-size:2.4rem}}.heroSection .heroContent .keywords span{letter-spacing:1px}.heroSection .heroContent .btnGrid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:5rem}@media only screen and (max-width: 991.9px){.heroSection .heroContent .btnGrid{justify-content:center}}.btnWhite{display:inline-block;border:2px solid;padding:1.2rem 3rem;font-size:1.9rem;text-transform:uppercase;font-weight:600;border-radius:50rem;transition:all .4s ease-in-out}@media only screen and (max-width: 575px){.btnWhite{padding:.6rem 2rem}}.btnWhite{background:#fff;color:#0b1018;border-color:#fff}.btnWhite:hover{background:rgba(0,0,0,0);color:#fff}.btnLight{display:inline-block;border:2px solid;padding:1.2rem 3rem;font-size:1.9rem;text-transform:uppercase;font-weight:600;border-radius:50rem;transition:all .4s ease-in-out}@media only screen and (max-width: 575px){.btnLight{padding:.6rem 2rem}}.btnLight{background:rgba(0,0,0,0);color:#fff}.btnLight:hover{background:#fff;color:#0b1018}.btnDark{display:inline-block;border:2px solid;padding:1.2rem 3rem;font-size:1.9rem;text-transform:uppercase;font-weight:600;border-radius:50rem;transition:all .4s ease-in-out}@media only screen and (max-width: 575px){.btnDark{padding:.6rem 2rem}}.btnDark{background:#086945;color:#fff;border-color:#086945}.btnDark:hover{background:#ad3335;color:#fff;border-color:#ad3335}.btnBorder{display:inline-block;border:2px solid;padding:1.2rem 3rem;font-size:1.9rem;text-transform:uppercase;font-weight:600;border-radius:50rem;transition:all .4s ease-in-out}@media only screen and (max-width: 575px){.btnBorder{padding:.6rem 2rem}}.btnBorder{background:#fff;color:#086945}.btnBorder:hover{background:#086945;color:#fff;border-color:#086945}.aboutrri{background:#f7f7f7}.rriCountry .rriGallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:2px;grid-auto-rows:24.65rem;overflow:hidden;border-radius:2rem}@media only screen and (max-width: 1399.9px){.rriCountry .rriGallery{grid-auto-rows:22.3rem}}@media only screen and (min-width: 992.1px)and (max-width: 1199.9px){.rriCountry .rriGallery{grid-auto-rows:21.6rem}}@media screen and (max-width: 400px){.rriCountry .rriGallery{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 320px){.rriCountry .rriGallery{grid-template-columns:repeat(1, 1fr)}}.rriCountry .rriGallery .item{height:100%;position:relative;overflow:hidden}.rriCountry .rriGallery .item:hover img{transform:scale(1.15)}.rriCountry .rriGallery .item::before{content:"";background:var(--rriSpan);position:absolute;width:100%;height:100%;top:0;left:0;opacity:.4;transition:all .4s ease-in-out}.rriCountry .rriGallery .item figure,.rriCountry .rriGallery .item a,.rriCountry .rriGallery .item img{display:block;height:100%}.rriCountry .rriGallery .item img{transition:all .4s ease-in-out}.rriCountry .rriGallery .item span{position:absolute;bottom:0;left:0;width:100%;display:block;background:var(--rriSpan);color:#fff;text-align:center;text-transform:uppercase;font-weight:700;font-size:14px}.rriCountry .imgBox figcaption{background:#ad3335;text-align:center;padding:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block;color:#fff}.rriCountry .imgBox figcaption em{font-weight:700}.rriCountry .imgBox img{height:calc(100% - 142px);-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;padding-bottom:10px}/*# sourceMappingURL=main.min.css.map */