html{
    scroll-behavior: smooth;
}
body{
	color: #004d8c !important;
}
img{
    max-width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #edf4f6;
    padding: 20px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}


.header_sticky,
.header__docs {
    box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}

.header img {
    max-width: 250px;
}

#home h1,
#home p{
	color: #004d8c !important;
}

#home p{
	font-weight: 500;
}

.btn-outline {
	border: 1px solid #004d8c;
	color: #004d8c;

}
.btn-outline:hover{
	background-color: #004d8c;
	color: #fff;
}
.article__box {
	display: flex;
	align-items: center;
	gap: 32px;
	background-color: #edf4f6;
}
.article__box img{
	border-radius: 15px;
}
.text-muted {
	color: #004d8c !important;
	font-weight: 500 !important;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #004d8c;
	background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
	border-radius: 2px;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 3px solid #004d8c;
	border-bottom: 3px solid #004d8c;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
}

input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
.form-control input,
.form-control input::placeholder{
	color:#6096c2 !important;
}
.custom-form-group {
	margin-bottom: 16px;
}
#send_newsletter .confirm-small {
	padding-left: 4px;
}

.wrapper {
    padding: 140px 0 45px 0;
}

.wrapper h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: calc(1rem + 1.5vw);

}
.wrapper a{
	color:#004d8c;
}


.wrapper p:last-child {
    margin-bottom: 0;
}

.wrapper p:not(:last-child) {
    margin-bottom: 16px;
}

.wrapper a {
    text-decoration: none;
    cursor: pointer;
}
.footer__list {
	list-style: none;
  display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 0px !important;
}

footer a{
	color: #004d8c;
}
footer a:hover{
	color:#073861;
}
.img__desc {
	display: block;
}
.img__mob{
	display: none !important;
}

.thnaks__main h1{
  font-size: 30px !important;
	line-height: 40px;
}
.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
	color: #004d8c;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
	color: #004d8c;
}
.wrapper a{
	text-decoration: underline !important;
}

@media (max-width: 767.98px) {
    .header{
    padding: 8px 0px;
    }
    .header .container {
        flex-direction: column;
    }
		.header .container img{
				max-width: 180px;
		}
		.article__box {
			flex-direction: column;
		}


}
@media (max-width: 575.98px){
	.img__desc {
			display: none !important;
		}
	
		.img__mob {
			display: block !important;
		}
}
#cookPopup{display:none;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:15px;left:50%;width:900px;max-width:90%;transform:translateX(-50%);padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:9999}
    #cookPopup p{margin:0;text-align:left}
		#cookPopup a{color:#004d8c; text-decoration: underline !important;}
    .cookPopup_btn{padding:7px 15px;cursor:pointer;border:0;background:#004d8c;border-radius:4px;font-weight:800;color:#fff}
    .cookPopup_btn:hover{background:#004d8c}
    @media(min-width:576px){
        #cookPopup.show{display:flex;align-items:center}}
    @media(max-width:575px){
    #cookPopup.show{display:block;text-align:left; padding: 10px;}.cookPopup_btn{margin:10px 0 0 0; width: 100%;}}
    .cookPopup_title{font-size:16px;font-weight:700}
    .cookPopup_desc{font-size:16px}.show{display:flex !important}


:root {
	--masha-blue: #adc3e0;
	--masha-blue-muted: #a1bde0;
	--masha-blue-focus: #004d8c;
}

#form_email,
#form_name {
	color: var(--masha-blue);
	caret-color: var(--masha-blue-focus);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;

}

#form_email::placeholder,
#form_name::placeholder {
	color: var(--masha-blue-muted);
	opacity: 1;
}
#form_email::placeholder,
#form_name::-webkit-input-placeholder {
	color: var(--masha-blue-muted);
}

#form_name:-ms-input-placeholder {
	color: var(--masha-blue-muted);
}

#form_name::-ms-input-placeholder {
	color: var(--masha-blue-muted);
}

#form_name::-moz-placeholder {
	color: var(--masha-blue-muted);
	opacity: 1;
}
#form_email:focus,
#form_name:focus {
	outline: none;
	border-color: var(--masha-blue-focus);
	box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.08);
}