<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,700&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Light.eot");
  src: url("../fonts/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondensed-Light.woff") format("woff"), url("../fonts/OpenSansCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSansCondensed-Light.eot');
	src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
	url('../fonts/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSansCondensed-Light.woff') format('woff'),
	url('../fonts/OpenSansCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSansCondensed-Bold.eot');
	src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
	url('../fonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSansCondensed-Bold.woff') format('woff'),
	url('../fonts/OpenSansCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/OpenSansCondensed-LightItalic.eot');
	src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'),
	url('../fonts/OpenSansCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSansCondensed-LightItalic.woff') format('woff'),
	url('../fonts/OpenSansCondensed-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
*/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif;
  outline: none;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:focus, a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: "";
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}
:root, [data-theme="default"] {
  --bs-gutter-x: 20px;
  --gutter-y: 20px;
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 30px;
    --gutter-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 60px;
    --gutter-y: 60px;
  }
}
:root .row, [data-theme="default"] .row {
  --bs-gutter-x: 20px;
  --gutter-y: 20px;
}
@media (min-width: 1200px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 30px;
    --gutter-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 40px;
    --gutter-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 60px;
    --gutter-y: 60px;
  }
}
:root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
:root .vc_column_container &gt; .vc_column-inner, [data-theme="default"] .vc_column_container &gt; .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  :root .vc_column_container &gt; .vc_column-inner, [data-theme="default"] .vc_column_container &gt; .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_column_container &gt; .vc_column-inner, [data-theme="default"] .vc_column_container &gt; .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_column_container &gt; .vc_column-inner, [data-theme="default"] .vc_column_container &gt; .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 19px 49px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #ED2A32;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  color: #fff;
  background-color: #ED2A32;
  border-color: #ED2A32;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 14px 39px;
    font-size: 18px;
    line-height: 20px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 14px 10px;
    font-size: 15px;
    line-height: 20px !important;
    text-transform: none;
  }
}
body .gform_wrapper .gform_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_footer input[type=submit]::-moz-focus-inner, body .gform_wrapper .gform_page_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  box-shadow: none;
  background-color: #FF4048;
}
body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus, body .gform_wrapper .gform_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_footer input[type=submit]:disabled:focus, body .gform_wrapper .gform_page_footer input.button:disabled:hover, body .gform_wrapper .gform_page_footer input.button:disabled:focus, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #ffffff;
  background-color: #FF4048;
  border-color: #FF4048;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 19px 49px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #ED2A32;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  color: #fff;
  background-color: #ED2A32;
  border-color: #ED2A32;
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 14px 39px;
    font-size: 18px;
    line-height: 20px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    padding: 14px 10px;
    font-size: 15px;
    line-height: 20px !important;
    text-transform: none;
  }
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  box-shadow: none;
  background-color: #FF4048;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover {
  color: #ffffff;
  background-color: #FF4048;
  border-color: #FF4048;
}
.btn.btn-primary {
  color: #fff;
  background-color: #ED2A32;
  border-color: #ED2A32;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #FF4048;
  border-color: #FF4048;
}
.btn.btn-secondary {
  color: #2D2C28;
  background-color: transparent;
  border-color: #2D2C28;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #2D2C28;
  border-color: #2D2C28;
}
.btn i {
  margin-right: 4px;
}
#gform_wrapper_1, #gform_wrapper_2 {
  /*
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: #ffffff;
  }
  textarea {
    background-color: #ffffff;
  }
   */
}
#gform_wrapper_1 .gform_required_legend, #gform_wrapper_2 .gform_required_legend {
  display: none;
}
#gform_wrapper_1 .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #gform_wrapper_1 .ginput_full:not(:last-of-type), #gform_wrapper_2 .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #gform_wrapper_2 .ginput_full:not(:last-of-type) {
  margin-bottom: 0;
}
/*
#gform_wrapper_2 {
  .gform_required_legend {
    display: none;
  }
}
 */
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label, body .gform_wrapper.gravity-theme legend.gfield_label {
  color: #2D2C28;
  font-size: 30px;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label .gfield_required_asterisk, body .gform_wrapper.gravity-theme legend.gfield_label .gfield_required_asterisk {
  font-size: 20px;
  font-weight: 600;
}
body .gform_wrapper.gravity-theme label.gform-field-label {
  color: #747474;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  display: block;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 24px 14px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  outline: none;
  background-color: #EEEEEE;
}
@media (max-width: 1199.98px) {
  body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 14px 9px;
  }
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #ED2A32;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  display: block;
  height: 2.4375rem;
  width: 100%;
  padding-left: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  border: 0.0625rem solid #919191;
  border-radius: 0.3125rem;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus {
  border-color: coral;
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 24px 14px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  outline: none;
  background-color: #EEEEEE;
  display: block;
  overflow: auto;
}
@media (max-width: 1199.98px) {
  body .gform_wrapper.gravity-theme textarea {
    padding: 14px 9px;
  }
}
body .gform_wrapper.gravity-theme textarea:focus {
  border-color: #ED2A32;
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type="search"] {
  display: block;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 24px 14px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  outline: none;
  background-color: #EEEEEE;
  padding: 0 0.25rem;
}
@media (max-width: 1199.98px) {
  body .gform_wrapper.gravity-theme input[type="search"] {
    padding: 14px 9px;
  }
}
body .gform_wrapper.gravity-theme input[type="search"]:focus {
  border-color: #ED2A32;
}
body .gform_wrapper.gravity-theme input[type="search"]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 2.4375rem;
  width: 100%;
  padding-left: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  border: 0.0625rem solid #919191;
  border-radius: 0.3125rem;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #777;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus {
  border-color: coral;
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label {
  color: #ffffff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select {
  border-color: #fff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
  border-color: #ED2A32;
  -webkit-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ffffff;
  border-color: #fff;
}
.form-check-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  font-family: sans-serif;
}
.form-check-label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.form-check-label input {
  position: absolute;
  left: -1000rem;
}
.form-check-label:has(&gt; input:checked):after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-check-label:has(&gt; input:checked):before {
  background-color: #ED2A32;
  border-color: #ED2A32;
}
.form-check-label:has(&gt; input:focus):before {
  border-color: #ED2A32;
}
#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 42px;
  height: 42px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #ED2A32;
}
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/helper/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
a[href^="tel:"], a[href^="mailto:"] {
  white-space: nowrap !important;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clear {
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich_header:before, .rich_header:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ED2A32;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: 18px;
  line-height: 26px;
  color: #747474;
  padding: 15px 0;
  background: none;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.breadcrumbs .breadcrumbs-item-sep {
  padding: 0 10px;
  text-align: center;
}
.breadcrumbs a {
  color: #ED2A32;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #ED2A32;
}
.post-nav a {
  text-decoration: none;
}
.post-nav .nav-previous {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .nav-links {
    flex-wrap: wrap;
  }
}
.nav-links .nav-next {
  margin: 0 0 0 auto;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 5px;
  margin: 0 2px;
  background: none;
  color: #ED2A32;
  font-size: 20px;
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background-color: #ED2A32;
  color: #ffffff;
  text-decoration: none;
  border-color: #ED2A32;
  font-weight: 700;
}
.wp-pagenavi a:hover {
  background-color: #ED2A32;
  border-color: #dedede;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 36px 36px 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto 36px auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 36px 36px;
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto 36px auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto 36px auto;
}
img.aligncenter, img.alignright, img.alignleft {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
}
.ui-datepicker a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}
table {
  border: 1px solid #c9c9c9;
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
table tr:nth-child(2n) td {
  background-color: #fff;
}
.flexible table th, table.flexible th {
  white-space: nowrap;
}
.flexible table td, table.flexible td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .flexible table, table.flexible {
    display: block;
  }
  .flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr {
    display: block;
  }
  .flexible table thead tr, table.flexible thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexible table tr, table.flexible tr {
    border-bottom: 1px solid #ccc;
  }
  .flexible table th, table.flexible th {
    display: none;
  }
  .flexible table td, table.flexible td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 10px 5px 30%;
    min-height: 37px;
  }
  .flexible table td:before, table.flexible td:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before {
    content: "Column 1";
  }
  .flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before {
    content: "Column 2";
  }
  .flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before {
    content: "Column 3";
  }
  .flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before {
    content: "Column 4";
  }
  .flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before {
    content: "Column 5";
  }
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul ul li {
  margin: 0 0 10px 0;
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 34px;
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul li:last-child {
  margin-bottom: 0;
}
body:not(.page-template-page-landing) .wpb_text_column &gt; .wpb_wrapper &gt; ul li:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 0;
  color: #ED2A32;
}
a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #2D2C28;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "";
}
a.icon[href$=".doc"]:before {
  content: "";
}
a.icon[href$=".xls"]:before {
  content: "";
}
a.icon[href$=".zip"]:before {
  content: "";
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0 0 0 10px;
  padding: 0;
}
.social-menu li:first-child {
  margin: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  background-color: #ED2A32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  text-decoration: none;
}
.social-menu a:before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 6 Brands";
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-menu a[href*="linkedin.com"]:before {
  content: "";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "";
}
.social-menu a[href*="instagram.com"]:before {
  content: "";
}
.social-menu a[href*="facebook.com"]:before {
  content: "";
}
.social-menu a[href*="twitter.com"]:before {
  content: "";
}
.social-menu a[href*="youtube.com"]:before {
  content: "";
}
.social-menu a[href*="vimeo.com"]:before {
  content: "";
}
.social-menu a[href*="yelp.com"]:before {
  content: "";
}
/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 30px 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
  background-image: url("/wp-content/uploads/2016/01/bg_header.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
  -moz-box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
  box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
}
.page-template-page-landing .site-header {
  background: none;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.site-header .logo a &gt; img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.site-header .logo a &gt; svg {
  display: block;
  width: 265px;
  height: auto;
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-header .site-header-wrapper .slogan {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .slogan {
    order: 5;
  }
}
.site-header .site-header-wrapper .logo-line {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .logo-line {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .logo-line .logo {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .header-widget {
    order: 10;
  }
}
.site-header .slogan {
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 1.25;
  font-family: "EB Garamond", serif;
  color: #de5a5e;
  font-style: italic;
  text-align: center;
}
@media (max-width: 991.98px) {
  .site-header .slogan {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-nav {
    display: none !important;
  }
}
.site-header .header-widget img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.site-header .site-header-landing-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .site-header .site-header-landing-wrapper {
    flex-direction: column;
  }
}
.site-header .site-header-landing-wrapper .logo {
  margin: 0 auto 0 0;
}
@media (max-width: 767.98px) {
  .site-header .site-header-landing-wrapper .logo {
    margin: 0 auto 27px auto;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-landing-wrapper .logo {
    margin: 0 auto 20px auto;
  }
}
.site-header .site-header-landing-wrapper .logo img {
  width: 396px;
}
@media (max-width: 575.98px) {
  .site-header .site-header-landing-wrapper .logo img {
    width: 244px;
  }
}
.site-header .site-header-landing-wrapper .header-aside {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-landing-wrapper .header-aside {
    flex-direction: column;
    align-items: normal;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-landing-wrapper .header-aside {
    flex-direction: row;
    align-items: normal;
  }
}
.site-header .site-header-landing-wrapper .btn {
  margin: 0 0 0 110px;
}
@media (max-width: 1399.98px) {
  .site-header .site-header-landing-wrapper .btn {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-landing-wrapper .btn {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-landing-wrapper .btn {
    width: 170px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 3px;
  }
}
@media (max-width: 379.98px) {
  .site-header .site-header-landing-wrapper .btn {
    width: 140px;
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-landing-wrapper .btn:first-child {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-landing-wrapper .btn:first-child {
    margin: 0 3px;
  }
}
.mobile-site-header, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-site-header, .mobile-header-wrapper {
    display: block;
  }
}
/*/ Sticky Header */
.admin-bar .sticky-header {
  /*
        top: 32px !important;
        @media (max-width: 782.98px) {
            top: 46px !important;
        }
         */
}
@media (max-width: 600.98px) {
  .admin-bar .sticky-header {
    top: 0 !important;
  }
}
.sticky-wrapper {
  position: relative;
  z-index: 200;
  width: 100%;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100% !important;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-image: url("/wp-content/uploads/2016/01/bg_header.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
  -moz-box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
  box-shadow: 0 1px 10px 5px rgba(45, 44, 40, 0.4);
}
@media (max-width: 767.98px) {
  .sticky-wrapper.is-sticky .sticky-header {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .primary-menu &gt; li {
    margin: 0 0 0 10px;
    padding: 0;
  }
  .primary-menu &gt; li:first-child {
    margin-left: 0;
  }
  .primary-menu &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 10px 35px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: #2D2C28;
  }
  .primary-menu &gt; li &gt; a:hover {
    color: #ED2A32;
    text-decoration: none;
  }
  .primary-menu &gt; li:hover &gt; a, .primary-menu &gt; li.focus &gt; a, .primary-menu &gt; li.current-menu-item &gt; a, .primary-menu &gt; li.current-page-ancestor &gt; a, .primary-menu &gt; li.current-menu-ancestor &gt; a {
    color: #ED2A32;
    text-decoration: none;
  }
  .primary-menu &gt; li.menu-item-has-children &gt; a {
    padding-right: 16px;
  }
  .primary-menu &gt; li.menu-item-has-children &gt; a:before {
    content: "";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
    color: #ED2A32;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0 0 0 -30px;
    padding: 20px 0;
    list-style: none;
    background-color: #e1e5f3;
    border: 1px solid #e1e5f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
  }
  .primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e5f3;
    position: absolute;
    top: -10px;
    left: 45px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: block;
    color: #747474;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 30px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #ED2A32;
    background-color: #f6f6f6;
    text-decoration: none;
  }
  .primary-menu li ul li:hover &gt; a, .primary-menu li ul li.focus &gt; a, .primary-menu li ul li.current-menu-item &gt; a, .primary-menu li ul li.current-menu-ancestor &gt; a, .primary-menu li ul.sub-menu li:hover &gt; a, .primary-menu li ul.sub-menu li.focus &gt; a, .primary-menu li ul.sub-menu li.current-menu-item &gt; a, .primary-menu li ul.sub-menu li.current-menu-ancestor &gt; a {
    background-color: #f6f6f6;
    color: #ED2A32;
    text-decoration: none;
  }
  .primary-menu li ul li.menu-item-has-children &gt; a, .primary-menu li ul.sub-menu li.menu-item-has-children &gt; a {
    padding-right: 46px;
  }
  .primary-menu li ul li.menu-item-has-children &gt; a:before, .primary-menu li ul.sub-menu li.menu-item-has-children &gt; a:before {
    content: "";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    -webkit-transition: opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu &gt; li[aria-expanded=true] &gt; ul.sub-menu, .primary-menu &gt; li.focus &gt; ul.sub-menu, .primary-menu &gt; li:hover &gt; ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 90;
    left: 0;
  }
  .primary-menu &gt; li &gt; ul.sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .primary-menu &gt; li &gt; ul.sub-menu li[aria-expanded=true] &gt; ul.sub-menu, .primary-menu &gt; li &gt; ul.sub-menu li.focus &gt; ul.sub-menu, .primary-menu &gt; li &gt; ul.sub-menu li:hover &gt; ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-menu &gt; li &gt; ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -o-transform: translateY(-21px);
    transform: translateY(-21px);
    z-index: 80;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .primary-menu &gt; li &gt; a {
    padding: 10px 20px;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 10px 16px;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ED2A32;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #ED2A32;
}
.menu-primary-trigger .menu-icon:before, .menu-primary-trigger .menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ED2A32;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #ED2A32;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #ED2A32;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ED2A32;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon {
  border: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:before {
  top: 11px;
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:after {
  top: 11px;
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.opener {
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #2D2C28;
}
.opener .fa-angle-up {
  display: none;
}
.active &gt; .opener .fa-angle-up {
  display: inherit;
}
.active &gt; .opener .fa-angle-down {
  display: none;
}
.mobile-header-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  text-align: left;
}
.mobile-header-nav.toggled {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-header-nav.toggled {
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    display: block;
    max-height: 9999px;
  }
}
.mobile-header-nav .primary-menu {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item &gt; a {
  color: #ED2A32 !important;
}
.mobile-header-nav .primary-menu &gt; li {
  margin: 0 0 10px 0;
  padding: 0;
}
.mobile-header-nav .primary-menu &gt; li &gt; a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #2D2C28;
  font-weight: 400;
  border: none;
  text-shadow: none;
  text-decoration: none;
}
.mobile-header-nav .primary-menu &gt; li li {
  margin: 0;
  padding: 0;
}
.mobile-header-nav .primary-menu &gt; li li:after {
  display: none;
}
.mobile-header-nav .primary-menu &gt; li li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  background: none !important;
}
.mobile-header-nav .primary-menu &gt; li li .opener {
  font-size: 20px;
}
.mobile-header-nav .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}
.site-footer {
  background: #2D2C28;
  margin: 0;
  padding: 60px 0;
  border-top: none;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer .site-footer-wrapper {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #ebebeb;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper &gt; * {
    margin-top: 15px;
  }
  .site-footer .site-footer-wrapper &gt; *:first-child {
    margin-top: 0;
  }
}
.site-footer .site-footer-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #ebebeb;
  margin: 0 0 10px 0;
}
.site-footer .site-footer-wrapper .copyright {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #ebebeb;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .copyright {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .copyright {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .copyright br {
    display: none;
  }
}
.site-footer .site-footer-wrapper .copyright a {
  text-decoration: none;
}
.site-footer .site-footer-wrapper .copyright a:hover {
  color: #ED2A32;
}
.site-footer .site-footer-wrapper .copyright span {
  color: #ED2A32;
  margin: 0 3px;
}
.site-footer .site-footer-wrapper .footer-widget a {
  color: #939393;
  text-decoration: none;
}
.site-footer .site-footer-wrapper .footer-widget a:hover {
  color: #ED2A32;
}
.site-footer .site-footer-wrapper .footer-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .footer-icons {
    justify-content: center;
  }
}
.site-footer .site-footer-wrapper .footer-icons li {
  padding: 0 10px;
  margin: 0;
}
.site-footer .site-footer-wrapper .footer-icons li img {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer .site-footer-wrapper .jm-logo {
  display: block;
}
.site-footer .site-footer-wrapper .jm-logo svg {
  display: block;
  width: 223px;
}
.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 450px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .cycle-slider {
    height: 300px;
  }
}
.cycle-slider .cycle-pager {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
}
.cycle-slider .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border-radius: 50%;
  cursor: pointer;
}
.cycle-slider .cycle-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border: 2px solid #ED2A32;
  position: absolute;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
}
.cycle-slider .cycle-pager span.cycle-pager-active {
  background-color: #ffffff;
}
.cycle-slider .cycle-pager span.cycle-pager-active:before {
  opacity: 0;
}
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  z-index: 500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover {
  color: #ED2A32;
}
@media (max-width: 767.98px) {
  .cycle-slider .cycle-prev, .cycle-slider .cycle-next {
    display: none;
  }
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
  /*&amp;:before {
			content: '';
			position: absolute;
			top: 0; bottom: 0;
			left: 0; right: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(34,52,65,0.5);
		}*/
}
@media (max-width: 767.98px) {
  .cycle-slider .cycle-slide {
    height: 100%;
  }
}
.cycle-slider .cycle-slide &gt; img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .cycle-slider .cycle-slide &gt; img {
    object-fit: fill;
    object-position: center;
    width: auto;
  }
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  /*@media (max-width: 575.98px) {
			position: relative;
			height: auto;
			padding: 10px 0 50px 0;
		}*/
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cycle-slider h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}
article.post {
  margin-bottom: 40px;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: 20px;
}
.post_meta i {
  color: #3b4348;
}
.post_meta a {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:focus {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:hover {
  text-decoration: none;
  color: #ED2A32;
}
.post-author {
  background: #fff;
  margin: 0 0 70px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
.post-author h3 {
  margin: 0 0 15px 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #737885;
}
.post-author h3 a {
  text-decoration: none;
  color: #ED2A32;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #ED2A32;
}
.post-author h3 a:hover {
  text-decoration: none;
  color: #1e2731;
}
.post-author .post-author_gravatar {
  margin: 2px 20px 5px 0;
}
.post-author .post-author_gravatar img {
  padding: 0;
  border: none;
}
.post-author .post-author_link {
  margin: 18px 0 0 0;
}
.post-author .post-author_link p {
  margin: 0;
}
.related-posts {
  margin: 0 0 60px 0;
}
.related-posts ul li {
  line-height: 22px;
  font-size: 16px;
  color: #424f5e;
}
.related-posts ul li a {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:focus {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:hover {
  text-decoration: none;
  color: #ED2A32;
}
ol.comment-list li .comment-body {
  background: #fff !important;
  border: 1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #ED2A32;
}
@media (max-width: 480px) {
  ol.comment-list li .comment-body .extra-wrap {
    overflow: visible;
  }
}
ol.comment-list li .comment-body .reply {
  margin: 0 0 0 20px;
}
ol.comment-list li .comment-body .reply a {
  background: #ED2A32;
  display: inline-block;
  margin: 0;
  padding: 9px 23px 10px 23px;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-transform: lowercase;
  color: #fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
  background: #ED2A32;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .reply a:hover {
  background: #747474;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .comment-meta {
  line-height: 39px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1e2731;
}
.cancel-comment-reply {
  padding: 0 0 6px 0;
}
.jm-youtube-box {
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .jm-youtube-box {
    -webkit-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    -moz-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
  }
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-youtube-box .jm-video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%;
  /* 100 * 16 / 9 */
  min-width: 100%;
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
            width: 177.77777778vh;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            */
  overflow: hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}
.carousel-content-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .carousel-content-wrapper {
    margin-bottom: 30px;
  }
}
.carousel-content-wrapper .owl-stage {
  display: flex;
  flex-direction: row;
}
.carousel-content-wrapper .owl-stage:after {
  display: none;
}
.carousel-content-wrapper .owl-stage .owl-item {
  float: none;
  display: flex;
  flex: 1 0 auto;
}
.carousel-content-wrapper .item p:last-child {
  margin-bottom: 0;
}
.carousel-content-wrapper .owl-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  .carousel-content-wrapper .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .carousel-content-wrapper .owl-dots {
    margin-top: 20px;
    justify-content: center;
  }
}
.carousel-content-wrapper .owl-dots button.owl-dot {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.carousel-content-wrapper .owl-dots button.owl-dot:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ED2A32;
}
.carousel-content-wrapper .owl-dots button.owl-dot.active {
  border-color: #2D2C28;
}
.carousel-content-wrapper .owl-dots button.owl-dot.active:before {
  background-color: #2D2C28;
}
.rich-link-wrapper {
  position: relative;
}
.rich-link-wrapper .rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper a {
  text-decoration: none;
}
.rich-link-wrapper a.rich-link:hover .rich-link-icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
}
.rich-link-wrapper a.rich-link:hover .rich-link-title {
  color: #EEEEEE;
}
.rich-link-wrapper a.rich-link:hover .rich-link-sub-title {
  color: #929fc1;
}
.rich-link-wrapper .rich-link-icon {
  width: 170px;
  height: 170px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .rich-link-wrapper .rich-link-icon {
    margin-bottom: 10px;
  }
}
.rich-link-wrapper .rich-link-icon i {
  color: #2D2C28;
  font-size: 65px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 50px;
  }
}
.rich-link-wrapper .rich-link-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #ED2A32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-title {
    font-size: 24px;
  }
}
.rich-link-wrapper .rich-link-sub-title {
  display: block;
  text-align: center;
  color: #7e8cad;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-sub-title {
    font-size: 20px;
  }
}
.loans-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loans-wrapper .loans-title {
  font-size: 32px;
  line-height: 1.25;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-title {
    font-size: 26px;
  }
}
.loans-wrapper .loans-sub-title {
  font-size: 24px;
  line-height: 1.6;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-sub-title {
    font-size: 20px;
  }
}
.loans-wrapper .loans-value-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-value-box {
    margin-top: 10px;
  }
}
.loans-wrapper .loans-value-box .loans-value {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.loans-wrapper .loans-value-box sup {
  display: block;
  font-size: 38px;
  line-height: 40px;
  top: auto;
}
.loans-wrapper .loans-value-box sub {
  display: block;
  font-size: 20px;
  line-height: 40px;
  bottom: auto;
}
.universal-container-wrapper.flex-box {
  display: flex;
  justify-content: center;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box {
    flex-direction: column;
  }
}
.universal-container-wrapper.flex-box &gt; * {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box &gt; * {
    padding-top: 30px;
  }
}
.service-box-wrapper {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    margin-bottom: 20px;
  }
}
.service-box-wrapper .service-box {
  position: relative;
  padding: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-box-wrapper .service-box {
    padding: 20px;
  }
}
.service-box-wrapper .service-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 60px 80px 0 rgba(0, 41, 82, 0.1);
  -moz-box-shadow: 0 60px 80px 0 rgba(0, 41, 82, 0.1);
  box-shadow: 0 60px 80px 0 rgba(0, 41, 82, 0.1);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.service-box-wrapper .service-box:hover .btn {
  color: #ffffff;
  background-color: #2D2C28;
  border-color: #2D2C28;
}
.service-box-wrapper .service-box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box img {
    margin-bottom: 20px;
  }
}
.service-box-wrapper .service-box h4 {
  color: #023047;
  font-weight: 600;
  font-family: Arial, sans-serif;
  text-transform: none;
  margin-bottom: 24px;
}
@media (max-width: 1799.98px) {
  .service-box-wrapper .service-box h4 {
    font-size: 26px;
  }
}
@media (max-width: 1599.98px) {
  .service-box-wrapper .service-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 1399.98px) {
  .service-box-wrapper .service-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box h4 {
    margin-bottom: 10px;
  }
}
.service-box-wrapper .service-box .btn {
  margin-top: auto;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .service-box-wrapper .service-box .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
.service-box-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 330px;
	display: flex;
	@include transition(0.3s);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	@include border-radius(8px);
	@media (max-width: 767.98px) {
		margin-bottom: 20px;
	}
	&amp;:before {
		content: '';
		@include overlay();
		background-color: rgba(10,27,70,0.6);
		@include border-radius(8px);
		@include transition(0.3s);
	}
	&amp;:hover {
		@include transform(translateY(-10px));
		@include box-shadow(0 50px 80px 0 rgba(12,26,62,0.4));
		&amp;:before {
			background-color: rgba(0,42,149,0.6);
		}
	}
	a {
		text-decoration: none;
	}
	* {
		position: relative;
		z-index: 10;
		color: #ffffff;
	}
	h3 {
		font: 700 30px/1.3 $altFontFamily;
		margin: 0 0 30px 0; padding: 0;
		@media (max-width: 1799.98px) {
			font-size: 28px;
		}
		@media (max-width: 1599.98px) {
			font-size: 26px;
		}
		@media (max-width: 1399.98px) {
			font-size: 24px;
		}
		@media (max-width: 1199.98px) {
			margin-bottom: 20px;
		}
	}
	.text {
		display: block;
		margin: 0;
		font-size: map-get($fontSizes, small);
	}
	.service-box {
		display: block;
		padding: 40px;
		width: 100%; height: 100%;
		position: relative;
		@media (max-width: 1599.98px) {
			padding: 30px;
		}
		@media (max-width: 1199.98px) {
			padding: 20px;
		}
	}
}
 */
.service-svg-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .service-svg-box {
    margin-bottom: 20px;
  }
}
.service-svg-box h2 {
  color: #ED2A32;
  font: italic normal 900 24px/24px "Open Sans", sans-serif;
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #ED2A32;
  font: normal normal 600 14px/24px Arial, sans-serif;
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 30px auto;
  width: 100px;
  height: 82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box svg {
    margin: 10px auto;
  }
}
.service-svg-box svg path {
  fill: #ED2A32;
}
.service-svg-box .btn {
  width: 100%;
}
.testimonials-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer {
  overflow: inherit;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage:after {
  display: none;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage .owl-item {
  float: none;
  display: flex;
  flex: 1 0 auto;
}
.testimonials-box .owl-item.active {
  height: auto;
}
.testimonials-box .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .testimonials-box .item {
    padding: 100px 40px 40px 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item {
    padding: 90px 30px 30px 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-box .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-box .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:before {
    left: 20px;
  }
}
.testimonials-box .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-box .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:after {
    left: 20px;
  }
}
.testimonials-box h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 0 0;
}
.testimonials-box blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-box blockquote p:last-child {
  margin-bottom: 0;
}
.testimonials-box .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1599.98px) {
  .testimonials-box .owl-dots {
    margin-top: 80px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .owl-dots {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .owl-dots {
    margin-top: 30px;
  }
}
.testimonials-box .owl-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.testimonials-box .owl-dots button:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000000;
  position: absolute;
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-sizing: border-box;
}
.testimonials-box .owl-dots button.active {
  border: 2px solid #5cf7b7;
  background-color: #5cf7b7;
}
.testimonials-box .owl-dots button.active:before {
  opacity: 0;
}
.testimonials-box .owl-nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-box .owl-nav button.owl-next, .testimonials-box .owl-nav button.owl-prev, .testimonials-box .owl-nav button {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.testimonials-box .owl-nav button.owl-next:focus, .testimonials-box .owl-nav button.owl-next .focus, .testimonials-box .owl-nav button.owl-prev:focus, .testimonials-box .owl-nav button.owl-prev .focus, .testimonials-box .owl-nav button:focus, .testimonials-box .owl-nav button .focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonials-box .owl-nav button.owl-next i, .testimonials-box .owl-nav button.owl-prev i, .testimonials-box .owl-nav button i {
  font-size: 24px;
  color: #ED2A32;
}
.testimonials-feed {
  position: relative;
}
.testimonials-feed .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item {
    padding: 100px 40px 40px 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item {
    padding: 90px 30px 30px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-feed .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:before {
    left: 20px;
  }
}
.testimonials-feed .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:after {
    left: 20px;
  }
}
.testimonials-feed .item .testimonials-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item .testimonials-title {
    margin: 0 0 30px 0;
  }
}
.testimonials-feed .item .testimonials-title img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-feed .item .testimonials-title h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.testimonials-feed .item blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-feed .item blockquote p:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 30px 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
  background-color: #2D2C28;
  -webkit-border-radius: 8px 8px 8px 0;
  -moz-border-radius: 8px 8px 8px 0;
  border-radius: 8px 8px 8px 0;
  flex: 1 0;
  padding: 40px;
  margin: 0 0 40px 0;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 20px;
  }
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote p {
  margin-bottom: 24px;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote &gt; *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 20px solid #2D2C28;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h4.title, .jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-size: 16px;
  font-weight: 400;
}
.jm-gallery-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}
.jm-gallery-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-wrapper .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 82, 0);
  background: -moz-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 40, 82, 0)), color-stop(40%, rgba(0, 40, 82, 0)), color-stop(80%, rgba(0, 40, 82, 0.67)), color-stop(100%, #002852));
  background: -webkit-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -o-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -ms-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: linear-gradient(to bottom, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002852", endColorstr="#002852", GradientType=0);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide .image-caption {
  display: block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  left: calc(var(--bs-gutter-x) / 2);
  bottom: calc(var(--bs-gutter-x) / 2);
}
.jm-gallery-wrapper .cycle-gallery-pager {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-left: -6px;
  margin-right: -6px;
}
.jm-gallery-wrapper .cycle-gallery-pager li {
  margin: 0;
  padding: 0 6px 6px 6px;
  cursor: pointer;
  position: relative;
}
.jm-gallery-wrapper .cycle-gallery-pager li.cycle-pager-active:before {
  display: none;
}
.jm-gallery-wrapper .cycle-gallery-pager li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.jm-gallery-wrapper .cycle-gallery-pager li img {
  width: 130px;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 767.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 70px;
  }
}
.jm-gallery-wrapper .cycle-gallery-pager span {
  display: none;
}
.jm-gallery-wrapper .cycle-nav {
  position: absolute;
  z-index: 800;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-nav {
    display: none;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-size: 40px;
  line-height: 100px;
  background-color: rgba(11, 40, 71, 0.5);
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev:hover, .jm-gallery-wrapper .cycle-nav .cycle-next:hover {
  color: #2D2C28;
}
.jm-gallery-with-text-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.jm-gallery-with-text-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-with-text-wrapper .cycle-slide .cycle-slide-wrapper {
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-gallery-with-text-wrapper .cycle-slide .slide-content-wrapper {
  margin-bottom: 30px;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager {
  position: relative;
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ED2A32;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active {
  border-color: #2D2C28;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active:before {
  background-color: #2D2C28;
}
.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: #EEEEEE;
  margin-bottom: 20px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.jm-custom-accordion.active .jm-custom-accordion-header &gt; i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion.active .jm-custom-accordion-body-wrapper {
  max-height: 999px;
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 40px 156px 40px 60px;
  color: #2D2C28;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 30px 70px 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 30px 70px 30px 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header &gt; i {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header &gt; i {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-accordion .jm-custom-accordion-header &gt; i {
    font-size: 30px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
  color: #2D2C28;
  position: relative;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header h4 {
    font-size: 30px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 40px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 0 60px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.vc_row-o-equal-height &gt; .wpb_column &gt; .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height &gt; .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .even-section &gt; .vc_row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section &gt; .vc_row *:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section &gt; .vc_row *:last-child {
    order: 10;
  }
}
body .vc_section[data-vc-full-width] &gt; .vc_row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
body .wpb_text_column p:has(.btn + .btn) {
  text-align: center;
}
body .wpb_text_column p:has(.btn + .btn) .btn {
  margin: 5px 20px;
}
.vc_empty_space[style="height: 0px"] {
  height: var(--gutter-y) !important;
}
@media (max-width: 767.98px) {
  .center-on-mobile * {
    text-align: center !important;
  }
}
/*
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic {
    .vc_tta-panel .vc_tta-panel-heading {
        border-color: #dce2e8;
        background-color: #fff;
        h4 {
            font-family: @baseFontFamily;
            font-size: 24px;
            line-height: 30px;
            font-weight: 400;
            a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 30px;
            }
        }
    }

    .vc_tta-panel .vc_tta-panel-heading:focus,
    .vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: #d2e9ff
    }

    .vc_tta-panel .vc_tta-panel-title&gt;a {
        color: $color1;
    }

    .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-color: $color1;
        background-color: $color1
    }

    .vc_tta-panel.vc_active .vc_tta-panel-title&gt;a {
        color: #ffffff;
    }

    .vc_tta-panel .vc_tta-panel-body {
        background-color: $color1;
        color: #fff;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        * {
            color: #fff;
        }
    }

    .vc_tta-panel .vc_tta-panel-body,
    .vc_tta-panel .vc_tta-panel-body::after,
    .vc_tta-panel .vc_tta-panel-body::before {
        border-color: $color1;
    }


    .vc_tta-controls-icon::after,
    .vc_tta-controls-icon::before {
        border-color: $color1;
    }
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: #fff;
    }
}
*/
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #747474;
  font: 400 24px/1.5 Arial, sans-serif;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
td, th {
  color: #747474;
  text-align: left;
  vertical-align: top;
}
p {
  margin: 0 0 36px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  p {
    margin-bottom: 36px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 24px;
  }
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 36px 0;
  padding: 0;
  border-bottom: 1px solid #747474;
}
a {
  color: #ED2A32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #747474;
  outline: none;
}
h1 {
  color: #ED2A32;
  font: 400 50px/1.4 "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
h2 {
  color: #2D2C28;
  font: 800 50px/1.4 "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 36px;
  }
}
h2.vc_custom_heading {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  h2.vc_custom_heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  h2.vc_custom_heading {
    margin-bottom: 26px;
  }
}
h2 a {
  color: #747474;
  text-decoration: none;
}
h3 {
  color: #ED2A32;
  font: 700 40px/1.25 "Open Sans", sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  /*
	@media (max-width: 1199.98px) {
		font-size: 20px;
	}
	@media (max-width: 767.98px) {
		font-size: 18px;
	}
	 */
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  color: #747474;
  font: 700 40px/1.3 "Open Sans", sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  /*
	@media (max-width: 1199.98px) {
		font-size: 20px;
	}
	@media (max-width: 767.98px) {
		font-size: 18px;
	}
	 */
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 30px;
  }
}
h5 {
  color: #747474;
  font: 400 22px/1.2 "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h6 {
  color: #747474;
  font: 500 20px/1.2 "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #ED2A32;
}
.title-indent {
  margin-bottom: calc(var(--gutter-y) * 2);
}
.content-indent {
  padding-top: calc(var(--gutter-y) * 2);
  padding-bottom: calc(var(--gutter-y) * 2);
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: calc(var(--gutter-y) * 2);
}
.content-indent &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small {
  padding-top: var(--gutter-y);
  padding-bottom: var(--gutter-y);
}
.content-indent-small.vc_section.vc_section-has-fill, .content-indent-small.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent-small.vc_section.vc_section-has-fill + .vc_section {
  padding-top: var(--gutter-y);
}
.content-indent-small &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-bottom {
  padding-bottom: calc(var(--gutter-y) * 2);
}
.content-indent-bottom &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small-bottom {
  padding-bottom: var(--gutter-y);
}
.content-indent-small-bottom &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0 !important;
}
.content-area, .widget-area {
  margin: calc(var(--bs-gutter-x) * 1.5) 0;
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
.title-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  background-color: #f1f3f4;
}
@media (max-width: 1199px) {
  .title-section {
    padding: 35px 0;
  }
}
.title-section h1 {
  margin: 0;
}
.call-us-today {
  border-top: 1px solid #dcdbdb;
  margin: 0;
  padding: 40px 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #2D2C28;
  text-align: center;
}
.call-us-today a {
  text-decoration: none;
  color: #2D2C28;
}
.call-us-today a:hover {
  color: #ED2A32;
}
.hero-section h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 70px;
  line-height: 1.24;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.4px;
  text-shadow: 2px 3px 3px #1C1C1C4D;
  margin: 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .hero-section h2 {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-section h2 {
    font-size: 42px;
    letter-spacing: -0.84px;
  }
}
@media (max-width: 380px) {
  .hero-section h2 {
    font-size: 30px;
    text-align: center !important;
    margin-bottom: 15px;
  }
}
.hero-section h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 1.24;
  font-weight: 400;
  font-style: italic;
  text-shadow: 2px 3px 3px #1C1C1C4D;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .hero-section h3 {
    font-size: 34px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1399.98px) {
  .hero-section h3 {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-section h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 380px) {
  .hero-section h3 {
    font-size: 24px;
    line-height: 40px;
    text-align: center !important;
    margin: 0 0 40px 0;
  }
}
.hero-section h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1.24;
  font-weight: 600;
  text-shadow: 2px 3px 3px #1C1C1C4D;
  margin: 0 0 40px 0;
  padding: 0;
}
@media (max-width: 1599.98px) {
  .hero-section h4 {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1399.98px) {
  .hero-section h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 380px) {
  .hero-section h4 {
    font-size: 20px;
    text-align: center !important;
  }
}
.hero-section .hero-lists-mobile .wpb_wrapper, .hero-section .hero-lists .wpb_wrapper {
  display: flex;
}
.hero-section .hero-lists-mobile .wpb_wrapper ul, .hero-section .hero-lists .wpb_wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 40px 0 0;
  padding: 0;
}
@media (max-width: 380px) {
  .hero-section .hero-lists-mobile .wpb_wrapper ul, .hero-section .hero-lists .wpb_wrapper ul {
    margin-right: 20px;
  }
}
.hero-section .hero-lists-mobile .wpb_wrapper ul:last-child, .hero-section .hero-lists .wpb_wrapper ul:last-child {
  margin-right: 0;
}
.hero-section .hero-lists-mobile .wpb_wrapper ul li, .hero-section .hero-lists .wpb_wrapper ul li {
  margin: 0 0 30px 0;
  padding: 0 0 0 50px;
  background-image: url("../images/check-red-circle.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-shadow: 2px 3px 3px #1C1C1C4D;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1599.98px) {
  .hero-section .hero-lists-mobile .wpb_wrapper ul li, .hero-section .hero-lists .wpb_wrapper ul li {
    font-size: 23px;
  }
}
@media (max-width: 1399.98px) {
  .hero-section .hero-lists-mobile .wpb_wrapper ul li, .hero-section .hero-lists .wpb_wrapper ul li {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .hero-section .hero-lists-mobile .wpb_wrapper ul li, .hero-section .hero-lists .wpb_wrapper ul li {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-lists-mobile .wpb_wrapper ul li, .hero-section .hero-lists .wpb_wrapper ul li {
    background-position: 0 2px;
    background-size: 14px 14px;
    padding: 0 0 0 22px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-lists-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-lists {
    display: none;
  }
}
@media (max-width: 380px) {
  .hero-section .hero-button p {
    text-align: center;
  }
}
.page-template-page-landing {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 1599.98px) {
  .page-template-page-landing {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .page-template-page-landing {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-page-landing {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-landing {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-landing {
    font-size: 18px;
  }
}
.page-template-page-landing .smaller-font {
  font-size: 26px;
}
@media (max-width: 1599.98px) {
  .page-template-page-landing .smaller-font {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .page-template-page-landing .smaller-font {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-page-landing .smaller-font {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-landing .smaller-font {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-landing .smaller-font {
    font-size: 16px;
  }
}
.page-template-page-landing .wpb_text_column.ul-alt &gt; .wpb_wrapper &gt; ul li {
  margin-bottom: 20px;
}
.page-template-page-landing .wpb_text_column.ul-alt &gt; .wpb_wrapper &gt; ul li:last-child {
  margin-bottom: 0;
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul ul li {
  margin: 0 0 10px 0;
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0 0 0 50px;
  color: #747474;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 1599.98px) {
  .page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
    font-size: 38px;
    margin: 0 0 40px 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1399.98px) {
  .page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li {
    font-size: 30px;
  }
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li:last-child {
  margin-bottom: 0;
}
.page-template-page-landing .wpb_text_column &gt; .wpb_wrapper &gt; ul li:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 3px solid #ED2A32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-page-landing .why-choose-box-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-template-page-landing .why-choose-box-wrapper {
    margin-bottom: 0;
  }
}
.page-template-page-landing .why-choose-box-wrapper .why-choose-box {
  display: flex;
}
@media (max-width: 991.98px) {
  .page-template-page-landing .why-choose-box-wrapper .why-choose-box {
    flex-direction: column;
  }
}
.page-template-page-landing .why-choose-box-wrapper .why-choose-box .why-choose-img {
  width: 170px;
  padding: 10px 20px 0 20px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
@media (max-width: 991.98px) {
  .page-template-page-landing .why-choose-box-wrapper .why-choose-box .why-choose-img {
    margin: 0 auto 10px auto;
  }
}
.page-template-page-landing .why-choose-box-wrapper .why-choose-box .why-choose-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .page-template-page-landing .why-choose-box-wrapper .why-choose-box .why-choose-content {
    text-align: center;
  }
}
.page-template-page-landing .why-choose-box-wrapper .why-choose-box .why-choose-content h4 {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media (max-width: 767.98px) {
  .page-template-page-landing .has-number {
    margin-bottom: 15px;
  }
}
.page-template-page-landing .has-number &gt; .wpb_wrapper {
  position: relative;
}
.page-template-page-landing .has-number &gt; .wpb_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background-color: #ED2A32BF;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 76px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  text-shadow: 2px 3px 3px #1C1C1C4D;
  text-align: center;
}
.page-template-page-landing .has-number.number-1 &gt; .wpb_wrapper:before {
  content: "1.";
}
.page-template-page-landing .has-number.number-2 &gt; .wpb_wrapper:before {
  content: "2.";
}
.page-template-page-landing .has-number.number-3 &gt; .wpb_wrapper:before {
  content: "3.";
}
.page-template-page-landing .service-process-wrapper &gt; .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .wpb_content_element, .page-template-page-landing .service-process-wrapper &gt; .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper &gt; .wpb_content_element &gt; .wpb_wrapper {
  height: 100%;
}
.page-template-page-landing .service-process-wrapper .service-process {
  position: relative;
  background-color: #ED2A32;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 70px 30px;
  height: 100%;
}
@media (max-width: 1799.98px) {
  .page-template-page-landing .service-process-wrapper .service-process {
    padding: 40px 30px 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-landing .service-process-wrapper .service-process {
    height: auto;
    margin-bottom: 30px;
  }
}
.page-template-page-landing .service-process-wrapper .service-process.last {
  margin-bottom: 0 !important;
}
.page-template-page-landing .service-process-wrapper .service-process * {
  color: #ffffff;
}
.page-template-page-landing .service-process-wrapper .service-process .number {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 110px;
  line-height: 1;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 1399.98px) {
  .page-template-page-landing .service-process-wrapper .service-process .number {
    margin-bottom: 20px;
  }
}
.page-template-page-landing .service-process-wrapper .service-process h3 {
  text-shadow: 2px 3px 3px #1C1C1C4D;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1399.98px) {
  .page-template-page-landing .service-process-wrapper .service-process h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-landing .service-process-wrapper .service-process h3 br {
    display: none;
  }
}
.page-template-page-landing .service-process-wrapper .service-process p {
  text-shadow: 2px 3px 3px #1C1C1C4D;
  margin-bottom: 0;
}
.before-after-photos-wrapper {
  position: relative;
}
.before-after-photos-wrapper &gt; div {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.before-after-photos-wrapper .jm-twentytwenty-wrapper {
  max-width: 1000px;
  position: relative;
}
.before-after-photos-wrapper .jm-twentytwenty-wrapper img {
  width: 100%;
  height: auto;
}
.before-after-photos-wrapper .slick-prev, .before-after-photos-wrapper .slick-next {
  width: 76px;
  height: 76px;
  background-image: url("../images/arrow-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .before-after-photos-wrapper .slick-prev, .before-after-photos-wrapper .slick-next {
    width: 50px;
    height: 50px;
  }
}
.before-after-photos-wrapper .slick-prev:before, .before-after-photos-wrapper .slick-prev:after, .before-after-photos-wrapper .slick-next:before, .before-after-photos-wrapper .slick-next:after {
  display: none;
}
.before-after-photos-wrapper .slick-next {
  right: -200px;
}
@media (max-width: 1599.98px) {
  .before-after-photos-wrapper .slick-next {
    right: -100px;
  }
}
@media (max-width: 1199.98px) {
  .before-after-photos-wrapper .slick-next {
    right: 30px;
  }
}
.before-after-photos-wrapper .slick-prev {
  left: -200px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1599.98px) {
  .before-after-photos-wrapper .slick-prev {
    left: -100px;
  }
}
@media (max-width: 1199.98px) {
  .before-after-photos-wrapper .slick-prev {
    left: 30px;
  }
}
@media (max-width: 991.98px) {
  .before-after-photos-wrapper .slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .before-after-photos-wrapper .slick-slider .slick-list {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .before-after-photos-wrapper .slick-slider .slick-prev {
    order: 5;
  }
  .before-after-photos-wrapper .slick-slider .slick-next {
    order: 10;
    margin-left: 30px;
  }
  .before-after-photos-wrapper .slick-prev, .before-after-photos-wrapper .slick-next {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    width: 76px;
    height: 76px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .before-after-photos-wrapper .slick-prev {
    transform: rotate(180deg);
  }
}
.customer-reviews-wrapper .jm_blockquote {
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .customer-reviews-wrapper .jm_blockquote {
    display: block;
    padding: 0 10px;
  }
}
.customer-reviews-wrapper .jm_blockquote blockquote {
  background-color: #EEEEEE;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  position: relative;
  margin: 0;
  padding: 140px 60px 50px 60px;
}
@media (max-width: 1199.98px) {
  .customer-reviews-wrapper .jm_blockquote blockquote {
    padding: 100px 30px 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .customer-reviews-wrapper .jm_blockquote blockquote {
    padding: 155px 20px 30px 20px;
    margin-top: 45px;
  }
}
.customer-reviews-wrapper .jm_blockquote blockquote:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 40px;
  width: 84px;
  height: 60px;
  background-image: url("../images/img-quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1199.98px) {
  .customer-reviews-wrapper .jm_blockquote blockquote:before {
    width: 70px;
    height: 50px;
    left: 30px;
    top: 20px;
  }
}
@media (max-width: 767.98px) {
  .customer-reviews-wrapper .jm_blockquote blockquote:before {
    left: 50%;
    top: 70px;
    margin-left: -35px;
  }
}
.customer-reviews-wrapper .jm_blockquote .author_quote {
  font-size: 30px;
  color: #2D2C28;
  position: relative;
  display: flex;
}
@media (max-width: 991.98px) {
  .customer-reviews-wrapper .jm_blockquote .author_quote {
    flex-direction: column;
  }
}
.customer-reviews-wrapper .jm_blockquote .author_quote:after {
  display: inline-block;
  content: "";
  width: 210px;
  height: 42px;
  background-image: url("../images/img-star.png");
  background-repeat: repeat;
  background-position: center;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .customer-reviews-wrapper .jm_blockquote .author_quote:after {
    margin: 30px 0 0 0;
  }
}
.customer-reviews-wrapper .jm_blockquote .author_avatar {
  background-color: #ED2A32;
  width: 124px;
  height: 124px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 75px;
  color: #ffffff;
  font-weight: 600;
  line-height: 124px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 60px;
  flex-shrink: 0;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .customer-reviews-wrapper .jm_blockquote .author_avatar {
    margin-right: 30px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .customer-reviews-wrapper .jm_blockquote .author_avatar {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
  }
}
.customer-reviews-wrapper .slick-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.customer-reviews-wrapper .slick-slider .slick-list {
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}
.customer-reviews-wrapper .slick-slider .slick-prev {
  order: 5;
}
.customer-reviews-wrapper .slick-slider .slick-next {
  order: 10;
  margin-left: 30px;
}
.customer-reviews-wrapper .slick-prev, .customer-reviews-wrapper .slick-next {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  width: 76px;
  height: 76px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-image: url("../images/arrow-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .customer-reviews-wrapper .slick-prev, .customer-reviews-wrapper .slick-next {
    width: 50px;
    height: 50px;
  }
}
.customer-reviews-wrapper .slick-prev:before, .customer-reviews-wrapper .slick-prev:after, .customer-reviews-wrapper .slick-next:before, .customer-reviews-wrapper .slick-next:after {
  display: none;
}
.customer-reviews-wrapper .slick-prev {
  transform: rotate(180deg);
}
</pre></body></html>