@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&family=Montserrat:wght@300;400;500;600&display=swap');


html{scroll-behavior: smooth; scroll-padding-top: 60px;}

html.lenis {height: auto;}

.animate {opacity: 0;}
.animate.animated {opacity: 1;-webkit-animation-duration: .45s;animation-duration: .45s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.lenis.lenis-smooth {scroll-behavior: auto;}

.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}

.lenis.lenis-stopped {overflow: hidden;}

.lenis.lenis-scrolling iframe {pointer-events: none;}

* {margin: 0;padding: 0;box-sizing: border-box;}
*::after { box-sizing: border-box;}
*::before {box-sizing: border-box;}
*::selection {background-color: rgba(20, 134, 195, 0.205); color: #fff;}
*:focus-visible {outline: none;}
*::placeholder{font-family: 'Montserrat', sans-serif; color: #808080;}



textarea{font-family: 'Montserrat', sans-serif;}

body {background-color: #FFFFFF; font-family: 'Montserrat', sans-serif; overflow-x: hidden;}

img{max-width: 100%; height: auto; object-fit: cover;}

a{text-decoration: none; color: #6F6F6E; transition: all 200ms;}
a:hover{color: #434343;}
ol{padding-left: 15px;}
p{font-size: 16px !important;}

.container-grid{padding: 0 30px; max-width: 1160px; width: 100%; margin: 0 auto;}

.btn{color: #FFF;font-size: 14px;font-style: normal;font-weight: 500;line-height: 14px; /* 100% */letter-spacing: -0.56px; transition: all 200ms; padding: 20px 50px; display: flex; gap: 20px; align-items: center; justify-content: center; max-width: fit-content; border-radius: 4px;background: #1C4B6F; cursor: pointer; font-family: 'Inter', sans-serif;}
.btn:hover{background: #19659f; color: #fff;}

.sectionTitle{color: #0B3454;font-size: 1.25rem;font-style: normal;font-weight: 500;line-height: normal; padding-left: 71px; position: relative; user-select: none;}

.sectionTitle::before{content: ''; width: 46px; height: 2px; background: #1C4B6F; left: 0; position: absolute; top: 50%; transform: translateY(-50%);}

h2{color: #161616;font-family: Montserrat;font-size: 2.187rem;font-style: normal;font-weight: 400;line-height: normal;}


@media screen and (max-width: 1600px){
    p{font-size: clamp(0.938rem, 0.847rem + 0.403vw, 1.250rem); line-height: clamp(1.250rem, 1.232rem + 0.081vw, 1.313rem);} 
}



@media screen and (max-width: 996px){
    h2{font-size: 2rem;}
}

@media screen and (max-width: 800px){}
.btn{padding: 20px;}

@media screen and (max-width: 500px){
    .container-fluid{padding: 0 15px;}
    .section-title{padding:  0 15px;}
    .container-narrow{padding: 0 30px;}
}

@media screen and (max-width: 550px){
    .container-grid{padding: 0 20px;}
}