/* Colours */
/* Fonts */
/* Reset */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea {
  border: solid 1px #e6e6e6;
}

button:focus,
input:focus,
select:focus,
option:focus {
  outline: none;
}

@font-face {
  font-family: "Source Sans";
  src: url(/assets/fonts/SourceSans3-VariableFont_wght.ttf) format("truetype");
}
/* Typography */
body {
  font: 100% "Source Sans", sans-serif;
  color: #21334B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans", sans-serif;
  color: #21334B;
  font-weight: bold;
}

h1 {
  font-size: 48px;
  line-height: 180%;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.p3 {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  color: #707070;
}

a.footer {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #FFFFFF;
}

@media (max-width: 925px) {
  p {
    font-size: 16px;
  }
}
/* Base */
.xdebug-var-dump {
  font-size: 14px;
}

.env.andy {
  border: solid 2px #f00;
}

.env.staging {
  border: solid 2px rgb(255, 136, 0);
}

a {
  color: #154153;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.bold {
  font-weight: bold;
}

@media (max-width: 1440px) {
  .max-width {
    padding-left: 6.94445vw;
    padding-right: 6.94445vw;
  }
}
@media (max-width: 1024px) {
  .max-width {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 925px) {
  .max-width {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/* Buttons */
.button {
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 80px;
  cursor: pointer;
  background-color: #DDD;
  border: 0;
  letter-spacing: 1px;
}
.button.primary {
  background-color: #075280;
  color: #FFFFFF;
}
.button.secondary {
  background-color: #E6EBFF;
  color: #154153;
  border: solid 1px #ccd0e2;
}
.button.medium {
  padding: 13px 25px;
  font-size: 14px;
}
.button.small {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
.button.disabled {
  background-color: #DDD;
  cursor: default;
}
.button:hover, .button:visited {
  text-decoration: none;
}

.group {
  display: flex;
  flex-wrap: wrap;
}

.field {
  flex-grow: 1;
  margin: 10px;
}
.field.no-grow {
  flex-grow: 0;
}

.full {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #075280;
}

input,
select {
  font-family: "Open Sans", sans-serif;
  color: #21334B;
}

input:focus,
textarea:focus {
  outline-width: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=time] {
  width: 100%;
  height: 58px;
  padding: 10px 20px;
  border: solid 1px #075280;
  border-radius: 7px;
  font-size: 16px;
}

.StripeElement {
  height: 58px;
  padding: 10px 20px;
  border: solid 1px #075280;
  border-radius: 7px;
  font-size: 16px;
}

input[type=text].field-ok,
input[type=email].field-ok,
input[type=number].field-ok,
select.field-ok,
textarea.field-ok,
.StripeElement.StripeElement--complete {
  border: solid 1px #06bb06;
}

input[type=text].field-error,
input[type=email].field-error,
input[type=number].field-error,
select.field-ok,
textarea.field-error,
.StripeElement.StripeElement--invalid {
  border: solid 1px #F00;
}

/* Header */
.banner {
  padding: 10px 20px;
  background-color: rgba(230, 235, 255, 0.5);
  color: #21334B;
}
.banner .container {
  display: flex;
  justify-content: space-between;
}
.banner a {
  text-decoration: underline;
}
.banner i {
  padding: 0 5px;
  cursor: pointer;
}

header {
  position: relative;
  width: 100%;
  min-width: 350px;
  z-index: 30;
  background-color: #FFFFFF;
}
header .container {
  display: flex;
  position: relative;
  height: 125px;
  align-items: center;
  justify-content: space-between;
}
header a.logo {
  position: relative;
}
header a.logo img {
  height: 85px;
}

@media (max-width: 925px) {
  header {
    min-width: 320px;
  }
  header .container {
    height: 110px;
    gap: 40px;
  }
  header .container .logo.fm {
    width: 160px;
    display: flex;
    align-items: center;
  }
  header .container .logo.tcl {
    width: 172px;
    display: flex;
    align-items: center;
  }
  header .container .logo img {
    height: auto;
  }
}
@media (max-width: 410px) {
  header .container {
    height: 26.8vw;
  }
}
footer {
  padding: 48px 0 40px 0;
  background-color: #006D8E;
  color: #FFFFFF;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .container hr {
  width: 100%;
  border: 1px solid #FFFFFF;
  opacity: 20%;
}
footer .container .top-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 139px;
}
footer .container .top-row .form-element-select {
  position: absolute;
  color: black;
  width: 100px;
  left: 100px;
}
footer .container .top-row .form-element-select .form-element-active {
  border-radius: 14px;
}
footer .container .top-row .form-element-select .form-element-active.active {
  border-radius: 14px 14px 0 0;
}
footer .container .top-row .form-element-select .form-element-options {
  border-radius: 0 0 14px 14px;
}
footer .container .top-row img.logo {
  height: 74px;
}
footer a {
  color: #FFFFFF;
}
footer .link-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 542px;
}
footer .link-container > div {
  margin: 0 10px;
}
footer .link-container h3 {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 16px;
}
footer .link-container li {
  margin-bottom: 10px;
}
footer .link-container p {
  font-size: 12px;
  line-height: 2;
}
footer .link-container .social-links .im {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
footer .link-container .social-links .im i {
  margin-right: 10px;
  font-size: 1.2em;
}
footer .link-container .social-links .im a {
  margin-bottom: 10px;
  font-size: 0.9em;
}
@media (max-width: 600px) {
  footer .link-container {
    flex-direction: column;
  }
}
footer .info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  flex-wrap: wrap;
}
footer .newsletter {
  margin-bottom: 20px;
}
footer .newsletter h3 {
  font-size: 16px;
  color: #E6EBFF;
  text-transform: uppercase;
  text-align: center;
}
footer .newsletter .message {
  max-width: 500px;
  margin: 20px auto 20px auto;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
footer .newsletter .message.errors {
  background-color: #F00;
  border: solid 1px #F00;
}
footer .newsletter .message.hidden {
  display: none;
}
footer .newsletter .message.ok {
  background-color: #06bb06;
  border: solid 1px #06bb06;
  text-align: center;
}
footer .newsletter .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
footer .newsletter input {
  width: initial;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border-radius: 5px;
  color: #000;
}
footer .newsletter input[name=email] {
  min-width: 200px;
}
footer .newsletter .button {
  margin-top: 10px;
}
footer #social {
  margin-bottom: 20px;
  text-align: center;
}
footer #social a {
  font-size: 1.2em;
  margin-right: 10px;
  color: #FFF;
}
footer #social a:last-of-type {
  margin-right: initial;
}

@media (max-width: 1024px) {
  footer img {
    height: 52px;
  }
}
@media (max-width: 925px) {
  footer .container:has(select) .top-row .form-element-select {
    transform: rotateX(180deg) rotateY(180deg);
    left: 20px;
    top: 160px;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active {
    flex-direction: row-reverse;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active span {
    transform: rotate(180deg);
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active i {
    margin: 0;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-option {
    transform: rotate(180deg);
  }
  footer .container:has(select) .info-container {
    justify-content: flex-end;
    padding-right: 22px;
  }
}
@media (max-width: 520px) {
  footer .container {
    gap: 32px;
  }
  footer .container:has(select) .info-container {
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
  }
}
/* Legal view */
section {
  margin-top: 40px;
  margin-bottom: 89px;
}
section h2 {
  margin-bottom: 20px;
}
section h3 {
  margin-bottom: 20px;
}
section p {
  margin-bottom: 20px;
}
section ul {
  list-style: disc;
}
section li {
  margin-left: 20px;
  margin-bottom: 10px;
}