@charset "UTF-8";
@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
/*
	Rila Consulting Website
	Custom single-page scrolling design
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

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

body {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0.05) 25%, rgba(37, 99, 235, 0.12) 50%, rgba(37, 99, 235, 0.05) 75%, rgba(37, 99, 235, 0.15) 100%), repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(37, 99, 235, 0.06) 5px, rgba(37, 99, 235, 0.06) 10px), radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.18) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.15) 0%, transparent 50%), linear-gradient(to bottom, #bfd0e0 0%, #d0dce8 25%, #e0e8f0 50%, #d0dce8 75%, #bfd0e0 100%);
  background-attachment: fixed;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
html {
  font-size: 16pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 10pt;
  }
}

body, input, select, textarea {
  color: #212529;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
}

a {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px #6c757d;
  text-decoration: none;
  color: inherit;
}
a:hover {
  border-bottom-color: transparent;
}

strong, b {
  color: #000000;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
  border-bottom: solid 1px #dee2e6;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: max-content;
  padding-bottom: 0.5rem;
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.8rem;
}

h5 {
  font-size: 0.7rem;
}

h6 {
  font-size: 0.6rem;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 4px #dee2e6;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}

code {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px #dee2e6;
  margin: 2.75rem 0;
}

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

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

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

/* Form */
form {
  margin: 0 0 2rem 0;
}
form > :last-child {
  margin-bottom: 0;
}
form > .fields {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: -1.5rem 0 2rem -1.5rem;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: calc(100% - 1.5rem);
}
form > .fields > .field.half {
  width: calc(50% - 0.75rem);
}
form > .fields > .field.third {
  width: calc(100%/3 - 0.5rem);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.375rem);
}
@media screen and (max-width: 480px) {
  form > .fields {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
  }
  form > .fields > .field {
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.half {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.third {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.quarter {
    width: calc(100% - 1.5rem);
  }
}

label {
  color: #000000;
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  background: rgba(0, 0, 0, 0.08);
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dee2e6' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75rem;
  padding-right: 2.75rem;
  text-overflow: ellipsis;
}
select option {
  color: #212529;
  background: #ffffff;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 2.75rem;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label,
input[type=radio] + label {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0 0 0.5rem 0;
  padding-left: 2.65rem;
  padding-right: 0.75rem;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  content: "";
  display: inline-block;
  height: 1.65rem;
  left: 0;
  line-height: 1.65rem;
  position: absolute;
  text-align: center;
  top: -0.15rem;
  width: 1.65rem;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  content: "\f00c";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  background: rgba(0, 0, 0, 0.08);
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

input[type=checkbox] + label:before {
  border-radius: 4px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.formerize-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px #dee2e6;
  margin-bottom: 2rem;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */
.icon {
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon {
  border-bottom: none;
  position: relative;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image:before {
  pointer-events: none;
  background-image: url("../../images/overlay.png");
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.image img {
  border-radius: 4px;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 2.5rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .image.main {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .image.main {
    margin: 1.5rem 0;
  }
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px #dee2e6;
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2rem 0;
}
dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
dl dd {
  margin-left: 2rem;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 0.75em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li a {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #dee2e6;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  width: 2.25rem;
}
ul.icons li a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
ul.icons li a:active {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px #dee2e6;
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.08);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #000000;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px #dee2e6;
}
table tfoot {
  border-top: solid 2px #dee2e6;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px #dee2e6;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px #dee2e6;
  color: #000000 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  height: 2.75rem;
  letter-spacing: 0.2rem;
  line-height: 2.75rem;
  outline: 0;
  padding: 0 1.25rem 0 1.35rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(0, 0, 0, 0.15);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.6rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #000000;
  color: #ffffff !important;
  font-weight: 600;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  line-height: calc(2.75rem - 2px);
}

/* Article Modal */
.article-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.article-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.article-modal .modal-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  margin: 2rem auto;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  overflow: hidden;
  position: relative;
  -moz-animation: modalSlideIn 0.3s ease-out;
  -webkit-animation: modalSlideIn 0.3s ease-out;
  -ms-animation: modalSlideIn 0.3s ease-out;
  animation: modalSlideIn 0.3s ease-out;
}
@media screen and (max-width: 980px) {
  .article-modal .modal-content {
    width: 95%;
    margin: 1rem auto;
    max-height: 90vh;
  }
}
@media screen and (max-width: 736px) {
  .article-modal .modal-content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
  }
}
.article-modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-modal .modal-close:hover {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
  transform: rotate(90deg);
}
@media screen and (max-width: 736px) {
  .article-modal .modal-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 36px;
    height: 36px;
    font-size: 1.75rem;
  }
}
.article-modal .modal-body {
  padding: 3rem;
  overflow-y: auto;
  max-height: 85vh;
}
@media screen and (max-width: 980px) {
  .article-modal .modal-body {
    padding: 2.5rem 2rem;
    max-height: 90vh;
  }
}
@media screen and (max-width: 736px) {
  .article-modal .modal-body {
    padding: 2rem 1.5rem;
    max-height: 100vh;
  }
}
.article-modal .modal-body h2 {
  margin: 0 0 2rem 0;
  padding-right: 3rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .article-modal .modal-body h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 736px) {
  .article-modal .modal-body h2 {
    font-size: 1.75rem;
    padding-right: 2.5rem;
  }
}
.article-modal .article-content h3 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .article-modal .article-content h3 {
    font-size: 1.35rem;
    margin: 1.75rem 0 0.9rem 0;
  }
}
@media screen and (max-width: 736px) {
  .article-modal .article-content h3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.8rem 0;
  }
}
.article-modal .article-content h3:first-child {
  margin-top: 0;
}
.article-modal .article-content p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1.25rem 0;
}
@media screen and (max-width: 980px) {
  .article-modal .article-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 736px) {
  .article-modal .article-content p {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* BG */
#bg {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#bg:before, #bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bg:before {
  -moz-transition: background-color 2.5s ease-in-out;
  -webkit-transition: background-color 2.5s ease-in-out;
  -ms-transition: background-color 2.5s ease-in-out;
  transition: background-color 2.5s ease-in-out;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
  background: none;
  background-size: auto, 256px 256px;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  z-index: 2;
}
#bg:after {
  -moz-transform: scale(1.125);
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.03) 25%, rgba(37, 99, 235, 0.06) 50%, rgba(37, 99, 235, 0.03) 75%, rgba(37, 99, 235, 0.08) 100%), repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(37, 99, 235, 0.03) 5px, rgba(37, 99, 235, 0.03) 10px), radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.08) 0%, transparent 50%), linear-gradient(to bottom, #bfd0e0 0%, #d0dce8 25%, #e0e8f0 50%, #d0dce8 75%, #bfd0e0 100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
body.is-article-visible #bg:after {
  -moz-transform: scale(1.0825);
  -webkit-transform: scale(1.0825);
  -ms-transform: scale(1.0825);
  transform: scale(1.0825);
  -moz-filter: blur(0.2rem);
  -webkit-filter: blur(0.2rem);
  -ms-filter: blur(0.2rem);
  filter: blur(0.2rem);
}
body.is-preload #bg:before {
  background-color: #f8f9fa;
}

/* Wrapper */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 4rem 2rem;
  z-index: 3;
}
#wrapper:before {
  content: "";
  display: block;
}
@media screen and (max-width: 1680px) {
  #wrapper {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 736px) {
  #wrapper {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  #wrapper {
    padding: 1rem;
  }
}

/* Header */
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  max-width: 100%;
  text-align: center;
}
#header > * {
  -moz-transition: opacity 0.325s ease-in-out;
  -webkit-transition: opacity 0.325s ease-in-out;
  -ms-transition: opacity 0.325s ease-in-out;
  transition: opacity 0.325s ease-in-out;
  position: relative;
  margin-top: 3.5rem;
}
#header > *:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-3.5rem - 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: calc(3.5rem + 1px);
  background: #dee2e6;
}
#header > :first-child {
  margin-top: 0;
}
#header > :first-child:before {
  display: none;
}
#header .logo {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border: solid 1px #dee2e6;
  border-radius: 100%;
}
#header .logo .icon:before {
  font-size: 2rem;
}
#header .content {
  border-style: solid;
  border-color: #dee2e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  max-width: 100%;
}
#header .content .inner {
  -moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
  -webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
  -ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
  transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  padding: 3rem 2rem;
  max-height: 40rem;
  overflow: hidden;
}
#header .content .inner > :last-child {
  margin-bottom: 0;
}
#header .content p {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  line-height: 2;
}
#header nav ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  border: solid 1px #dee2e6;
  border-radius: 4px;
}
#header nav ul li {
  padding-left: 0;
  border-left: solid 1px #dee2e6;
}
#header nav ul li:first-child {
  border-left: 0;
}
#header nav ul li a {
  display: block;
  min-width: 7.5rem;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1.25rem 0 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  border-bottom: 0;
}
#header nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
#header nav ul li a:active {
  background-color: rgba(0, 0, 0, 0.15);
}
#header nav.use-middle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: #dee2e6;
}
#header nav.use-middle ul li.is-middle {
  border-left: 0;
}
body.is-article-visible #header {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -moz-filter: blur(0.1rem);
  -webkit-filter: blur(0.1rem);
  -ms-filter: blur(0.1rem);
  filter: blur(0.1rem);
  opacity: 0;
}
body.is-preload #header > * {
  opacity: 0;
}
body.is-preload #header {
  -moz-filter: blur(0.125rem);
  -webkit-filter: blur(0.125rem);
  -ms-filter: blur(0.125rem);
  filter: blur(0.125rem);
}
body.is-preload #header .content .inner {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  #header .content p br {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #header > * {
    margin-top: 2rem;
  }
  #header > *:before {
    top: calc(-2rem - 1px);
    height: calc(2rem + 1px);
  }
  #header .logo {
    width: 4.75rem;
    height: 4.75rem;
    line-height: 4.75rem;
  }
  #header .logo .icon:before {
    font-size: 1.75rem;
  }
  #header .content .inner {
    padding: 2.5rem 1rem;
  }
  #header .content p {
    line-height: 1.875;
  }
}
@media screen and (max-width: 480px) {
  #header {
    padding: 1.5rem 0;
  }
  #header .content .inner {
    padding: 2.5rem 0;
  }
  #header nav ul {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 10rem;
    max-width: 100%;
  }
  #header nav ul li {
    border-left: 0;
    border-top: solid 1px #dee2e6;
  }
  #header nav ul li:first-child {
    border-top: 0;
  }
  #header nav ul li a {
    height: 3rem;
    line-height: 3rem;
    min-width: 0;
    width: 100%;
  }
  #header nav.use-middle:after {
    display: none;
  }
}

/* Main */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  z-index: 3;
}
#main article {
  -moz-transform: translateY(0.25rem);
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
  -moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
  -webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
  -ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
  transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
  padding: 4.5rem 2.5rem 1.5rem 2.5rem;
  position: relative;
  width: 40rem;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  opacity: 0;
}
#main article.active {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#main article .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-indent: 4rem;
  overflow: hidden;
  white-space: nowrap;
}
#main article .close:before {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23dee2e6%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#main article .close:hover:before {
  background-color: rgba(0, 0, 0, 0.08);
}
#main article .close:active:before {
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 736px) {
  #main article {
    padding: 3.5rem 2rem 0.5rem 2rem;
  }
  #main article .close:before {
    top: 0.875rem;
    left: 0.875rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 480px) {
  #main article {
    padding: 3rem 1.5rem 0.5rem 1.5rem;
  }
}

/* Footer */
#footer {
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  text-align: center;
}
#footer .copyright {
  letter-spacing: 0.2rem;
  font-size: 0.6rem;
  opacity: 0.75;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.is-article-visible #footer {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -moz-filter: blur(0.1rem);
  -webkit-filter: blur(0.1rem);
  -ms-filter: blur(0.1rem);
  filter: blur(0.1rem);
  opacity: 0;
}
body.is-preload #footer {
  opacity: 0;
}

/* Scrolling Layout Styles for Rila Consulting */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  -moz-animation: nav-appear 0.6s 0.2s forwards;
  -webkit-animation: nav-appear 0.6s 0.2s forwards;
  -ms-animation: nav-appear 0.6s 0.2s forwards;
  animation: nav-appear 0.6s 0.2s forwards;
}
#nav.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 0.75rem 2rem;
}
#nav.scrolled .nav-logo {
  opacity: 1;
  width: 50px;
}
#nav .nav-logo {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
#nav .nav-logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 736px) {
  #nav .nav-logo {
    display: none;
  }
}
#nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
@media screen and (max-width: 736px) {
  #nav ul {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
#nav a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}
#nav a:hover {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
#nav a.active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
@media screen and (max-width: 736px) {
  #nav a {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
  }
}

@keyframes nav-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#main {
  display: block;
  padding-top: 4rem;
}

.main-section {
  padding: 4rem 2rem;
  min-height: auto;
  margin: 0 2rem 2rem;
  border-radius: 24px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(245, 248, 250, 0.5) 100%), linear-gradient(135deg, #f5f8fa 0%, #e8eef5 50%, #f5f8fa 100%);
  position: relative;
  overflow: hidden;
}
.main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 40%), radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.04) 0%, transparent 40%);
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (max-width: 980px) {
  .main-section {
    padding: 3rem 1.5rem;
    margin: 0 1.5rem 1.5rem;
    border-radius: 20px;
  }
}
@media screen and (max-width: 736px) {
  .main-section {
    padding: 2rem 1rem;
    margin: 0 1rem 1rem;
    border-radius: 16px;
  }
}
.main-section.alt {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(240, 245, 250, 0.4) 100%), linear-gradient(135deg, #b5c8d8 0%, #c5d5e5 50%, #b5c8d8 100%);
}
.main-section.alt::before {
  background: radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.14) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.12) 0%, transparent 50%);
}
.main-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .main-section .section-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .main-section .section-title {
    font-size: 1.75rem;
  }
}
.main-section .section-intro {
  text-align: center;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 3rem;
  color: rgba(0, 0, 0, 0.7);
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
}
.hero .logo {
  margin-bottom: 2rem;
}
.hero .logo img {
  max-width: 500px;
  width: 90%;
  height: auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .hero .logo img {
    max-width: 400px;
  }
}
@media screen and (max-width: 736px) {
  .hero .logo img {
    max-width: 300px;
  }
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.hero h1.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 980px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 736px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero .tagline {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
  max-width: 700px;
}
@media screen and (max-width: 736px) {
  .hero .tagline {
    font-size: 1rem;
  }
}
.hero .hero-testimonial {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  border-left: 4px solid #2563eb;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(248, 249, 250, 0.8) 100%);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  font-style: italic;
  font-size: 1.1rem;
}
.hero .hero-testimonial cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 736px) {
  .hero .hero-testimonial {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}
.hero .cta-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.hero .cta-buttons .button:not(.primary) {
  background-color: rgba(255, 255, 255, 0.9);
}
.hero .cta-buttons .button:not(.primary):hover {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 736px) {
  .hero .cta-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
}

.challenges-circle-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 980px) {
  .challenges-circle-wrapper {
    padding: 1rem 0;
  }
}

.challenges-circle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 900px;
  height: 700px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .challenges-circle {
    width: 800px;
    height: 650px;
    gap: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .challenges-circle {
    width: 700px;
    height: 600px;
    gap: 8px;
  }
}
@media screen and (max-width: 980px) {
  .challenges-circle {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    height: auto;
  }
}

.challenge-segment {
  position: relative;
  padding: 2.5rem 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 249, 250, 0.9) 100%);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1680px) {
  .challenge-segment {
    padding: 2.25rem 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .challenge-segment {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 980px) {
  .challenge-segment {
    width: 100%;
    border-radius: 12px;
    padding: 2rem;
  }
}
.challenge-segment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.challenge-segment:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgb(248, 249, 250) 100%);
  border-color: rgba(37, 99, 235, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 16px 48px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgb(255, 255, 255);
  z-index: 10;
}
.challenge-segment:hover::before {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .challenge-segment:hover {
    transform: none;
  }
}
.challenge-segment .challenge-content {
  text-align: center;
  max-width: 300px;
  position: relative;
  z-index: 1;
}
.challenge-segment .challenge-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .challenge-segment .challenge-content h3 {
    font-size: 1.15rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 736px) {
  .challenge-segment .challenge-content h3 {
    font-size: 1.1rem;
  }
}
.challenge-segment .challenge-content p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 1280px) {
  .challenge-segment .challenge-content p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

.challenge-top {
  grid-column: 1;
  grid-row: 1;
  border-radius: 20px 4px 4px 4px;
}

.challenge-right {
  grid-column: 2;
  grid-row: 1;
  border-radius: 4px 20px 4px 4px;
}

.challenge-bottom {
  grid-column: 2;
  grid-row: 2;
  border-radius: 4px 4px 20px 4px;
}

.challenge-left {
  grid-column: 1;
  grid-row: 2;
  border-radius: 4px 4px 4px 20px;
}

.challenges-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  pointer-events: none;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #ffffff 0%, rgb(247.35, 247.35, 247.35) 100%);
  border: 4px solid rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.98), 0 0 50px rgba(0, 0, 0, 0.7), inset 0 2px 4px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1280px) {
  .challenges-center {
    width: 140px;
    height: 140px;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.98), 0 0 40px rgba(0, 0, 0, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 980px) {
  .challenges-center {
    display: none;
  }
}
.challenges-center .circle-text-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.challenges-center .circle-text {
  fill: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1280px) {
  .challenges-center .circle-text {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.challenges-center .icon {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1280px) {
  .challenges-center .icon {
    font-size: 1.85rem;
  }
}

.about-photo-header {
  width: 100%;
  margin-bottom: 2.5rem;
}
.about-photo-header .about-photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .about-photo-header .about-photo {
    height: 350px;
  }
}
@media screen and (max-width: 980px) {
  .about-photo-header .about-photo {
    height: 300px;
  }
}
@media screen and (max-width: 736px) {
  .about-photo-header .about-photo {
    height: 250px;
  }
}

#about .section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.about-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 980px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.about-timeline {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 980px) {
  .about-timeline {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.about-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.2) 0%, rgba(37, 99, 235, 0.3) 50%, rgba(37, 99, 235, 0.2) 100%);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.1);
}
@media screen and (max-width: 980px) {
  .about-timeline::before {
    display: none;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-radius: 12px;
  border-left: 4px solid #2563eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-left: 4px solid #2563eb;
}
@media screen and (max-width: 980px) {
  .timeline-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-header {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  left: -4.8rem;
  top: 0;
  border: 2px solid rgba(37, 99, 235, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgb(255, 255, 255);
}
.timeline-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .timeline-icon {
    position: relative;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-width: 2px;
    margin-bottom: 0.75rem;
  }
}

.timeline-year {
  font-size: 0.85rem;
  color: #2563eb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.timeline-company {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0.5rem;
}

.timeline-description {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  padding-left: 0;
}
@media screen and (max-width: 980px) {
  .timeline-description {
    padding-left: 0;
  }
}

.section-testimonial {
  padding: 2rem;
  border-left: 4px solid #2563eb;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 249, 250, 0.85) 100%);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  font-style: italic;
  margin: 2rem 0;
}
.section-testimonial cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.55);
}

.social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.social-links a {
  font-size: 1.5rem;
  transition: color 0.2s ease;
}
.social-links a:hover {
  color: #2563eb;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  padding: 2rem 2.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 249, 250, 0.85) 100%);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(10px);
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.03) 0%, transparent 60%);
  border-radius: 12px;
  pointer-events: none;
}
.service-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgb(248, 249, 250) 100%);
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 16px 48px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgb(255, 255, 255);
}
.service-card .service-number {
  display: none;
}
.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .service-card h3 {
    font-size: 1.25rem;
  }
}
.service-card .service-lead {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
  line-height: 1.6;
}
.service-card .service-list {
  list-style: none;
  padding: 0;
}
.service-card .service-list li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.service-card .service-list li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #2563eb;
}
.service-card .service-list li:last-child {
  margin-bottom: 0;
}

.insights-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.insight-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 249, 250, 0.85) 100%);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03), 0 4px 16px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  opacity: 1 !important;
  transform: none !important;
  display: flex;
  flex-direction: row;
  width: 100% !important;
  padding: 1.5rem !important;
}
.insight-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 16px 48px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgb(255, 255, 255);
  border-color: rgba(37, 99, 235, 0.15);
}
@media screen and (max-width: 736px) {
  .insight-card {
    flex-direction: column;
  }
}
.insight-card .insight-image {
  width: 150px;
  min-width: 150px;
  height: auto;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(37, 99, 235, 0.02) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(37, 99, 235, 0.6);
  padding: 1rem;
}
@media screen and (max-width: 736px) {
  .insight-card .insight-image {
    width: 100%;
    min-width: auto;
    height: 150px;
    padding: 1rem;
  }
}
.insight-card .insight-image i {
  font-size: 2.5rem;
}
.insight-card .insight-image.placeholder-image {
  color: rgba(0, 0, 0, 0.35);
}
.insight-card .insight-content {
  flex: 1;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .insight-card .insight-content {
    padding: 1rem;
  }
}
.insight-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.9);
}
.insight-card p {
  margin: 0 0 0.75rem 0;
  color: rgba(0, 0, 0, 0.7);
  flex: 1;
}
.insight-card .button {
  align-self: flex-start;
}

.testimonials-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem auto;
}

.testimonial-card {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 249, 250, 0.95) 100%);
  border-left: 4px solid #2563eb;
  border-radius: 12px;
  font-style: italic;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-left: 4px solid #2563eb;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 980px) {
  .testimonial-card {
    padding: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .testimonial-card {
    padding: 1.5rem;
  }
}
.testimonial-card p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .testimonial-card p {
    font-size: 1rem;
  }
}
.testimonial-card cite {
  display: block;
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 600;
  color: #2563eb;
  font-size: 0.95rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.process-step {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.process-step .step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.process-step .step-number {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #2563eb;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 50%;
  flex-shrink: 0;
}
.process-step h3 {
  font-size: 1.5rem;
  margin: 0;
}
.process-step .step-timeline {
  font-style: italic;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-methods h3 {
  margin-bottom: 1.5rem;
}
.contact-methods .contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.contact-methods .contact-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-methods .contact-list li .icon {
  color: #2563eb;
  width: 1.5rem;
}
.contact-methods .contact-list li a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-methods .contact-list li a:hover {
  color: #2563eb;
}
.contact-methods .calendly-widget h4 {
  margin-bottom: 1rem;
}

.contact-form-container h3 {
  margin-bottom: 1.5rem;
}

.diagram-placeholder {
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
}
.diagram-placeholder .diagram-note {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

#footer {
  padding: 3rem 2rem;
  text-align: center;
  background: transparent;
  border-top: 1px solid rgba(37, 99, 235, 0.1);
}
#footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
#footer p {
  margin: 0.5rem 0;
  color: rgba(0, 0, 0, 0.75);
}
#footer .footer-credit {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=main.css.map */
