#root {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	/* border: 1px solid #000; */
	box-sizing: border-box;
}

#header {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem;
    background-color: transparent;
    background-image: linear-gradient(130deg, rgba(105, 181, 0, 0.72) 0%, #ffffff 100%);
}

#logo,
#nav {
	display: flex;
	align-items: center;
	min-height: 48px;
}

#logo {
	justify-content: flex-start;
}

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

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

#opin_logo {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer1 {
	text-align: center;
	font-family: sans-serif;
	background-color: #292e31;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer1 a,
#footer1 a:visited,
#footer1 a:hover,
#footer1 a:active {
	color: #fff;
	text-decoration: underline;
}

.home-copyright {
	color: #fff;
}

#nav {
	justify-content: center;
	text-align: center;
	font-family: sans-serif;
}

#nav a,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #000;
	text-decoration: underline;
}

#nav .nav-sep {
	margin: 0 0.6rem;
}

.nav-sep-2 {
	margin: 0 0.6rem;
	color: #fff;
}

#header1 {
  color: #405089;
  font-size: clamp(2rem, 8vw, 56px);
  font-weight: 500;
  font-family: sans-serif;
}

#header2 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

#body {
	padding: 0;
}

#body1 {
	background-color: #006195;
	margin: 0;
}

.body1-header-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.body1-header-title,
.body1-header-desc {
	text-align: center;
	font-family: sans-serif;
	color: #fff;
}

.body-header-title,
.body1-header-title {
	font-size: 30px;
	font-weight: 600;
}

.body1-header-title {
	padding-left: 25px;
	padding-right: 25px;
}

.body1-header-desc {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 15px;
	line-height: 165%;
}

/*
.body1-table-borders {
	border: 1px solid #fff;
}
*/

.body1-table-container {
	display: flex;
	flex-direction: column;
	margin: 20px 20px 0;
}

.body1-table-column {
	width: 100%;
}

.body1-table-row {
	display: flex;
	align-items: flex-start;
	padding-bottom: 25px;
}

.body1-table-row-icon {
	flex: 0 0 auto;
	align-self: flex-start;
}

.body1-table-row-text {
	flex: 1 1 auto;
	align-self: flex-start;
}

.body1-table-row .home-icon,
.body1-table-row .home-icon-2 {
	margin-top: 0;
}

.body1-table-row-head {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}

.body1-table-row-desc {
	font-family: sans-serif;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.body1-table-row-head,
.body1-table-row-desc {
	padding-left: 10px;
	padding-right: 10px;
}

#body2 {
	background-color: #f88729;
	margin: 0;
}

#body3 {
	background-color: #80b636;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
}

.client-quote,
.q1,
.q2,
.q3 {
	color: #fff;
	font-family: sans-serif;
}

.client-quote {
	flex: 1 1 0;
	padding-left: 20px;
	padding-right: 20px;
}

.client-quote-text {
	font-size: 22px;
	margin-bottom: 20px;
}

.client-quote-author {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.client-quote-role {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

[class^="client-quote-"],
[class*=" client-quote-"] {
	color: #fff;
}

#body2 .body1-table-container {
	flex-direction: column-reverse;
}

.body2-col2 {
	padding-bottom: 40px;
}

/* Targeted styling for the Elementor icon shown on the homepage. */
.home-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	background: #006195;
	/* background: #eaf0ff; */
	/* border: 1px solid #c8d5ff; */
	/* border-radius: 14px; */
	padding: 0.75rem;
	margin-top: 0.75rem;
	/* box-shadow: 0 6px 18px rgba(64, 80, 137, 0.14); */
	/* transition: transform 180ms ease, color 180ms ease, background-color 180ms ease; */
}

.home-icon-2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	background: #f88729;
	/* background: #eaf0ff; */
	/* border: 1px solid #c8d5ff; */
	/* border-radius: 14px; */
	padding: 0.75rem;
	margin-top: 0.75rem;
	/* box-shadow: 0 6px 18px rgba(64, 80, 137, 0.14); */
	/* transition: transform 180ms ease, color 180ms ease, background-color 180ms ease; */
}

/*
.home-icon:hover {
	color: #ffffff;
	background: #405089;
	transform: translateY(-2px);
}
*/

.about-intro-text::first-letter {
  -webkit-initial-letter: 2.5; /* Required for Safari support */
  initial-letter: 2.5;         /* Spans exactly 3 lines of text */
  font-weight: bold;
  /* font-family: Georgia, serif; */
  /* color: #8b0000; */
  padding-right: 8px;
}

.about-body-1-content {
  /*
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  */
  padding: 20px;
}

.about-bold {
  font-weight: bold;
}

#about-body-1 {
  background-color: #f2f2f2;
}

.about-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
	line-height: 1;
	color: #045089;
	background: #fff;
	/* background: #eaf0ff; */
	/* border: 1px solid #c8d5ff; */
	/* border-radius: 14px; */
	padding: 0.75rem;
	margin-top: 0.75rem;
	/* box-shadow: 0 6px 18px rgba(64, 80, 137, 0.14); */
	/* transition: transform 180ms ease, color 180ms ease, background-color 180ms ease; */
}

.about-body-2-statement > div {
	text-align: center;
}

.about-body-2-content {
	display: flex;
	flex-direction: column;
}

.about-body-2-statement {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.about-body-2-statement-header {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	color: #515151;
	padding-bottom: 15px;
}

#about-body-3 {
    background-color: transparent;
    background-image: linear-gradient(130deg, rgba(105, 181, 0, 0.72) 0%, #ffffff 100%);
}

.about-body-3-content > [class] {
	text-align: center;
}

.about-body-3-content {
	padding-top: 60px;
	padding-bottom: 20px;
}

.about-body-3-text {
	font-size: 22px;
	/* font-weight: bold; */
	line-height: 1.1;
	color: #045089;
	/* padding-top: 40px; */
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.about-body-3-author {
	font-size: 18px;
	color: #6d6d6d;
	margin-top: 0;
	margin-bottom: 0;
}

.about-body-3-role {
	font-size: 14px;
	color: #868686;
	margin-top: 0;
	margin-bottom: 30px;
}

.privacy-body {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

.privacy-header {
	font-size: 16px;
	font-weight: bold;
}

.privacy-link-text a,
.privacy-link-text a:visited,
.privacy-link-text a:hover,
.privacy-link-text a:active,
.privacy-link-text a:focus,
.privacy-link-text a:focus-visible {
	text-decoration: underline;
	font-weight: bold;
}

.contact-form-container {
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

label,
input,
textarea,
button,
[class^="cfrm-"],
[class*=" cfrm-"] {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cfrm-body {
	background-color: #ffffff;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100vh; */
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

.cfrm-contact-container {
	width: 100%;
	max-width: 480px;
}

.cfrm-h1 {
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.cfrm-form-group {
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
}

label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	padding: 12px 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	font-size: 1rem;
	color: #000000;
	outline: none;
	transition: border-width 0.1s ease, border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-bottom: 2px solid #000000;
}

textarea {
	resize: vertical;
	min-height: 120px;
	margin-top: 4px;
}

button[type="button"] {
	width: 100%;
	padding: 14px;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	margin-top: 1rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

/*
button[type="submit"]:hover {
	background-color: #ffffff;
	color: #000000;
}
*/

.cf-turnstile {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


@media screen and (min-width: 768px) {
	.body1-table-container {
		flex-direction: row;
		justify-content: center;
		column-gap: 40px;
	}

	.about-body-1-content {
		padding-top: 40px;
		padding-right: 100px;
		padding-bottom: 40px;
		padding-left: 100px;
	}

	.about-body-2-content {
		flex-direction: row;
		align-items: stretch;
		padding-right: 100px;
		padding-left: 100px;
	}

	.about-body-2-statement {
		flex: 1 1 0;
	}

	.about-body-3-text {
		padding-right: 100px;
		padding-left: 100px;
	}

	.privacy-body {
		padding-right: 100px;
		padding-left: 100px;
	}

	#body2 .body1-table-container {
		flex-direction: row;
	}

	#body3 {
		flex-direction: row;
		align-items: stretch;
	}

	.col1,
	.col2 {
		width: 40%;
	}

	.body2-col1,
	.body2-col2 {
		width: 40%;
	}

	#header {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"logo nav"
			"header1 header1"
			"header2 header2";
		align-items: center;
	}

	#logo {
		grid-area: logo;
	}

	#nav {
		grid-area: nav;
	}

	#header1 {
		grid-area: header1;
	}

	#header2 {
		grid-area: header2;
	}

	#logo,
	#nav {
		flex: 1;
	}

	#logo {
		justify-content: flex-start;
	}

	#nav {
		margin-left: auto;
		justify-content: flex-end;
		text-align: right;
	}
}
