/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dm-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --blue1: #001c47;
    --blue2: #0096e3;
	--white: #ffffff;
	--darkgrey: #222222;
}

body {
	display: flex;
	align-items: center;	
	flex-wrap: wrap; 
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
    font-family: 'DM Sans', 'Arial', sans-serif;
	font-size: 1.125rem;
    font-weight: 400;
    min-height: 100vh;
	line-height: 1.25;
}

h1, h2, h3 {
	color: var(--blue1);
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.content-col-inner h2,
.content-col-inner h3 {
	color: var(--white);
}

h1 {
	letter-spacing: -0.25rem;
}

h1 small {
	display: block;
	font-size: .45em;
	font-weight: 400;
	color: var(--blue2);
	letter-spacing: 0;
	margin-top: .25rem;
}

.logo-dots {
	width: auto;
	height: 26.1875rem;
	left: -2.5rem;
	bottom: 3.25rem;
}

a {
	color: var(--green2);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 4rem;
	line-height: 1.19;	
	color: var(--blue1);
}

p {
	margin-bottom: 2rem;
}

p.small {
	font-size: 0.875rem;
}

p.bottom-line {
	margin-bottom: 4rem;
}

.contact p{
	font-size: 1.625rem;
	margin-bottom: 3rem;
}

.modal h2,
.modal h3,
.modal h4 {
	color: var(--green3);
}

.modal p {
	font-size: 1.125rem;
	color: var(--darkgrey);
}

.header,
.content,
.footer {
	width: 90vw;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding: 4.875rem 0;
}

.logo-col {
	padding-left: 3rem;
}

.content-col-inner {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - 9.735rem);
	color: var(--white);
	padding: 2rem;
	background: rgba(0, 28, 71, 0);
	background: linear-gradient(330deg, rgba(0, 28, 71, 1) 40%, rgba(0, 28, 71, .3) 100%);
}

.content-col-inner .info {
		padding: 5rem 10rem 2rem;
}

.content-col-inner hr {
	opacity: .5;
	border-bottom: 1px dotted var(--white);
	margin-top: 3rem;
	margin-bottom: 3rem;
}

ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    font-size: 1.25rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding-left: 1.8em;
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.2em;
    height: 1.2em;
    background-image: url("../images/lightning.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.shortcuts ul {
	display: flex;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

.shortcuts ul button {
	font-size: 1rem;
	color: #878e9c ;
	border: 0;
	background: none;
	padding: 0;
}

.shortcuts ul button:hover {
	text-decoration: underline;
}

.shortcuts ul li {
	padding: 0 1rem;
	line-height: 1.125rem;
}

.shortcuts ul li:first-child {
	padding-left: 0;
	border-right: 1px solid #878e9c;
}

.shortcuts ul li:last-child {
	padding-right: 0;
}


@media screen and (min-width: 1920px) {
	HTML {
		font-size: calc(0.857vw - 0.45px);
		font-size: clamp(16px, calc(0.857vw - 0.45px), 40px);
	}
}

@media screen and (max-width: 1919px) {
	HTML {	
		font-size: 15px;
	}	
}

@media screen and (max-width: 1599px) {
	HTML {	
		font-size: 14px;
	}
	.content-col-inner .info {
			padding: 5rem 5rem 2rem;
	}
}

@media screen and (max-width: 1199px) {
	HTML {	
		font-size: 13px;
	}	
	.content-col-inner .info {
			padding: 5rem 0rem 2rem;
	}
}

@media screen and (max-width: 991px) {
	HTML {	
		font-size: 12px;
	}	
	body {
		background-position: 57% center;
	}
}

@media screen and (max-width: 850px) {
	body {
		background-position: 35% center;
	}
}

@media screen and (max-width: 767px) {
	HTML {	
		font-size: 16px;
	}	
	body {
		background-size: 100% auto;
		background-position: top center;
		background-attachment: scroll;
	}
	h1 {
		font-size: 2.625rem;
	}
	.logo-dots {
		width: auto;
		height: 16rem;
		left: -2.25rem;
		bottom: 3.25rem;
	}
	.content {
		padding-top: 58vw;
	}
	.content-col-inner .info {
        padding: 0;
    }
}