﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-300.woff2') format('woff2'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-300.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-regular.woff2') format('woff2'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-500.woff2') format('woff2'),
  url('https://expcdn.co.uk/www/fonts/roboto-v20-latin-500.woff') format('woff');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}
body, html {
  font-family: Roboto, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #575756;
}

.hero{
  height: 470px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
}

.bottom-radius{
  border-radius: 0 0 50% 50%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 2400px);
}
.hero-wrap{
  margin: 0 auto;
}

.page{
  display: flex;
  padding: 40px;
  margin-top:40px;
  border-radius: 10px;
  background-color: white;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.page .col {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.page .icon {
  width:160px;
  color:#426da9;
}

.icon.error{
  color:#bd2327;
}

.button{
  font-size: 16px;
  min-width: 184px;
  background: #d82b80;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 17px 28px;
  border: none;
  border-radius: .3125rem;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  outline: none;
  padding: .6rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease-out,box-shadow .25s ease-out;
  vertical-align: top;
}
.page .icon svg{
  width:90%;
  height:90%;
}

.page .message {

}

.page .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1d4f91;
  font-weight: 500;
}

.page .text {

}

.navigation-logo {
  display: flex;
  align-items: center;
  background: #fff;
  height: 70px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);

h1{
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1d4f91;
  font-weight: 500;
  max-width: 100%;
}
p{
  font-size: 1.25rem;
  font-size: 1.25rem;
  padding-left: 0;
  margin-bottom: 1.25rem;
  font-weight: 100;
  margin: 0 0 1.5rem;
}