@charset "UTF-8";
/* CSS Document */
* {box-sizing: border-box;}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, div, span, applet, h1, h2, h3, h4, h5, h6, p, a, img, strong, sub, sup, center, dl, dt, dd, ol, ul, li, table, tr, th, td {margin:0px;padding:0px;border:0px;outline:0px;line-height: 1.428571429;}
div:after { clear:both; content:''; height:1; display:block;}
a {-o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; text-decoration: none; color: #22264B}
a:hover { opacity: 0.9 }
img { vertical-align:top; max-width: 100%;}

h1,h2,h3,h4,h5,h6 { position: relative;display: block;margin-left: 0; margin-right: 0; font-weight: bold; color: #121212;}
h1 {font-size: 3em;margin-top: 0.67em;margin-bottom: 0.37em}
h2 {font-size: 1.5em; margin-top: 0.83em; margin-bottom: 0.83em;}
h3 {font-size: 1.17em; margin-top: 1em; margin-bottom: 1em; }
h4 {font-size: 1em; margin-top: 1.33em; margin-bottom: 1.33em; }
h5 {font-size: .83em; margin-top: 1.67em; margin-bottom: 1.67em; }
h6 {font-size: .67em; margin-top: 2.33em; margin-bottom: 2.33em;}
p { line-height: 26px; color: #666; font-size: 16px; color: #22264B; margin-bottom: 10px;}

::-webkit-input-placeholder { font-size: 14px;;}
::-moz-placeholder { font-size: 14px;}
:-ms-input-placeholder { font-size: 14px;}
:-moz-placeholder { font-size: 14px;}

.text-center { text-align: center;}
.text-left { text-align: left;}
.text-right { text-align: right;}

.m-1-60 { margin-top:60px !important;}
.m-1-40 { margin-top:40px !important;}
.m-1-20 { margin-top:20px !important;}
.m-1-10 { margin-top:10px !important;}

.m-2-60 { margin-right:60px !important;}
.m-2-40 { margin-right:40px !important;}
.m-2-20 { margin-right:20px !important;}
.m-2-10 { margin-right:10px !important;}

.m-3-60 { margin-bottom:60px !important;}
.m-3-40 { margin-bottom:40px !important;}
.m-3-20 { margin-bottom:20px !important;}
.m-3-10 { margin-bottom:10px !important;}

.m-4-60 { margin-left:60px !important;}
.m-4-40 { margin-left:40px !important;}
.m-4-20 { margin-left:20px !important;}
.m-4-10 { margin-left:10px !important;}

.m-x-60 { margin:60px !important;}
.m-x-40 { margin:40px !important;}
.m-x-20 { margin:20px !important;}
.m-x-10 { margin:10px !important;}

.m-auto-60 { margin:60px auto !important;}
.m-auto-40 { margin:40px auto !important;}
.m-auto-20 { margin:20px auto !important;}
.m-auto-10 { margin:10px auto !important;}

.p-1-120 { padding-top:120px !important;}
.p-1-60 { padding-top:60px !important;}
.p-1-40 { padding-top:40px !important;}
.p-1-20 { padding-top:20px !important;}
.p-1-10 { padding-top:10px !important;}

.p-2-60 { padding-right:60px !important;}
.p-2-40 { padding-right:40px !important;}
.p-2-20 { padding-right:20px !important;}
.p-2-10 { padding-right:10px !important;}

.p-3-120 { padding-bottom:120px !important;}
.p-3-60 { padding-bottom:60px !important;}
.p-3-40 { padding-bottom:40px !important;}
.p-3-20 { padding-bottom:20px !important;}
.p-3-10 { padding-bottom:10px !important;}

.p-4-60 { padding-left:60px !important;}
.p-4-40 { padding-left:40px !important;}
.p-4-20 { padding-left:20px !important;}
.p-4-10 { padding-left:10px !important;}

.p-x-60 { padding:60px !important;}
.p-x-40 { padding:40px !important;}
.p-x-20 { padding:20px !important;}
.p-x-10 { padding:10px !important;}

.col-1 {display:grid; grid-template-columns:repeat(1, 1fr);}
.col-2 {display:grid; grid-template-columns:repeat(2, 1fr);}
.col-3 {display:grid; grid-template-columns:repeat(3, 1fr);}
.col-4 {display:grid; grid-template-columns:repeat(4, 1fr);}
.col-5 {display:grid; grid-template-columns:repeat(5, 1fr);}
.col-6 {display:grid; grid-template-columns:repeat(6, 1fr);}
.col-7 {display:grid; grid-template-columns:repeat(7, 1fr);}
.col-8 {display:grid; grid-template-columns:repeat(8, 1fr);}
.col-9 {display:grid; grid-template-columns:repeat(9, 1fr);}
.col-10 {display:grid; grid-template-columns:repeat(10, 1fr);}
.col-11 {display:grid; grid-template-columns:repeat(11, 1fr);}
.col-12 {display:grid; grid-template-columns:repeat(12, 1fr);}

.gap-60 { gap: 1.5em 1.5em;}
.gap-50 { gap: 1.25em 1.25em;}
.gap-40 { gap: 1em 1em;}
.gap-30 { gap: 0.75em 0.75em;}
.gap-20 { gap: 0.5em 0.5em;}
.gap-10 { gap: 0.25em 0.25em;}

.btn-line { position: relative; color: #E2041D; font-size: 12px; letter-spacing: 2px; display: inline-block; padding:10px; }
.btn-line:after { content: ''; position: absolute; height: 1px; width: 100%; background:#E2041D; left: 0; bottom: 0 }
.btn-line:hover { color: #121212; }
.btn-line:hover:after { background: #121212; }

.btn { display: inline-block; font-weight: 600; font-size: 12px; padding: 15px 30px 15px 30px;box-shadow: 0 0 40px 0 rgba(0,0,0,0.10); border-radius:50px; margin-top: 20px;}
.btn:hover { opacity: .8; }
.btn-white { background: #fff;color: #121212;  }
.btn-blue { background: #273591;color: #fff;  }
.btn-red { background: #E2041D;color: #fff;  }
.block { display: block; }

.center { position: relative; width: 100%; max-width: 1440px; margin: 0 auto;}

img.desktop { display: block; }
img.mobile { display: none; }

.sticky {position: fixed;width: 100%;z-index:99990; top:0;}

.breadcrumbs { width:100%; padding:20px 0;} 
.breadcrumbs ul { list-style:none;}
.breadcrumbs ul li { float:left; }
.breadcrumbs ul li a { text-decoration:none; color:#999; font-size:13px; display:block;}
.breadcrumbs ul li a:after { content:'/'; margin:0 6px;}
.breadcrumbs ul li:last-child a:after { content:'';}
.breadcrumbs ul li:last-child a { font-weight: 600; }

input, textarea{-o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; width: 100%; padding: 20px; border-radius: 3px; border:1px solid #ebebeb; margin: 0 0 10px 0; outline: none; font-size: 14px; color: #18244E;box-sizing: border-box;}
input:hover, textarea:hover {box-shadow: 0 0 20px #ddd;}
button {-o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; width: 100%; padding: 20px; border-radius: 3px; margin: 0 0 10px 0; outline: none; font-size: 14px; background: #ebebeb; border: none; color: #666; font-weight: bold; cursor: pointer;}
button:hover { color: #fff; background: #18244E;box-shadow: 0 0 20px #ddd; }
input[type="checkbox"] { float: left; width: 24px; margin: 5px 0 0 0; }
label { color: #666; font-size: 12px; }
label a { color: #666; font-size: 12px; text-decoration:underline; }
select {width: 100%; padding: 20px;-webkit-appearance: button; height: 60px; border-radius: 3px; border:1px solid #ebebeb; background: #fff; margin: 0 0 10px 0; outline: none; font-size: 14px; color: #666;box-sizing: border-box;}
textarea { height: 100px; }

table { width: 100% !important; text-align: left; border-spacing: 1px }
table td { font-size: 14px; }
table th { font-size: 14px; color: #fff; }
table th { padding: 20px; }
table td { padding:10px 10px; }
thead { background:#273591  }
thead th { background: url(../img/sort.svg) no-repeat; background-position: 90% center }
thead th:last-child { background:none; }
tbody tr { color: #4B4B4B }
tbody tr:nth-child(odd) { background: #ebebeb; }
tbody tr:nth-child(even) { background: #DBDBDB; }
tbody tr:hover { background: #47C485; color: #fff;}
table td a { background: #51B6C7; display:inline-block; text-align: center; padding:10px 10px; border-radius:3px; font-size: 11px; color: #fff; }
tbody tr:hover td a { background: #333;}

table tbody tr td:nth-child(5) { text-align: center }
table tbody tr td:first-child, table thead tr th:first-child { display: none; }
table td, table th {white-space: nowrap;}

img[style*="float: left"]{margin:0 40px 40px 0;}
img[style*="float: right"]{margin:0 0 40px 40px;}

.cd-top{border-radius:3px;display:inline-block;height:40px;width:40px;position:fixed;bottom:40px;right:10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);box-shadow:0 0 10px rgba(0,0,0,0.05);overflow:hidden;text-indent:100%;white-space:nowrap;background:#3E3E3E url(../img/cd-top-arrow.svg) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0 .3s,background-color .3s 0;transition:opacity .3s 0s,visibility 0 .3s,background-color .3s 0}
.cd-top.cd-top--show,.cd-top.cd-top--fade-out,.cd-top:hover{-webkit-transition:opacity .3s 0s,visibility 0 0s,background-color .3s 0;transition:opacity .3s 0s,visibility 0 0s,background-color .3s 0}
.cd-top.cd-top--show{visibility:visible;opacity:1}
.cd-top.cd-top--fade-out{opacity:.5}
.cd-top:hover{background-color:#3E3E3E;opacity:1}
@media only screen and (min-width: 768px) {
.cd-top{right:20px;bottom:20px}
}
@media only screen and (min-width: 1024px) {
.cd-top{height:60px;width:60px;right:30px;bottom:30px}
}

@media only screen and (max-width:1220px) {
}

@media only screen and (max-width:730px) {
	h1 {font-size:42px;}
	h2 {font-size:38px;}
	h3 {font-size:24px;}
	h4 {font-size:18px;}
	h5 {font-size:14px;}
	h6 {font-size:12px;}
	p { font-size: 14px;}
	.col-3 {display:grid; grid-template-columns:repeat(1, 1fr);}
	footer p { font-size: 16px }
	section {  padding-top: 5vh !important;}

	footer { padding-bottom: 30px }

}



