*, ::after, ::before {
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
	margin:0px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color:#3438A4;
	font-size: 1.2vw;
	overflow-x:hidden;
}
.noover{
	overflow: hidden !important;
}
.container{
	width:90vw;
	margin:0px auto;
	padding:0px 20px;
	max-width:100%;
}
header{
	padding-top:17px
}
header img{
	    width: 200px;
}
img{
	max-width:100%;
}
h1, h2, h3{
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 3.5vw;
	margin:0px;
}
.sub-text{
	font-size: 3vw;

}
.two-col{
	display:grid;	
	grid-template-columns: repeat(2, 1fr);
	gap:22px
}
.full-center{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.logo-two{
	width: 12vw;
}
.bottom-img{
	width: 22vw;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: -1;
}
.top-img{
    width: 45vw;
    position: absolute;
    right: -6vw;
    top: 0vw;
    z-index: -1;  
}
.contact-top-img{
	width: 42vw;
}
.mth{
	margin-top: 3vw;
}
.fixfooter img{
	width: 13vw;
	position: absolute;
	bottom: 20px;
	right: 36px;
}
.section{
	padding:60px 0px;
	padding:4vw 0vw;
}
.nav-link{
	text-align:right;
}
.nav-link a{
	 z-index: 99;
    color: white;
    position: relative;
    text-decoration: none;
	border-bottom: 4px solid white;
    padding-bottom: 3px;
	display: inline-block;

	margin-top: .5vw;
	font-size:20px;
}
p{
	color:#212121;
	line-height: 1.7vw;
}
.text-center{
	text-align:center;
}
.btn--optOut {
	position: relative;
}
.btn{
	text-decoration: none;
    background-color: #00acec;
	cursor: pointer;
    color: white;
    border: 0px;
    font-weight:bold;
    display: inline-block;
    padding:12px 37px;
	padding: 1.3vw 3vw;
    border-radius: 64px;
	font-size: 1.3vw;
}
.btn:hover {
    box-shadow: rgb(49 193 247) 0px 3px 6px;
}
.mt80{
	margin-top: 5vw;
}
.form .btn{
	margin-top: 51px;
	cursor:pointer;
}
h2{
	font-size: 2.3vw;
	margin:0px;
}
footer{
	position:relative;

}
.sub-text-2{
	font-size: 1.9vw;
}
.radioHolder {
	margin-bottom: 23px;
}
.tbox{
    margin-bottom: 23px;
    border: 1px solid #ADADAD;
    padding: 14px 29px;
    width: 100%;
    outline: 0px;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    border-radius: 28px;
}
textarea{
	height:122px
}
.form{
	width: 649px;
    margin: 0px auto;
    max-width: 100%;
    margin-top: 42px;
	margin-bottom:2vw;
}
.form.form--consent-test,
.form.form--consent-test .btn {
	margin: 0;
}

.cbox{
	color: #707070;
    display: flex;
    gap: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.emsg{
    color: #FF0000;
    font-size: 16px;
    text-align: left;
    margin-top: 12px;
}
.empty::-webkit-input-placeholder {
    color:#FF0000
}
input[id="cbox"] + label {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ADADAD;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 5px;
}
input[id="cbox"]:checked + label:after {
    position: relative;
    top: -4px;
    left: 1px;
    content: '\2714';
    font-size: 11px;
}
input[id="cbox"] {
	display: none;
}
.redborder{
	border: 2px solid #FF0000 !important;
}
.smsg{
	font-size: 14px;
    text-align: left;
    color: green;
}
.footer-heading{
	display:block;
	font-family: 'Montserrat', sans-serif;
}
.footer-row{
	display:grid;	
	grid-template-columns: repeat(2, 1fr);
	gap:127px;
	padding: 14px 52px;
	padding: 3vw 3vw;
	align-items: end;
}
.leftfooter{
	color:white;
	font-size: 1.4vw;
}
.bottom-two{
	position: absolute;
    z-index: -1;
    bottom: 0;
    width: 50vw;
	max-width:50%
}
.footer-mail{
	color: inherit;
	text-decoration: none;
	display: block;
	margin-top:14px;
	margin-bottom:14px;
}
.rightfooter a{
    color: #707070;
    text-decoration: none;
    border-bottom: 2px solid;
}
.footer-links div{
	 margin-top: .7vw;
}
.rightfooter{
	display:flex;
	gap:22px;
	justify-content:space-between;
	align-items: end;
}
.cp{
	color:#707070;
}
.topinpage svg{
	position: absolute;
    right: -11px;
    width: 695px;
    z-index: -1;
    top: 0;
    height: 643px;
}
.optOutFormSection {
	width: 649px;
	max-width: 100%;
}
.optOutFormSection--last {
	margin-bottom: 100px;
}
.topmob, .mobile-bottom{
	display:none;
}
.optOutStatus {
	font-weight: bold;
}
.optOutStatus--in {
	color: green;
}
.optOutStatus--out {
	color: #d40101;
}
.mobile-bottom img{
	width:100%;
}
.onlymob{
	display:none
}
.optform{
	margin-top: 7vw;
}
.optform .form{
	margin-left: 0px;
	margin-top: 0px;
}
.optform .form .btn {
    margin-top: 0px;
}
.optform .form .emsg {
    margin-top: 0px;
    margin-bottom: 28px;
}
.optform .form .smsg{
    margin-top: 0px;
    margin-bottom: 28px;
}
.pp{
	margin-top: 109px;
	margin-bottom: 237px;
}
.policy{
	width:800px;
	max-width:100%;
}
.stwo{
	    font-size:3.5vw;
    margin-bottom: 3vw;
}

.home-top{
	width: 53vw;
}
.toptext{
	width: 474px;max-width: 100%;
}
.cus{
	margin-top: 96px;
    font-size: 50px;
}
.clink{
	    color: #3438A4;
    font-weight: bold;
    font-size: 40px;
    margin-top: 18px;
    display: inline-block;
    margin-bottom: 188px;
}
.olink{
	    color: #3438A4;
    font-weight: bold;
    font-size: 21px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 269px;
}

.button--loading .button__circle {
    opacity: 1;
}

.form__info {
	margin-top: 10px;
}

.form__error {
	color: #ff0000;
}

.form__success {
	color: green;
}

.form__error--mailto {
	color: #ff0000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.form__error--mailto a {
	color: #3438A4;
}

.button__circle {
    display: block;
    color: currentColor;
    position: absolute;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.button__circle > div {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    margin: 3px;
    border: 3px solid currentColor;
    border-radius: 50%;
    animation: loadingCircle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.button__circle div:nth-child(1) {
    animation-delay: -0.45s;
}
.button__circle div:nth-child(2) {
    animation-delay: -0.3s;
}
.button__circle div:nth-child(3) {
    animation-delay: -0.15s;
}
.grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 1220px) {
	.topinpage svg {
		width: 434px;
		height: 397px;
	}
}

@media screen and (max-width: 1080px) {
	.rightfooter {
		display: block;
		text-align: right;
	}
	.cp {
		margin-top: 19px;
	}
	.bottom-two {
		width: 68%;
		max-width: 68%;
	}
	.footer-row{
		display:flex;
		gap:22px
	}
	.leftfooter{
		flex: 0 0 68%;
	}
}
@media screen and (max-width: 980px) {
	.top-img {
		width: 301px;
	}
	.bottom-img {
		width: 224px;
	}
	h1 {
		font-size: 34px;
	}
	.sub-text {
		font-size: 27px;
	}
}
@media screen and (max-width: 767px) {
	body{
		font-size:18px;
	}
	h1 {
		font-size: 37px
	}
	.optform > h3 br {
		display: none;
	}
	.logo-two {
		width: 163px;
	}
	.sub-text {
		font-size: 29px;
	}
	.fixfooter img {
		width: 142px;
	}
	
	header .two-col{
		grid-template-columns: repeat(2, 1fr);
	}
	.container{
		width:calc(100% - 8vw);
	}
	.topmob{
		top: -50px;
	}
	p{
		line-height: 30px;
	}
	.btn{
		font-size:18px;
		padding: 12px 37px;
	}
	h2{
		font-size: 31px;
	}
	.sub-text-2 {
		font-size: 31px;
	}
	.footer-links div{
		margin-bottom:8px
	}
	.homeimg{
		right:0px;
	}
	.optform .form{
		margin-bottom: 104px;
	}
	.stwo{
		font-size:25px;
	}
	.cus{
	    font-size: 40px;
	}
	.clink{
		font-size: 22px;
	}
	.olink{
		margin-bottom: 153px;	
	}
	.bottom-two{
		display:none;
	}
	.leftfooter{
		font-size: 18px;
		color: #212121;
	}
}

@media screen and (max-width:720px) {
	.footer-row {
		display: block;
	}
	
}
@media screen and (max-width: 704px) {
	.topinpage svg {
		width: 342px;
		height: 319px;
	}
}

@media screen and (max-width: 604px) {
	.two-col {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.mtop{
		margin-top: 158px;
	}
}
@media screen and (max-width: 576px) {
	.mobile-bottom{
		display:none;
	}
	.mobile-bottom img{
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
	.footer-row{
		padding: 21px 20px;
	}
	.onlymob{
		display:block;
	}
	.leftfooter, .rightfooter{
		font-size: 14px;
	}
	.cp {
		margin-top: 11px;
	}
	.form{
		margin-bottom: 85px;
	}
	.pp {
		margin-bottom: 160px;
	}
	.leftfooter img{
		height: 69px;
	}
}
@media screen and (max-width: 500px) {
	.top-img {
		width: 251px;
	}
	.bottom-img {
		width: 184px;
	}
	.fixfooter img {
		bottom: 15px;
		right:15px;
	}
	
	header img{
		filter: brightness(0) invert(1);
	}
	.topinpage{
		display:none;
	}
	.topmob{
		display: block;
		width: 100%;
		position: absolute;
		z-index:-1;
	}
	.mtop {
		margin-top: 481px;
	}
	.optform , .pp{
		margin-top: 185px;
	}
	.homeimg{
		width:76%
	}
}
@media screen and (max-width: 452px) {
	.mtop {
		margin-top: 432px;
	}
}
@media screen and (max-width: 412px) {
	.two-col {
		gap: 5px;
	}
	.mtop {
		margin-top: 392px;
	}
	.toptext{
		width:100%
	}
}
@media screen and (max-width: 390px) {
	.mtop {
		margin-top: 373px;
	}	
}
@media screen and (max-width: 393px) {
	.mtop {
		margin-top: 370px;
	}
}
@media screen and (max-width: 375px) {
	.mtop {
		margin-top: 358px;
	}
}

@keyframes loadingCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}