﻿/*!
* Contact page
*/
.contact-page {
  background-color: #fff;
}
.contact-page #sectionContactForm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-page #sectionContactForm .form-holder {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .contact-page #sectionContactForm .form-holder {
    padding-right: 80px;
  }
}
.contact-page #sectionContactForm .form-holder .label-holder h1 {
  font-family: "Poppins", Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.contact-page #sectionContactForm .form-holder .input-holder {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page #sectionContactForm .form-holder .input-holder label {
  display: block;
  font-family: "Spartan", Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgb(49, 49, 49);
}
.contact-page #sectionContactForm .form-holder .input-holder input, .contact-page #sectionContactForm .form-holder .input-holder textarea {
  font-family: "Spartan", Arial;
  font-size: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #000;
  border-left: 2px solid #fff;
  width: 100%;
  height: auto !important;
  margin: 3px 0;
  padding: 4px 8px;
}
.contact-page #sectionContactForm .form-holder .input-holder input:focus, .contact-page #sectionContactForm .form-holder .input-holder textarea:focus {
  border: 2px solid rgb(49, 49, 49);
  padding-bottom: 3px;
}
.contact-page #sectionContactForm .form-holder .input-holder input.missing-data, .contact-page #sectionContactForm .form-holder .input-holder textarea.missing-data {
  border: 2px solid red;
  padding-bottom: 3px;
}
.contact-page #sectionContactForm .form-holder .submit-holder {
  margin-top: 40px;
  padding-left: 15px;
}
.contact-page #sectionContactForm .form-holder .submit-holder button {
  padding: 10px 10px 6px;
  width: 190px;
}
.contact-page #sectionContactForm .confirm-holder {
  padding-top: 20px;
}
.contact-page #sectionContactForm .confirm-holder .label-holder h3 {
  font-family: "Poppins", Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.contact-page #sectionContactForm .image-holder {
  background-image: url("/images/logo_large.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*background-position: 50% 50%;*/
  height: 500px;
  max-width: 550px;
}
.contact-page #sectionMap {
  padding-top: 40px;
  padding-bottom: 100px;
}
.contact-page #sectionMap .map-holder {
  width: 100%;
  height: 400px;
}

.user-agreement-page {
  padding-top: 50px;
  padding-bottom: 80px;
}
.user-agreement-page h1 {
  font-family: "Poppins", Arial;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 0.4rem;
}
.user-agreement-page h2 {
  background-color: #0CA2DA;
  font-size: 1.842rem;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  border-radius: 5px;
}
.user-agreement-page h3 {
  border-bottom: 2px solid #0CA2DA;
  display: block;
  font-weight: 600;
  font-size: 1.138rem;
}
.user-agreement-page img {
  border-radius: 5px;
  max-width: fit-content;
}
.user-agreement-page p {
  font-family: "Spartan", Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}
.user-agreement-page a, .user-agreement-page a:hover {
  color: rgb(13, 110, 253);
}

.about-us-page {
  padding-top: 50px;
  padding-bottom: 80px;
}
.about-us-page h1 {
  font-family: "Poppins", Arial;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 0.4rem;
}
.about-us-page h2 {
  background-color: #0CA2DA;
  font-size: 1.842rem;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  border-radius: 5px;
}
.about-us-page h3 {
  border-bottom: 2px solid #0CA2DA;
  display: block;
  font-weight: 600;
  font-size: 1.138rem;
}
.about-us-page img {
  border-radius: 5px;
  max-width: fit-content;
}
.about-us-page p {
  font-family: "Spartan", Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}
.about-us-page a, .about-us-page a:hover {
  color: rgb(13, 110, 253);
}
.about-us-page .who-are-we img {
  height: 90px;
  border: 1px solid black;
  margin-right: 10px;
  text-align: left;
}

.terms-and-conditions-page {
  background-color: #fff;
}
.terms-and-conditions-page #sectionText {
  padding-top: 40px;
  padding-bottom: 50px;
}
.terms-and-conditions-page #sectionText h1 {
  font-family: "Poppins", Arial;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.terms-and-conditions-page #sectionText h5 {
  font-family: "Spartan", Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-top: 10px;
}
.terms-and-conditions-page #sectionText p {
  font-family: "Spartan", Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}
.terms-and-conditions-page #sectionText a, .terms-and-conditions-page #sectionText a:hover {
  color: rgb(13, 110, 253);
}

.integrity-policy-page {
  background-color: #fff;
}
.integrity-policy-page #sectionText {
  padding-top: 40px;
  padding-bottom: 50px;
}
.integrity-policy-page #sectionText h1 {
  font-family: "Poppins", Arial;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.integrity-policy-page #sectionText h5 {
  font-family: "Spartan", Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-top: 25px;
}
.integrity-policy-page #sectionText h6 {
  font-family: "Spartan", Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-top: 15px;
}
.integrity-policy-page #sectionText p {
  font-family: "Spartan", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
}
.integrity-policy-page #sectionText li {
  font-family: "Spartan", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.integrity-policy-page #sectionText a, .integrity-policy-page #sectionText a:hover {
  color: rgb(13, 110, 253);
}
