/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-t{border-top-width:1px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.font-semibold{font-weight:600}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.dark\:text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}}

html, body, form input[type=submit] {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 62.5%;
}

* {
	box-sizing:border-box;
}

.hide-mobile,
a.hide-mobile,
a.hide-mobile.button {
	display: none !important;
}

.hide-desktop,
a.hide-desktop,
a.hide-desktop.button {
	display: block !important;
}

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

.container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

/** Headings **/

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	padding: 0;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 4.8rem;
	line-height: 5.8rem;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 2.2rem;
	line-height: 3.6rem;
	font-weight: 600;
}

.block h2 {
	font-size: 3.2rem;
	font-weight: 800;
}

h2 span {
	color: #BAFA2F;
}

h3 {
	font-size: 2.2rem;
	color: #BAFA2F;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.7rem;
}

.hero {
	background: #fff url(../images/homeherobg.jpg) no-repeat 58% center / cover;
}

.hero.block {
	min-height: 100dvh;
    padding-top: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero.block h2 {
	font-size: 6rem;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
	margin: 0 0 .6em;
}

.hero.block h3 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
}

/** General styles **/

p, li, table {
	font-size: 1.6rem;
	margin: 0 0 20px 0;
	line-height:3.0rem;
}

a.button, form input[type=submit] {
	display: block;
	background: #175138;
	color: #BAFA2F;
	border-radius: 50px !important;
	text-align:center;
	padding: 15px 20px;
	font-weight: 500;
}

form input[type=submit] {
	background: #BAFA2F;
	color: #175138;
	border-width: 0;
	display: inline-block;
	font-size: 1.6rem;
	width: 100%;
}

/** Forms **/

::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}

::placeholder {
  color: #FFF;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #FFF;
}

::-ms-input-placeholder {
  color: #FFF;
}

form {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
}

form .form-half {
	width: 100%;
	position: relative;
}

.optional {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
}

form .form-full {
	width: 100%;
	position: relative;
}

form input[type=text], form input[type=email], form input[type=tel],
form textarea {
	background: none;
	border: 2px solid #FFF;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 0;
	font-weight: 800;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	color:#FFF;
	margin: 0 0 30px 0;
	outline: none;
	resize: none;
}

form textarea {
	height: 115px;
}

form label {
	display: none;
	color: #FFF;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  font-size: 1.4rem;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
  border: 2px solid #FFF;
  border-radius: 3px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/** Content block **/

.block .container,
.colour-block .container,
.logo-slider .container {
	padding: 60px 40px;
}

.colour-block {
	position: relative;
}

.triangle {
	position: absolute;
	right: 0;
	top: -75px;
	right: 100px;
	display: none;
}

.block img {
	margin-bottom: 40px;
	margin-top: 40px;
}

/** Header **/

header {
	background: transparent;
	color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

header.scrolled {
    background: #175138;
}

header .container {
	padding: 15px 15px;
    transition: all 0.3s ease-in-out;
}

header.scrolled .container {
	padding: 10px 15px;
}

header .container .row {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items:center;
}

#menus {
	margin-left: auto;
}

#menus nav {
	display: inline-block;
}

#menus nav#main-menu,
#menus nav#login-menu {
	display: inline-block;
}

#menus ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

#menus ul li {
	display: inline-block;
	margin: 0;
	font-size: 1.6rem;
}

#menus ul li a {
	font-size: 14px;
	display: block;
	font-weight: 500;
	padding: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

#menus ul li a.highlight {
	border: 2px solid #FFF;
	border-radius: 50px;
	color: #FFF;
	margin-left: 10px;
	margin-top: 0;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

@media (min-width: 370px) {
	#menus ul li a.highlight {
		margin-left: 30px;
	    padding: 10px 30px;
	}
}

#logo img,
#logo svg {
	max-width: 85px;
}

#toggle-login {
	margin-left: auto;
}

#toggle-menu {
	margin-right: auto;
	visibility: hidden;
}

.bg-colour {
	background: #ECF7F0;
}

.bg-colour h3 {
	color: #175138;
}

.colour-block {
	background: #BAFA2F;
	text-align: center;
}

.colour-block h2 {
	font-size: 3.2rem;
	font-weight: 800;
}

.colour-block h1,
.colour-block h2,
.colour-block h3,
.colour-block p {
	color: #175138;
	text-align: center;
}
.colour-block p {
	font-size: 2rem;
}

/** Testimonials **/

.testimonials {
	border-bottom: 1px solid #ECF7F0;
}

.testimonials.block img {
	margin: 0;
}

.testimonials h2 {
	color: #BAFA2F;
	font-weight: 800;
	font-size:3.2rem;
}

.testimonials h3 {
	font-size: 2.0rem;
	font-weight: 800;
	color: #000;
}

.testimonials .testimonial-who p {
	font-size: 1.3rem;
	color: #BAFA2F;
	font-weight: 800;
}

.testimonials .testimonial-who p strong {
	font-size: 2.0rem;
	color: #000;
}

/** Logo slider **/

.logo-slider {
	text-align:center;
}

.slider-outer {
	overflow: hidden;
	height: 63px;
}

.slider {
	position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;

}

.slider.active {
	background: rgba(255,255,255,0.3);
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.slide {
	display: inline-block;
    max-width: 50%;
    padding: 0 20px;
}

.slide img {
	display: block;
	max-width: 160px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.slider .slide:last-of-type {
	padding-right: 0;
}

.slider .slide:first-of-type {
	padding-left: 0;
}

.slide img {
	margin: 0 auto;
}

.logo-slider h3 {
	color: #000;
	margin-bottom: 60px;
}

/** Contact Form **/

#contact-form {
	background: #175138;
}
#contact-form h2 {
	color: #fff;
}

/** Footer **/

footer {
	background: #000;
	color: #FFF;
	text-align:center;
}

#footer-logo {
	margin-bottom: 20px;
}

#footer-logo svg,
#footer-logo img {
	margin: 0 auto;
	max-width: 82px;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style:none;
	display: none;
	font-size: 1.4rem;
}

footer ul li {
	font-size: 1.4rem;
}

footer .container {
	padding: 60px 40px;
}

footer h4 {
	font-weight: 800;
	text-transform:uppercase;
	font-size: 1.4rem;
	color: #BAFA2F;
	cursor: pointer;
}

footer a {
	color: #FFF;
}

footer .copyright p {
	color: #FFF; /*#414155;*/
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
}

footer .social {
	text-align:center;
	padding: 30px 0 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .social a {
	display: inline-block;
	margin: 0 10px;
}

/** Desktop size **/

@media screen and (min-width: 1080px) {

	.hide-mobile,
	a.hide-mobile,
	a.hide-mobile.button {
		display:block !important;
	}
	.hide-desktop,
	a.hide-desktop,
	a.hide-desktop.button {
		display: none !important;
	}

	a.button.hide-mobile,
	a.button {
		display: inline-block !important;
		min-width: 270px;
	}

	.triangle {
		display: block;
	}

	.colour-block .container {
		padding: 140px 40px;
	}

	.block .row {
		display: flex;
		flex-direction:row;
		flex-wrap:wrap;
		align-items:center;
	}

	.block .image {
		display: flex;
		flex-direction: row;
		justify-content:center;
	}

	.block .content,
	.block .image {
		width: 54%;
	}

	.block .content {
		width: 46%;
		padding-right: 60px;
	}

	.block .content.image-first {
		order: 2;
		padding-right: 0;
		padding-left: 60px;
	}

	.block .image.image-first {
		order: 1;
	}

	.slide {
		display: inline-block;
	    max-width: 33.333%;
	    padding: 0 40px;
	}

	.slide img {
		max-width: 160px;
	}

	header .container {
		padding: 30px 40px;
	}

    header.scrolled .container {
		padding: 10px 40px;
    }

    #menus ul li a {
		font-size: 16px;
	}

	#logo img,
	#logo svg {
		max-width: 180px;
	}

	.hero.block {
		padding-top: 114px;
	}

	.hero.block h2 {
		font-size: 8rem;
	}

	.testimonials .content {
		width: 51%;
	}

	.testimonials .image {
		width: 49%;
	}

	.testimonials .testimonial-who p {
		font-size: 1.8rem;
	}

	.testimonials .testimonial-who p strong {
		font-size: 2.8rem;
	}

	.testimonials .container {
		padding-bottom: 0;
	}

	.optional {
		right: 40px;
	}

	form {
		margin: 0 -15px;
	}

	form .form-full {
		padding: 0 15px;
	}

	form .form-half {
		width: 50%;
		padding: 0 15px;
	}

	form input[type=submit] {
		width: auto;
		min-width: 270px;
	}

	.checkmark {
		top: 5px;
	}

	.checkbox-label {
		font-size: 1.6rem;
	}

	footer .row {
		display: flex;
		flex-direction:row;
		flex-wrap:wrap;
	}

	footer #footer-logo,
	footer .copyright {
		width: 100%;
	}

	footer .copyright p {
		font-size: 1.6rem;
	}

	footer h4 {
		font-size: 1.8rem;
		cursor: initial;
	}

	footer ul {
		display:block !important;
		font-size: 1.6rem;
	}

	footer ul li {
		margin: 0 0 10px 0;
		font-size: 1.6rem;
	}

	footer .social {
		padding-bottom: 0;
		display: block;
		width: 100%;
	}

	footer .social a {
		margin: 0 15px;
	}

	#footer-logo svg,
	#footer-logo img {
		max-width: 145px;
	}

	footer .footer-block {
		width: 50%;
		text-align:left;
		margin-bottom: 60px;
	}

}

@media screen and (min-width: 1240px) {

	h3 {
		font-size: 3.8rem;
	}

	.block h1, .block h2 {
		font-size: 4.6rem;
		line-height: 5.6rem;
	}

	.colour-block h1,
	.colour-block h2,
	.colour-block h3 {
		font-size: 4.6rem;
		line-height: 5.6rem;
		margin-bottom: 40px;
	}

	.colour-block h3 {
		font-size: 3.8rem;
		line-height: 4.8rem;
		margin: 0 0 20px 0;
	}

	.hero.block h2 {
		font-size: 10rem;
	}

	.hero.block h3 {
		font-size: 2.2rem;
	}

	.testimonials h3 {
		font-size: 2.8rem;
	}

	a.button, form input[type=submit] {
		font-size: 2.0rem;
	}

}

@media screen and (max-width: 985px) {
	.checkmark {
		top: 5px;
	}
}

table.api-params th, table.api-params td {
	padding: 8px 20px;
	min-width: 150px;
	vertical-align: top;
}
table.api-params th {
	background: #ECF7F0;
}
table.api-params tbody tr:nth-child(even) td {
	background: #f9f5ff;
}
.api-response {
	white-space: pre-wrap;
	background: #f9f5ff;
	font-size: 90%;
	line-height: 1.2;
	padding: 20px;
	display: block;
}

.text-center {
	text-align: center;
}

#page-privacy table {
	border-collapse: collapse;
}

#page-privacy table th, #page-privacy table td {
	padding: 12px;
	border: 1px solid #000;
	vertical-align: top;
	font-size: .9em;
	line-height: 1.2;
}

#page-privacy table th {
	background: #ccc;
	vertical-align: middle;
}
