html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: currentColor;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

select {
  display: block;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.4;
  color: #111111;
  text-align: center;
}

.blocks {
  display: flex;
}
.blocks i {
  height: 16px;
  flex: 1;
}
.blocks i:nth-child(1), .blocks i:nth-child(4) {
  background: #00589f;
}
.blocks i:nth-child(2), .blocks i:nth-child(5) {
  background: #0099bb;
}
.blocks i:nth-child(3) {
  background: #80b43c;
}

.container {
  padding: 90px 0;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pi-company-logo {
  width: 180px;
  height: auto;
  display: block;
}

.heading {
  font-size: 24px;
  margin: 40px 0 16px;
}

.ardonagh-logo {
  width: 250px;
  height: auto;
  display: block;
}

.detail {
  font-size: 16px;
  margin: 18px 0 0;
}

.button {
  background: #043428;
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  margin: 40px 0 0;
  transition: background 0.3s;
}
.button:hover {
  background: #2e5f53;
}

.legals {
  font-size: 14px;
  display: block;
  margin: 46px 0 0;
}

a {
  color: #011982;
  font-weight: bold;
}
