@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
.fixed{
  position: fixed;
}
.z-40{
  z-index: 40;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.inline-block{
  display: inline-block;
}
.block{
  display: block;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-16{
  height: 4rem;
}
.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.border{
  border-width: 1px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.underline{
  text-decoration: underline;
}
.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000000000002000;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#site-loader:before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  box-sizing: border-box;
}

/*******************************************/
::-moz-selection {
  background: #394e54;
  color: white;
}
::-moz-selection,
::selection {
  background: #394e54;
  color: white;
}

::-moz-selection {
  background: #394e54;
  color: white;
}

::selection {
  background: #394e54;
  color: white;
}

a {
  outline: none;
}

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

/*********************************************
:: Typography
********************************************/
html,
body {
  width: 100%;
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  color: #505050;
}
h1 strong,
h2 strong,
legend strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #81b1ce;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.93px;
  color: #394e54;
}
@media (min-width: 1025px) {
  h1,
.h1 {
    font-size: 70px;
    line-height: 76px;
  }
}

h2, legend,
.h2 {
  font-size: 28px;
  line-height: 40px;
  color: #505050;
}
@media (min-width: 1025px) {
  h2, legend,
.h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1025px) {
  h3,
.h3 {
    font-size: 30px;
    line-height: 42px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  h4,
.h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1025px) {
  h5,
.h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6,
.h6 {
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 1025px) {
  h6,
.h6 {
    font-size: 16px;
  }
}

/*******************************************/
p,
li,
td,
th,
a,
mark,
time,
dl,
label,
address {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #505050;
}
p a,
p li,
p p,
p mark,
p cite,
p time,
li a,
li li,
li p,
li mark,
li cite,
li time,
td a,
td li,
td p,
td mark,
td cite,
td time,
th a,
th li,
th p,
th mark,
th cite,
th time,
a a,
a li,
a p,
a mark,
a cite,
a time,
mark a,
mark li,
mark p,
mark mark,
mark cite,
mark time,
time a,
time li,
time p,
time mark,
time cite,
time time,
dl a,
dl li,
dl p,
dl mark,
dl cite,
dl time,
label a,
label li,
label p,
label mark,
label cite,
label time,
address a,
address li,
address p,
address mark,
address cite,
address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #394e54;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #202c30;
}

small {
  font-size: 70%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #4a4a4a;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}
dt:after {
  content: ":";
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code,
pre,
samp,
kbd,
var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2d747e;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #81b1ce;
}
@media (min-width: 1025px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #505050;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.wysiwyg ol li {
  padding-left: 10px;
}
.wysiwyg ol li::marker {
  font-size: 16px;
  color: #4a4a4a;
}
.wysiwyg .text-center {
  text-align: center;
}
.wysiwyg .text-right {
  text-align: right;
}
.wysiwyg .text-justify {
  text-align: justify;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4a4a4a;
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 48px;
  min-width: 126px;
  padding: 10px;
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #232221;
  cursor: pointer;
  background: transparent;
  border: 2px solid #232221;
  border-radius: 33px;
  transition: all 0.2s ease-in-out;
}
.button.full,
a.button.full,
button.button.full {
  width: 100%;
}
.button.small,
a.button.small,
button.button.small {
  height: 41px;
  line-height: 19px;
}
.button.medium,
a.button.medium,
button.button.medium {
  height: 60px;
  line-height: 38px;
}
.button.large,
a.button.large,
button.button.large {
  height: 91px;
  padding: 22px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  border-width: 3px;
  border-radius: 45px;
}
.button.grey,
a.button.grey,
button.button.grey {
  color: white;
  background: #334f54;
  border-color: #334f54;
}
.button.border-grey,
a.button.border-grey,
button.button.border-grey {
  color: #334f54;
  border-color: #334f54;
}
.button.border-red,
a.button.border-red,
button.button.border-red {
  color: #b4253d;
  border-color: #b4253d;
}
.button.border-green,
a.button.border-green,
button.button.border-green {
  color: #7c9e48;
  border-color: #7c9e48;
}
.button.border-blue,
a.button.border-blue,
button.button.border-blue {
  color: #81b1ce;
  border-color: #81b1ce;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus {
  color: white;
  background: #232221;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type=submit][disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

.get-atm-button {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  margin-top: 24px;
  background: #005C32;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #fff;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}
table td,
table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}
table th {
  font-weight: 700;
  background: #f9f9f9;
}
table thead {
  width: 100%;
  background: #f9f9f9;
}
table thead td,
table thead th {
  padding: 5px 10px 5px 10px;
}
table tfoot {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
}
table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}
.compact-table td,
.compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #505050;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #4a4a4a;
}
.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  max-width: 100%;
}

#app {
  overflow-x: hidden;
}

/*******************************************/
.main {
  min-height: calc(100vh - 197px);
}
@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 183px);
  }
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 610px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1025px) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .desktop {
    display: none !important;
  }
}

/*******************************************/
/*******************************************/
/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #2a2a2a;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 11px 15px;
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2a2a2a;
  background: white;
  border: none;
  border: 1px solid #efefef;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s ease-in-out;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #0098ff;
  transition: all 0.5s ease-in;
}

/*******************************************/
*::-moz-placeholder {
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(74, 74, 74, 0.6);
}
*:-ms-input-placeholder {
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(74, 74, 74, 0.6);
}
*::placeholder {
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(74, 74, 74, 0.6);
}

textarea,
select[multiple] {
  height: 97px;
}

select::-ms-expand {
  display: none;
  /*IE 10-11*/
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
}

/*******************************************/
.form-fields-stack {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media (min-width: 767px) {
  .form-fields-stack {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.form-fields-stack .form-field {
  margin-left: 10px;
  margin-right: 10px;
}

/*******************************************/
.form-field.radio,
.form-field.checkbox {
  padding: 10px 0;
}
.form-field.radio label,
.form-field.checkbox label {
  position: static;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
}
.form-field.radio .custom-checkbox-radio,
.form-field.checkbox .custom-checkbox-radio {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 25px 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
  cursor: pointer;
}
.form-field.radio .custom-checkbox-radio input,
.form-field.checkbox .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 10px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.form-field.radio .custom-checkbox-radio span,
.form-field.checkbox .custom-checkbox-radio span {
  display: initial;
  width: calc(100% - 33px);
  color: #4a4a4a;
}
.form-field.radio .form-field.checkbox input,
.form-field.checkbox .form-field.checkbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

/*******************************************/
.form-field.select:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  font-family: "icomoon";
  font-size: 14px;
  color: #394e54;
  pointer-events: none;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #394e54;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #cccccc;
}

label.error,
label.error-SumoSelect-label,
.php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #394e54 !important;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************
:: Print                        
********************************************/
@media print {
  header,
footer {
    display: none !important;
  }
}
/*********************************************
:: Material Icons                             
********************************************/
/*********************************************
:: Modules
********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 118px;
}
@media (min-width: 1025px) {
  .site-header {
    height: 104px;
    background-image: url("/images/headers.png");
    background-size: cover;
    overflow: initial;
  }
  .site-header .about-height {
    height: 725px;
  }
}
.site-header .logo {
  position: absolute;
  top: 17px;
  left: 20px;
  transition: none;
}
.site-header .logo img {
  width: auto;
  height: 50px;
  margin: 0;
}
@media (min-width: 1025px) {
  .site-header .logo img {
    height: 76px;
  }
}
.site-header .header-message {
  padding-top: 210px;
}
.site-header .header-message p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 150%;
  margin: 0;
}
.site-header .header-message p strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
  color: #D3AF5E;
}
.site-header .get-atm {
  position: absolute;
  padding: 15px 40px;
  top: 620px;
  background: #005C32;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #fff;
}
.site-header .header-contact {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #005C32;
}
.site-header .right {
  position: absolute;
  top: 17px;
  right: 20px;
}
@media (min-width: 1025px) {
  .site-header .right {
    top: 35px;
  }
}
.site-header .right .tel {
  display: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 50px;
  color: #232221;
}
@media (min-width: 767px) {
  .site-header .right .tel {
    display: inline-block;
  }
}
.site-header .right .button {
  margin-left: 26px;
}
.site-header nav {
  position: absolute;
  top: 118px;
  right: -100%;
  z-index: 999;
  width: 0%;
  height: calc(100vh - 118px);
  padding: 40px 20px;
  background: #394e54;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 1025px) {
  .site-header nav {
    max-width: 518px;
    padding: 60px;
  }
}
.site-header nav ul.top {
  margin: 0;
  padding: 0;
  text-align: left;
}
.site-header nav li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.site-header nav li a {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: white;
}
@media (min-width: 1025px) {
  .site-header nav li a {
    margin: 0 0 40px;
  }
}
.site-header nav li a:hover {
  opacity: 0.7;
}
.site-header nav li a.selected {
  color: #7c9e48;
}
.site-header nav li a.selected:hover {
  opacity: 1;
}
.site-header nav li a.selected:active {
  opacity: 1;
}
.site-header .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: #394e54;
  border-radius: 50%;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 1025px) {
  .site-header .hamburger {
    margin-left: 9px;
    margin-top: 1px;
  }
}
.site-header .hamburger span {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 18px;
  height: 2px;
  background: white;
}
.site-header .hamburger span:nth-of-type(2) {
  top: 50%;
}
.site-header .hamburger span:nth-of-type(3) {
  top: calc(50% + 5px);
}
.site-header .hamburger:focus {
  outline: none;
}

.site-header.open nav {
  right: 0;
  width: 100%;
}
.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/********************************************/
/*********************************************
:: Footer Module
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 79px;
  background: #fff;
}
@media (min-width: 1025px) {
  .site-footer {
    min-height: 79px;
  }
}
.site-footer .footer-links {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .site-footer .footer-links {
    padding: 60px 0;
    text-align: left;
  }
}
.site-footer .footer-links .links {
  font-size: 0;
}
@media (min-width: 1025px) {
  .site-footer .footer-links .links {
    width: 380px;
  }
}
.site-footer .footer-links .links ul {
  margin: 0;
  padding: 0;
}
.site-footer .footer-links .links ul li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin: 0 0 12px;
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1025px) {
  .site-footer .footer-links .links ul li {
    margin: 0 20px 12px 0;
  }
}
.site-footer .footer-links .links ul li a {
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(35, 34, 33, 0.7);
}
.site-footer .footer-links .contact {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .site-footer .footer-links .contact {
    margin-top: 0;
    text-align: right;
  }
}
.site-footer .footer-links .contact .tel {
  display: inline-block;
  width: 100%;
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(35, 34, 33, 0.7);
}
.site-footer .footer-links .contact .social {
  width: 100%;
  margin: 20px 0;
}
.site-footer .footer-links .contact .social a {
  display: inline-block;
  width: 27px;
  opacity: 0.5;
}
.site-footer .footer-links .contact .social a:hover {
  opacity: 1;
}
.site-footer .footer-legal {
  padding: 0 0 20px;
}
.site-footer .footer-legal p,
.site-footer .footer-legal a.attr {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: rgba(90, 95, 95, 0.5);
}
@media (min-width: 767px) {
  .site-footer .footer-legal p,
.site-footer .footer-legal a.attr {
    margin-right: auto;
    text-align: left;
  }
  .site-footer .footer-legal a.attr {
    text-align: right;
  }
}

/********************************************/
/*********************************************
::Title Module                    
********************************************/
.title-module {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  .title-module {
    padding: 75px 0 60px;
  }
}
.title-module h1 {
  position: relative;
  margin: 0;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.26px;
  line-height: 32px;
  color: #81b1ce;
}
.title-module h1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 2px;
  background: #81b1ce;
}

/********************************************/
/*********************************************
:: Popup Wrap Module
********************************************/
.popup-module {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100% !important;
  height: 100%;
}
.popup-module .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.popup-module article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 971px;
  max-height: 90%;
  margin: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: auto;
}
@media (min-width: 767px) {
  .popup-module article {
    padding: 40px;
  }
}
.popup-module article .exit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .popup-module article .exit {
    top: 40px;
    right: 60px;
  }
}
.popup-module article .text {
  padding: 20px;
}
@media (min-width: 767px) {
  .popup-module article .text {
    padding: 20px 0 20px 60px;
  }
}

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  text-align: center;
}
.pagination-module ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.pagination-module ul li {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid #394e54;
  border-radius: 21px;
}
@media (min-width: 767px) {
  .pagination-module ul li {
    min-width: 42px;
    height: 42px;
    margin: 0 7.5px;
  }
}
.pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #505050;
}
@media (min-width: 767px) {
  .pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
    line-height: 38px;
  }
}
.pagination-module ul li.active {
  background: #7c9e48;
  border-color: #7c9e48;
}
.pagination-module ul li.active a, .pagination-module ul li.active button, .pagination-module ul li.active span {
  color: white;
}
.pagination-module ul li.prev,
.pagination-module ul li.next {
  min-width: 70px;
  padding: 0 20px;
}
.pagination-module ul li.next,
.pagination-module ul li:hover {
  background: #394e54;
  border-color: #394e54;
}
.pagination-module ul li.next a,
.pagination-module ul li:hover a {
  color: white;
}
.pagination-module ul li.disabled {
  opacity: 0.5;
}
.pagination-module ul li.active {
  background: #81b1ce;
  border-color: #81b1ce;
}
.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home {
  display: flex;
  flex-direction: column;
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-home .features-section {
  background-image: url("/images/features-bg.png");
  background-size: cover;
}
.page-home .features-section .features {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-home .features-section .features .feature-box {
  width: calc(50% - 40px);
  color: #fff;
}
.page-home .features-section .features .feature-box .feature-title {
  margin-top: 194px;
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 150%;
}
.page-home .features-section .features .feature-box .feature-title strong {
  font-weight: 700;
}
.page-home .features-section .features .feature-box .feature-icon {
  margin-top: 37px;
}
.page-home .features-section .features .feature-box .feature-lead {
  margin-top: 18px;
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.page-home .features-section .features .feature-box .feature-description {
  margin-top: 8px;
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  letter-spacing: 0.05em;
  color: #D6E3DB;
}
.page-home .features-section .features .feature-box .feature-description p {
  color: #fff;
}
.page-home .features-section .features .feature-box .feature-content {
  margin-top: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-bottom: 109px;
}
.page-home .features-section .features .feature-box .feature-content p {
  color: #fff;
}
.page-home .features-section .features .feature-box .header-button {
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 170px;
  color: #111;
  background-color: #C8A951;
  padding: 28px 22px;
  border-radius: 4px;
}
.page-home .features-section .features .feature-box .header-button:hover {
  background-color: #fff;
}
.page-home .features-section .features .feature-box .slider {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 80px;
}
.page-home .features-section .features .feature-box .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 2s ease;
  transform: scale(1.1);
}
.page-home .features-section .features .feature-box .slide.active {
  opacity: 1;
  transform: scale(1);
}
.page-home .features-section .features .feature-items {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  bottom: -190px;
}
.page-home .features-section .features .feature-main {
  position: relative;
  width: calc((100%/3) - 56px);
  margin-top: 46px;
  background-color: #1F5FCC;
  border-top: 16px solid #0B3D91;
  border-bottom: 8px solid #0B3D91;
  padding: 37px 22px 22px;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  color: #fff;
}
.page-home .features-section .features .feature-main:hover {
  transform: translateY(0);
}
.page-home .features-section .features .feature-main .feature-title {
  margin-top: 37px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 35px;
  line-height: 150%;
}
.page-home .features-section .features .feature-main .feature-title strong {
  font-weight: 700;
}
.page-home .features-section .features .feature-main .feature-icon {
  position: absolute;
  top: -42px;
  background-color: #C8A951;
  width: 66px;
  height: 66px;
  Border-Radius: 50%;
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
}
.page-home .features-section .features .feature-main .feature-lead {
  margin-top: 18px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.page-home .features-section .features .feature-main .feature-description {
  margin-top: 8px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  /* or 29px */
  letter-spacing: 0.05em;
  color: #D6E3DB;
}
.page-home .features-section .features .feature-main .feature-description p {
  color: #fff;
}
.page-home .features-section .features .feature-main .feature-content {
  margin-top: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.page-home .features-section .features .feature-main .feature-content p {
  color: #fff;
}
.page-home .about-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 45px;
}
.page-home .about-section .about-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #0B3D91;
  border-radius: 10px;
  padding: 52px 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  width: calc((100%/3) - 64px);
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  /*  p {
      margin: 0;

      font-family: 'poppins';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 180%;
      /* or 32px */
  /*   color: #005C32;

      strong {
        font-size: 21px;
        font-weight: 600;
      }
    }
  }*/
}
.page-home .about-section .about-box.show {
  opacity: 1;
  transform: translateY(0);
}
.page-home .about-section .about-box .about-icon {
  position: absolute;
  height: 74px;
  width: 74px;
  background-color: #0B3D91;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  top: -38px;
}
.page-home .about-section .about-box .about-icon img {
  height: 40px;
  width: 40px;
  margin: auto auto;
}
.page-home .about-section .about-box .about-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  color: #1F5FCC;
}
.page-home .about-section .about-box .about-content {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.page-home .about-section .about-box .about-note {
  margin-top: 16px;
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  letter-spacing: 0.05em;
  color: #005C32;
}
.page-home .about-section .about-box .img-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.page-home .benefits-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 92, 50, 0.05);
}
.page-home .benefits-section .content-max-width {
  display: flex;
  justify-content: space-between;
}
.page-home .benefits-section .containers {
  width: calc(50% - 30px);
}
.page-home .benefits-section .containers.benefits-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .benefits-section .containers.benefits-details .benefits-title {
  width: 474px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #005C32;
  margin-bottom: 32px;
}
.page-home .benefits-section .containers.benefits-details .benefits-title strong {
  font-weight: 600;
}
.page-home .benefits-section .containers.benefits-details .benefits-description {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 48px;
}
.page-home .benefits-section .containers.benefits-details .benefits-freebies {
  display: flex;
  flex-direction: row;
  padding: 15px 20px;
  background: #005C32;
  border-radius: 16px;
  margin-bottom: 48px;
}
.page-home .benefits-section .containers.benefits-details .benefits-freebies .freebie {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(217, 217, 217, 0.35);
}
.page-home .benefits-section .containers.benefits-details .benefits-freebies .freebie:last-child {
  border-right: 0;
}
.page-home .benefits-section .containers.benefits-details .benefits-freebies .freebie img {
  width: 62px;
  margin: 0 auto 16px;
}
.page-home .benefits-section .containers.benefits-details .benefits-freebies .freebie span {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  /* identical to box height */
  text-align: center;
}
.page-home .benefits-section .containers.benefits-details .brown {
  background: #A98A43;
  align-self: flex-start;
}
.page-home .benefits-section .containers.left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-home .benefits-section .containers .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .benefits-section .containers .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-home .benefits-section .containers .benefits-box {
  width: 270px;
  margin-bottom: 30px;
  border: 2px solid #005C32;
  border-radius: 5px;
  padding: 24px 24px 41px 24px;
}
.page-home .benefits-section .containers .benefits-box img {
  margin: 0 auto;
}
.page-home .process-section {
  padding: 100px 0;
  background: #384A3E;
}
.page-home .process-section .process-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  margin-bottom: 32px;
  color: #FFFFFF;
  text-align: center;
}
.page-home .process-section .process-description {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  margin-bottom: 64px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
.page-home .process-section .process-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-home .process-section .process-container .process-details {
  width: calc((100% /4) - 30px);
}
.page-home .process-section .process-container img {
  margin-bottom: 16px;
}
.page-home .process-section .process-container .process-info {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  color: #FFFFFF;
}
.page-home .we-want-you .wwy-box {
  display: flex;
}
.page-home .we-want-you .wwy-box div {
  width: calc(50%);
}
.page-home .we-want-you .wwy-box .left {
  margin-top: 60px;
}
.page-home .we-want-you .wwy-box .left .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0B3D91;
}
.page-home .we-want-you .wwy-box .left .description {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111111;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 44px;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  color: #1F5FCC;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .lead {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111111;
  margin-bottom: 7px;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .reason-content {
  width: 100%;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .reason-content ul {
  list-style: none;
  /* Removes the default bullet */
  padding-left: 10px;
  margin-bottom: 6px;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .reason-content li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 6px;
  margin-bottom: 6px;
}
.page-home .we-want-you .wwy-box .left .wwy-reason-box .reason-content li::marker {
  content: "✓";
  /* Standard checkmark Unicode */
  color: green;
  /* Sets the color to green */
  font-size: 1em;
  /* Optional: adjust size */
}
.page-home .we-want-you .wwy-box .left .reason-bottom {
  font-family: Poppins;
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 44px 0 50px;
  width: 100%;
}
.page-home .we-want-you .right {
  background-image: url("/images/wewantyou.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-home .grow-section {
  background: #1F5FCC;
  border-bottom: 12px solid #C8A951;
  padding-top: 26px;
}
.page-home .grow-section .grow-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-home .grow-section .grow-container .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.page-home .grow-section .grow-container .left div {
  width: 498px;
}
.page-home .grow-section .grow-container .left img {
  position: absolute;
  height: 100%;
}
.page-home .grow-section .grow-container .left .grow-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #C8A951;
  margin-bottom: 32px;
}
.page-home .grow-section .grow-container .left .grow-description {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  color: #3E5463;
}
.page-home .grow-section .grow-container .right .grow-title {
  color: #C8A951;
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 54px;
}
.page-home .grow-section .grow-container .right .contact-container {
  width: 595px;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 26px;
}
.page-home .discover-section {
  background: #FAFBFF;
  padding-top: 100px;
  padding-bottom: 124px;
  margin-bottom: 60px;
}
.page-home .discover-section .discover-container {
  display: flex;
  justify-content: space-between;
}
.page-home .discover-section .discover-container .left {
  width: 670px;
  display: flex;
  flex-direction: column;
}
.page-home .discover-section .discover-container .left img {
  width: 447px;
  height: 278px;
  margin: 0 auto;
}
.page-home .discover-section .discover-container .left .discover-description p {
  margin-top: 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 62px;
  /* or 155% */
  color: #005C32;
}
.page-home .discover-section .discover-container .left .discover-description p strong {
  font-weight: 600;
}
.page-home .discover-section .discover-container .right {
  width: 575px;
}
.page-home .discover-section .discover-container .right .discover-title {
  margin-bottom: 24px;
}
.page-home .discover-section .discover-container .right .discover-title p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 0;
}
.page-home .discover-section .discover-container .right .discover-title p .strong {
  font-weight: 600;
}
.page-home .discover-section .discover-container .right .discover-note {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.page-home .hero-section {
  position: relative;
}
.page-home .hero-section .content-max-width {
  position: relative;
  z-index: 2;
}
.page-home .hero-section .text {
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  .page-home .hero-section .text {
    text-align: left;
  }
}
.page-home .hero-section img,
.page-home .hero-section picture {
  width: 100%;
  max-width: 587px;
  margin: 0;
}
.page-home .hero-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-home .hero-section img.watermark {
  position: absolute;
  bottom: -25px;
  left: 20px;
  width: 100px;
}
@media (min-width: 767px) {
  .page-home .hero-section img.watermark {
    width: 172px;
  }
}
.page-home .services-section {
  padding: 40px 0;
}
@media (min-width: 767px) {
  .page-home .services-section {
    padding: 120px 0 60px;
    margin-top: 189px;
  }
}
.page-home .services-section .services-title {
  margin-top: 32px;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0B3D91;
}
.page-home .services-section .services-description {
  margin-top: 29px;
  margin-bottom: 40px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.page-home .services-section .services-description p {
  width: 544px;
  margin: 0 auto;
}
.page-home .services-section .services-items {
  display: flex;
  flex-direction: column;
}
.page-home .services-section .services-items :nth-child(even) .service-image {
  order: 1;
}
.page-home .services-section .services-items :last-child {
  margin-bottom: 0px;
}
.page-home .services-section .service-main {
  display: flex;
  flex-direction: row;
  margin-bottom: 107px;
  justify-content: space-between;
}
.page-home .services-section .service-main > div {
  width: calc((100% /2) - 33px);
}
.page-home .services-section .service-main div {
  width: calc(50% - 32px);
}
.page-home .services-section .service-main .service-title {
  margin-bottom: 39px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: 0%;
  color: #1F5FCC;
}
.page-home .services-section .service-main .service-image {
  display: flex;
}
.page-home .services-section .service-main .service-content {
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.page-home .services-section .service-main .service-content .protect-button {
  margin-top: auto;
}
.page-home .protect-button {
  background-color: #0B3D91;
  width: 255px;
  height: 48px;
  padding: 11px 22px;
  border-radius: 5px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.page-home .booking-section {
  padding: 40px 0;
  background: #f8fbfc;
}
@media (min-width: 767px) {
  .page-home .booking-section {
    padding: 134px 0 80px;
  }
}
.page-home .booking-section .text {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .page-home .booking-section .text {
    width: 520px;
    margin-bottom: 0;
  }
}
.page-home .booking-section .text h2, .page-home .booking-section .text legend {
  margin-bottom: 40px;
}
.page-home .booking-section .text h4 {
  margin-bottom: 44px;
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.page-home .booking-section .text .button {
  min-width: 176px;
}
@media (min-width: 767px) {
  .page-home .booking-section .links {
    width: 346px;
    margin-top: 15px;
  }
}
.page-home .booking-section .links a.button {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  background: white;
}
.page-home .booking-section .links a.button img {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  margin: 0 23px 0 0;
}
.page-home .testimonials-section {
  margin: 60px 0 80px;
}
.page-home .testimonials-section .testimonials {
  background: #7c9e48;
}
.page-home .testimonials-section .testimonials .right {
  padding: 40px 20px 80px;
}
@media (min-width: 767px) {
  .page-home .testimonials-section .testimonials .right {
    padding: 40px 60px;
  }
}
@media (min-width: 1025px) {
  .page-home .testimonials-section .testimonials .right {
    padding: 0 80px;
  }
}
.page-home .testimonials-section .contact-info {
  background: #394e54;
}
.page-home .testimonials-section .contact-info .block {
  padding: 40px 20px 20px;
}
@media (min-width: 767px) {
  .page-home .testimonials-section .contact-info .block {
    padding: 90px 90px 70px;
  }
}
.page-home .testimonials-section .contact-info .block h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.32px;
  color: white;
}
.page-home .testimonials-section .contact-info .block p {
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 32px;
  color: white;
}
@media (min-width: 767px) {
  .page-home .testimonials-section .contact-info .block p {
    font-size: 22px;
  }
}
.page-home .wwa-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-image: url("/images/security-group.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* Scales image to fill the div (may crop) */
  background-position: top;
  margin-bottom: 75px;
}
.page-home .wwa-container div {
  width: calc(50% - 35px);
}
.page-home .wwa-container .left {
  display: flex;
  flex-direction: column;
  margin-top: 407px;
}
.page-home .wwa-container .left .title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #0B3D91;
}
.page-home .wwa-container .left .quote {
  font-family: Poppins;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.page-home .wwa-container .left .protect-button {
  margin-top: auto;
}
.page-home .wwa-container .right {
  display: flex;
  flex-direction: column;
  margin-top: 415px;
}
.page-home .clients-section {
  background-color: #1F5FCC;
  padding: 66px 0 68px;
}
.page-home .clients-section .client-section-title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #C8A951;
}
.page-home .clients-section .client-logos {
  display: flex;
  margin-top: 58px;
  justify-content: space-evenly;
  transition: transform 0.5s ease-in-out;
}
.page-home .clients-section .client-logos img {
  width: auto;
  max-height: 93px;
}
.page-home .clients-section .client-logos .slick-track {
  display: flex;
  align-items: center;
}
.page-home .clients-section .client-logos .slick-track .slick-slide article img {
  width: auto;
  max-height: 93px !important;
}

/*********************************************
:: About Page                   
********************************************/
.page-about {
  /********************************************/
}
.page-about .body-section {
  padding: 40px 0 80px;
}
@media (min-width: 767px) {
  .page-about .body-section {
    padding: 0 0 100px;
  }
}
.page-about .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 767px) {
  .page-about .body-section .content {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .page-about .body-section .content {
    width: calc(100% - 470px);
    padding: 0 120px 0 0;
  }
}
.page-about .body-section .content h2, .page-about .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-about .body-section .hero {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 767px) {
  .page-about .body-section .hero {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .page-about .body-section .hero {
    width: 470px;
  }
}
.page-about .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-about .body-section .hero img.watermark {
  position: absolute;
  top: calc(100% - 26px);
  right: 20px;
  width: 100px;
}
@media (min-width: 767px) {
  .page-about .body-section .hero img.watermark {
    width: 172px;
    right: -62px;
  }
}

/*********************************************
:: News Page                   
********************************************/
.page-news,
.page-gallery {
  /********************************************/
}
.page-news .body-section,
.page-gallery .body-section {
  padding: 40px 0 80px;
}
@media (min-width: 767px) {
  .page-news .body-section,
.page-gallery .body-section {
    padding: 0 0 100px;
  }
}
.page-news .body-section .lead,
.page-gallery .body-section .lead {
  max-width: 570px;
}
.page-news .body-section .lead h2, .page-news .body-section .lead legend,
.page-gallery .body-section .lead h2,
.page-gallery .body-section .lead legend {
  margin-bottom: 61px;
}
.page-news .body-section .list,
.page-gallery .body-section .list {
  width: 100%;
}
@media (min-width: 767px) {
  .page-news .body-section .list,
.page-gallery .body-section .list {
    width: 550px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .page-news .body-section .list,
.page-gallery .body-section .list {
    width: 770px;
  }
}
.page-news .body-section .list article,
.page-gallery .body-section .list article {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(35, 34, 33, 0.1);
}
.page-news .body-section .list article a,
.page-gallery .body-section .list article a {
  align-items: flex-start;
}
.page-news .body-section .list article img.thumb,
.page-gallery .body-section .list article img.thumb {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-news .body-section .list article img.thumb,
.page-gallery .body-section .list article img.thumb {
    width: 180px;
  }
}
@media (min-width: 1025px) {
  .page-news .body-section .list article img.thumb,
.page-gallery .body-section .list article img.thumb {
    width: 270px;
  }
}
.page-news .body-section .list article .content,
.page-gallery .body-section .list article .content {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-news .body-section .list article .content,
.page-gallery .body-section .list article .content {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-news .body-section .list article .content,
.page-gallery .body-section .list article .content {
    width: calc(100% - 270px);
    padding-left: 60px;
  }
}
.page-news .body-section .list article .content .h4,
.page-gallery .body-section .list article .content .h4 {
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  color: #b4253d;
}
.page-news .body-section .list article .content p.date,
.page-gallery .body-section .list article .content p.date {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 24px;
  color: #2a2a2a;
}
.page-news .body-section .list article .content p.description,
.page-gallery .body-section .list article .content p.description {
  margin-bottom: 23px;
}
.page-news .body-section .list article .content p.more,
.page-gallery .body-section .list article .content p.more {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.page-news .body-section .list article:last-of-type,
.page-gallery .body-section .list article:last-of-type {
  border-bottom: none;
}
.page-news .body-section .list article:nth-of-type(4n + 2) h3.h4,
.page-gallery .body-section .list article:nth-of-type(4n + 2) h3.h4 {
  color: #7c9e48;
}
.page-news .body-section .list article:nth-of-type(4n + 3) h3.h4,
.page-gallery .body-section .list article:nth-of-type(4n + 3) h3.h4 {
  color: #81b1ce;
}
.page-news .body-section .list article:nth-of-type(4n + 4) h3.h4,
.page-gallery .body-section .list article:nth-of-type(4n + 4) h3.h4 {
  color: #394e54;
}
.page-news .body-section .archive,
.page-gallery .body-section .archive {
  min-width: 171px;
}
.page-news .body-section .archive .title,
.page-gallery .body-section .archive .title {
  margin: 0 0 17px;
  padding: 0 0 8px;
  font-family: poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
  border-bottom: 1px solid rgba(35, 34, 33, 0.1);
}
.page-news .body-section .archive ul,
.page-gallery .body-section .archive ul {
  margin: 0;
  padding: 0;
}
.page-news .body-section .archive ul li,
.page-gallery .body-section .archive ul li {
  margin: 0 0 7px;
  padding: 0;
}
.page-news .body-section .archive ul li a,
.page-gallery .body-section .archive ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 15px;
  color: rgba(42, 42, 42, 0.5);
}

/********************************************/
/********************************************/
/*********************************************
:: News Detail Page                   
********************************************/
.page-news-detail {
  /********************************************/
}
.page-news-detail .body-section {
  padding: 40px 0 80px;
}
@media (min-width: 767px) {
  .page-news-detail .body-section {
    padding: 60px 0 100px;
  }
}
.page-news-detail .body-section .button {
  min-width: 120px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .page-news-detail .body-section .button {
    top: 11px;
  }
}
.page-news-detail .body-section .h2 {
  margin-bottom: 12px;
}
.page-news-detail .body-section p.date {
  margin-bottom: 41px;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 24px;
  color: #2a2a2a;
}
.page-news-detail .body-section img {
  width: 100%;
  margin-bottom: 30px;
}

/*********************************************
:: Services Page                   
********************************************/
.page-services {
  /********************************************/
}
.page-services .body-section {
  padding: 40px 0 80px;
  /********************************************/
}
@media (min-width: 767px) {
  .page-services .body-section {
    margin-top: 8px;
    padding: 0 0 100px;
  }
}
.page-services .body-section .featured-list {
  margin-bottom: 100px;
  /********************************************/
}
.page-services .body-section .featured-list .more {
  display: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .featured-list .left {
    height: 570px;
  }
}
.page-services .body-section .featured-list .left article {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: #b4253d;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article {
    margin-bottom: 0;
  }
}
.page-services .body-section .featured-list .left article img {
  width: 100%;
}
.page-services .body-section .featured-list .left article .content {
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article .content {
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.page-services .body-section .featured-list .left article .content h3 {
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .left article .content h3 {
    width: 70%;
    font-size: 48px;
    line-height: 50px;
  }
}
.page-services .body-section .featured-list .left article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .left article:hover h3 {
  margin-bottom: 30px;
  color: #b4253d;
}
.page-services .body-section .featured-list .left article:hover .more {
  display: block;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right {
    padding-left: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.page-services .body-section .featured-list .right article {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article {
    width: calc(50% - 15px);
    max-height: 50%;
  }
}
.page-services .body-section .featured-list .right article .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
.page-services .body-section .featured-list .right article h3.h4 {
  min-height: 59px;
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 1025px) {
  .page-services .body-section .featured-list .right article h3.h4 {
    width: 80%;
  }
}
.page-services .body-section .featured-list .right article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .right article:hover h3.h4 {
  margin-bottom: 16px;
  color: #b4253d;
}
.page-services .body-section .featured-list .right article:hover .more {
  display: block;
}
.page-services .body-section .featured-list .right article:nth-of-type(1) .content {
  background: #7c9e48;
}
.page-services .body-section .featured-list .right article:nth-of-type(1):hover h3.h4 {
  color: #7c9e48;
}
.page-services .body-section .featured-list .right article:nth-of-type(2) .content {
  background: #81b1ce;
}
.page-services .body-section .featured-list .right article:nth-of-type(2):hover h3.h4 {
  color: #81b1ce;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article:nth-of-type(3) {
    margin: 0;
  }
}
.page-services .body-section .featured-list .right article:nth-of-type(3) .content {
  background: #394e54;
}
.page-services .body-section .featured-list .right article:nth-of-type(3):hover h3.h4 {
  color: #394e54;
}
@media (min-width: 767px) {
  .page-services .body-section .featured-list .right article:nth-of-type(4) {
    margin: 0;
  }
}
.page-services .body-section .list {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .page-services .body-section .list {
    width: 550px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list {
    width: 770px;
  }
}
.page-services .body-section .list article {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(35, 34, 33, 0.1);
}
.page-services .body-section .list article a {
  align-items: flex-start;
}
.page-services .body-section .list article img.thumb {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .list article img.thumb {
    width: 180px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list article img.thumb {
    width: 270px;
  }
}
.page-services .body-section .list article .content {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 270px);
    padding-left: 60px;
  }
}
.page-services .body-section .list article .content .h4 {
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: #b4253d;
}
.page-services .body-section .list article .content p.description {
  margin-bottom: 23px;
}
.page-services .body-section .list article .content p.more {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #232221;
}
.page-services .body-section .list article .content p.more span {
  vertical-align: middle;
}
.page-services .body-section .list article:last-of-type {
  border-bottom: none;
}
.page-services .body-section .list article:nth-of-type(4n + 2) h3.h4 {
  color: #7c9e48;
}
.page-services .body-section .list article:nth-of-type(4n + 3) h3.h4 {
  color: #81b1ce;
}
.page-services .body-section .list article:nth-of-type(4n + 4) h3.h4 {
  color: #394e54;
}
.page-services .material-icons {
  vertical-align: middle;
}

/*********************************************
:: Service Detail Page                   
********************************************/
.page-service-detail {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-service-detail .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section {
    padding: 0 0 60px;
  }
}
.page-service-detail .body-section .top {
  padding: 20px 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .top {
    padding: 76px 0 61px;
  }
}
.page-service-detail .body-section .top .left-anchor {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
.page-service-detail .body-section .top .left-anchor span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.page-service-detail .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 470px);
    padding: 0 120px 0 0;
  }
}
.page-service-detail .body-section .content h2, .page-service-detail .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-service-detail .body-section .hero {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .body-section .hero {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .page-service-detail .body-section .hero {
    width: 470px;
  }
}
.page-service-detail .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-service-detail .faqs-section {
  position: relative;
  padding: 60px 0;
  background: #f8fbfc;
}
.page-service-detail .faqs-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .faqs-section:before {
  content: "";
  position: absolute;
  top: 69px;
  left: -37px;
  width: 110px;
  height: 164px;
  background: url(/images/watermark-left.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:before {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section:after {
  content: "";
  position: absolute;
  bottom: 49px;
  right: -114px;
  right: -14px;
  width: 110px;
  height: 164px;
  width: 220px;
  height: 328px;
  background: url(/images/watermark-right.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section:after {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section .h2 {
  text-align: center;
}
.page-service-detail .faqs-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .faqs-section article {
  margin-bottom: 5px;
  background: white;
  border-radius: 2px;
}
.page-service-detail .faqs-section article .title {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.page-service-detail .faqs-section article .title .h4 {
  width: calc(100% - 50px);
  margin: 0;
  color: #394e54;
}
.page-service-detail .faqs-section article .title .material-icons {
  position: absolute;
  top: 34px;
  right: 30px;
}
.page-service-detail .faqs-section article .content {
  display: none;
  width: 100%;
}
@media (min-width: 767px) {
  .page-service-detail .faqs-section article .content {
    width: calc(100% - 50px);
    padding: 0 30px 30px;
  }
}
.page-service-detail .faqs-section article .content.active {
  display: block;
}
.page-service-detail .gallery-section {
  padding: 60px 0;
  text-align: center;
}
.page-service-detail .gallery-section .h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .page-service-detail .gallery-section .h2 {
    margin-bottom: 60px;
  }
}
.page-service-detail .gallery-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .gallery-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .gallery-section .content-max-width article {
  width: 100%;
}
.page-service-detail .gallery-section .content-max-width article img {
  width: 100%;
}

/*********************************************
:: Forms Page                   
********************************************/
.page-forms {
  /********************************************/
}
.page-forms .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 767px) {
  .page-forms .body-section {
    padding: 60px 0 100px;
  }
}
.page-forms .body-section .h2 {
  margin-bottom: 33px;
  letter-spacing: -0.64px;
}
.page-forms .body-section .leadcopy {
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 28px;
}
.page-forms .body-section .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-forms .body-section .form-field.send .button {
  width: 135px;
  margin-left: auto;
}

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-contact .tabs-section {
  margin: 20px 0;
}
@media (min-width: 1025px) {
  .page-contact .tabs-section {
    margin: -20px 0 50px;
  }
}
.page-contact .tabs-section .button {
  min-width: 115px;
  margin: 0 11px 10px 0;
  padding: 9px 18px;
  cursor: pointer;
}
.page-contact .tabs-section .button:first-of-type {
  color: #81b1ce;
  border-color: #81b1ce;
}
.page-contact .tabs-section .button:first-of-type.active, .page-contact .tabs-section .button:first-of-type:hover {
  color: white;
  background: #81b1ce;
}
.page-contact .tabs-section .button:nth-of-type(2) {
  color: #7c9e48;
  border-color: #7c9e48;
}
.page-contact .tabs-section .button:nth-of-type(2).active, .page-contact .tabs-section .button:nth-of-type(2):hover {
  color: white;
  background: #7c9e48;
}
.page-contact .tabs-section .button:nth-of-type(3) {
  color: #b4253d;
  border-color: #b4253d;
}
.page-contact .tabs-section .button:nth-of-type(3).active, .page-contact .tabs-section .button:nth-of-type(3):hover {
  color: white;
  background: #b4253d;
}
.page-contact .body-section {
  padding: 40px 0 80px;
}
@media (min-width: 767px) {
  .page-contact .body-section {
    padding: 0 0 100px;
  }
}
.page-contact .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 767px) {
  .page-contact .body-section .content {
    width: calc(100% - 350px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .page-contact .body-section .content {
    width: calc(100% - 670px);
    padding: 0 120px 0 0;
  }
}
.page-contact .body-section .content .phone {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-family: work-sans, poppins, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 50px;
  color: #7c9e48;
}
.page-contact .body-section .content .email {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 30px;
  color: #394e54;
}
.page-contact .body-section .form {
  padding: 40px 0;
}
@media (min-width: 767px) {
  .page-contact .body-section .form {
    width: 350px;
    padding: 28px 0 80px;
  }
}
@media (min-width: 1025px) {
  .page-contact .body-section .form {
    width: 670px;
  }
}
.page-contact .body-section .form .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-contact .body-section .form .form-field.send .button {
  width: 135px;
  margin-left: auto;
}
.page-contact .body-section .contact-info {
  padding: 40px;
}
@media (min-width: 1025px) {
  .page-contact .body-section .contact-info {
    padding: 90px;
  }
}
.page-contact .body-section .contact-info h3, .page-contact .body-section .contact-info p {
  margin: 0;
  color: white;
}
.page-contact .body-section .contact-info p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1025px) {
  .page-contact .body-section .contact-info p {
    font-size: 22px;
    letter-spacing: -0.24px;
    line-height: 32px;
  }
  .page-contact .body-section .contact-info .block:nth-of-type(2) {
    padding-left: 70px;
  }
}
.page-contact .body-section.east .content .phone {
  color: #81b1ce;
}
.page-contact .body-section.east .contact-info {
  background: #81b1ce;
}
.page-contact .body-section.after .content .phone {
  color: #7c9e48;
}
.page-contact .body-section.after .contact-info {
  background: #7c9e48;
}
.page-contact .body-section.emergency .content .phone {
  color: #b4253d;
}
.page-contact .body-section.emergency .contact-info {
  background: #b4253d;
}

/*********************************************
:: JS Plugins
********************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*********************************************
:: Slick Slideshow
********************************************/
/*******************************************/
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*******************************************/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 55px;
  line-height: 1;
  color: #394e54;
  opacity: 1;
}

.slick-prev {
  left: -20px;
}
@media (min-width: 767px) {
  .slick-prev {
    left: -60px;
  }
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: -20px;
}
@media (min-width: 767px) {
  .slick-next {
    right: -60px;
  }
}
.slick-next:before {
  content: "";
}

/*******************************************/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/*******************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
}

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