@charset "utf-8";
/*

Theme Name:Patronscan
Theme URI:https://parachutedesign.ca/
Author:
Author URI:https://parachutedesign.ca/
Description:
Version:2026.02-25 - 01
Text Domain:Patronscan
*/

@import url(css/_colors.css);
@import url(css/_reset.css?v=100991);
@import url(css/_header.css?v=5554);
@import url(css/_footer.css?v=77779090);
@import url(css/_cookiebar.css?v=123);
@keyframes playBounce {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(-10px) scaleY(1.05);
    animation-timing-function: ease-out;
  }
}
@keyframes bounceTopToBottom {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translate(0, 7px) scale(1);
  }
  26% {
    opacity: 0;
    transform: translate(0, -5px) scale(1);
  }
  55% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes trailLoop {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
body {
  font-family: "figtree", sans-serif;
  color: var(--global);
  font-size: ⁨18px;
  line-height: 120%;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  background: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
#main {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  flex: 1 0 auto;
}
#mainContent {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding: 130px 0 0 0;
}
.container {
  max-width: 1348px;
  margin: 0 auto;
  width: 100%;
}
.container .container:not(.fluid-width .container),
.fluid-width .container-sm .container {
  padding: 0;
}
.container-lg {
  padding: 0 20px 0 20px;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
.container-md {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
}
.container-sm {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.btn {
  display: block;
}
.btn-wrap {
  width: 100%;
  clear: both;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}
.optional-text {
  font-size: 14px;
  color: var(--optional-txt);
  font-weight: 600;
  margin: 0 0 13px 0;
  display: block;
  line-height: 1.5;
  width: fit-content;
  padding: 4px 16px 6px 15px;
  border-radius: 900px;
  border: solid 1px var(--blue);
}
.optional-text.inverted {
  color: var(--white);
  border-color: var(--white);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: var(--heading);
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: var(--anchor);
}
a.no_link {
  pointer-events: none;
}
.h1,
.h1b,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  margin: 0 0 23px;
  color: var(--heading);
  font-family: "figtree", sans-serif;
  display: block;
  width: 100%;
}
.h1b {
  font-size: 78px;
  line-height: 74.1px;
  font-weight: 300;
  margin-bottom: 31px;
}
.h1 {
  font-size: 66px;
  line-height: 62.7px;
  font-weight: 300;
  margin-bottom: 31px;
}
.h2 {
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 300;
  margin-bottom: 31px;
}
.h3 {
  font-size: 36px;
  line-height: 41.4px;
  font-weight: 700;
  margin-bottom: 30px;
}
.h4 {
  font-size: 26px;
  line-height: 29.9px;
  font-weight: 700;
  margin-bottom: 30px;
}
.h5 {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
  margin-bottom: 30px;
}
.h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
section ol:last-child,
section ul:last-child {
  margin-bottom: 0 !important;
}
section ol li:last-child,
section ul li:last-child {
  margin-bottom: 0 !important;
}
section p a,
section li a {
  position: relative;
}
.readmore {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  gap: 10px;
  line-height: 1.2;
  align-items: center;
  font-weight: 700;
  transition: 0.3s;
}
.readmore:hover {
  color: var(--blue);
}
.readmore::after {
  content: "\f054";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  width: 25px;
  height: 25px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--white);
  transition: transform 0.4s ease-in-out;
}
.readmore:hover:after {
  transform: translateX(5px);
}
.more {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  gap: 10px;
  line-height: 1.2;
  align-items: center;
  font-weight: 700;
  transition: 0.3s;
}
.more span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  transition: transform 0.4s ease-in-out;
}
.more:hover span {
  transform: translateX(5px);
}
.load-more .button::after {
  content: "\f078";
  line-height: 1.2;
}
.load-more .button:hover:after {
  animation: bounceTopToBottom 2s infinite;
  transform: none;
}
.background-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.background-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
.background-bg iframe {
  max-width: inherit;
  margin: 0;
}
.banner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
.banner-bg iframe {
  max-width: inherit;
  margin: 0;
}
.no-banner-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  max-height: 550px;
}
.no-banner-img .hero-banner-main {
  min-height: 423px;
}
.text-reverse .hero-banner-text {
  margin-left: auto;
}
.text-reverse .banner-widget-wrap {
  left: 20px;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
figure.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
picture.object-fit {
  width: 100%;
  height: 100%;
  display: block;
}
.object-fit img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}
img.mobile {
  display: none;
}
.gradient-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.gradient-bg svg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.divider-module {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1;
}
.video-wrap {
  margin: 120px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.video-caption {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  padding: 48px 24px 24px 24px;
  color: rgb(77 80 82 / 0.75);
  background: var(--seafom-25);
  border-radius: 16px;
  margin-top: -24px;
  z-index: -1;
  position: relative;
}
.video-wrap .video-thumbnail > img {
  border-radius: 80px;
  min-height: 432px;
  max-height: 654px;
}
.video-wrap .video-thumbnail figure > img {
  border-radius: 80px;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail.video_post {
  position: relative;
  width: 100%;
}
.video-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.video-thumbnail.video_post .play-btn-main {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.video-thumbnail picture {
  position: relative;
}
.play-btn-main {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.play-btn {
  width: 63px;
  height: 63px;
  position: relative;
  transition: 0.2s all ease-in-out;
  background-color: var(--blue);
  border-radius: 50%;
}
.play-btn:hover {
  background: var(--blue);
  transform: scale(1.1);
}
.play-btn:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.play-btn:hover span svg path {
  fill: var(--blue);
}
.play-btn span {
  display: block;
  z-index: 2;
  width: 17px;
  height: 20px;
  line-height: 0;
  position: relative;
  left: 3px;
}
.play-btn span img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  padding-right: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 40px;
  top: -45px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  right: 0;
  min-width: inherit;
}
body .mfp-image-holder .mfp-close:hover,
body .mfp-iframe-holder .mfp-close:hover {
  background-color: var(--white);
  color: var(--blue);
}
body .mfp-close:after {
  display: none;
}
body .mfp-iframe-holder button.mfp-close::before {
  left: 0;
}
.cat-wrapper {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0;
}
.cat-wrapper .cat-wrap {
  flex: 1;
}
.cat-wrap {
  clear: both;
  width: 100%;
  margin: 0 0 19px 0;
}
.cat-wrap ul {
  margin: 0;
  font-size: 0;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: fit-content;
}
.cat-wrap ul li {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--blue);
  padding: 4px 16px 6px 16px;
  letter-spacing: -0.3px;
  text-align: center;
  z-index: 1;
}
.cat-wrap ul li:before {
  display: none;
}
.cat-wrap ul li a {
  display: inline-block;
  color: var(--blue);
  padding: 4px 16px 6px 16px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--blue);
  border-radius: 900px;
}
.cat-wrap ul li a {
  margin: -4px -16px -6px -16px;
}
.cat-wrap ul li a:hover {
  opacity: 0.8;
}
.cat-wrap.smcat ul li {
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 13px 5px 12px;
}
.cat-wrap.smcat ul li a {
  font-size: 12px;
  padding: 4px 13px 5px 12px;
  margin: -4px -13px -5px -12px;
  line-height: 1.2;
}
.btn-link {
  line-height: 0;
}
.slick-arrow {
  top: 0;
  right: 0;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  line-height: normal;
  width: 45px;
  height: 45px;
  margin: auto;
  color: var(--blue);
  background: #fff0;
  border: 1px solid var(--blue);
  bottom: 0;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: var(--blue);
  color: var(--white);
}
.slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-arrow.slick-disabled,
.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-arrow span {
  position: relative;
  display: flex;
  vertical-align: middle;
  line-height: 20px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.slick-arrow span i {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
ul.slick-dots {
  margin: 0;
  padding-top: 39px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 14px;
}
ul.slick-dots li {
  margin: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
ul.slick-dots li::before,
ul.slick-dots li button:before,
ul.slick-dots li button:after {
  display: none;
}
ul.slick-dots li button {
  width: 7px;
  height: 7px;
  min-width: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  background: var(--blue);
  opacity: 0.2;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
#blog_list {
  margin: 0;
}
.btn-center {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}
.btn-center .button {
  min-width: inherit;
}
select.selectBox {
  display: none !important;
}
body .selectBox-dropdown {
  outline: 0;
  width: 100% !important;
  min-width: 220px;
  font-size: 0.947rem;
  line-height: normal;
  background: #fff0;
  color: var(--global);
  box-shadow: none;
  border-radius: 90px !important;
  padding: 11px 46px 13px 25px;
  vertical-align: middle;
  height: auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid var(--line-dark);
}
body .selectBox-dropdown .selectBox-label {
  padding: 0;
  display: block;
  width: 100% !important;
  text-overflow: ellipsis;
  font-weight: 500;
  opacity: 0.7;
  line-height: 1.3;
}
body .selectBox-dropdown .selectBox-label a {
  color: inherit;
}
body .selectBox-dropdown .selectBox-arrow {
  width: auto;
  right: 22px;
  top: 0;
  bottom: 0;
  font-size: 0.8rem;
  color: var(--blue);
  border: none;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  position: absolute;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  background: none;
}
body .selectBox-dropdown .selectBox-arrow::after {
  content: "\f107";
}
body .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  transform: rotate(-180deg);
}
body ul.selectBox-dropdown-menu {
  background-color: var(--white);
  padding: 10px 0;
  margin: 1px 0 0 0;
  border: none;
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 1px 8px rgb(0 0 0 / 0.2);
  z-index: 50;
  border-radius: 10px !important;
}
body ul.selectBox-dropdown-menu li {
  color: var(--global);
}
body ul.selectBox-dropdown-menu li:before {
  display: none;
}
body ul.selectBox-dropdown-menu li a {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
  display: block;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--global);
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 25px;
}
body ul.selectBox-dropdown-menu li.selectBox-selected a,
body ul.selectBox-dropdown-menu li a:hover {
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
}
body ul.selectBox-dropdown-menu li.frm-select-placeholder {
  display: none !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_fields_container {
  display: block;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  .frm_error {
  right: 0 !important;
  width: 100%;
  display: block;
  font-size: 12px !important;
  color: #f00 !important;
  background: #fff0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: right !important;
  line-height: normal !important;
  font-weight: 400;
  top: auto;
  bottom: -17px;
  position: absolute;
}
.frm_forms .frm_form_fields fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: 20px;
  position: relative;
  clear: both;
}
.frm_forms .frm_form_fields .frm_form_field.frm_full {
  clear: both;
  width: 100%;
}
.frm_forms .frm_form_fields .frm_form_field:has(.frm-g-recaptcha) {
  width: 305px;
}
.frm_forms .frm_form_fields .frm_form_field:has(.frm_submit) {
  margin-bottom: 0;
  margin-top: 15px;
}
.frm_forms .frm_form_fields .frm_form_field label,
.frm_forms .frm_form_fields .frm_form_field div.frm_primary_label {
  font-size: 14px !important;
  line-height: 16.8px;
  text-indent: inherit;
  font-weight: 600 !important;
  color: var(--global);
  font-family: "figtree", sans-serif !important;
  margin-bottom: 9.5px;
  padding: 0 0 0 23px;
}
.frm_forms .frm_form_fields .frm_form_field label .frm_required {
  display: none;
}
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field.vertical_radio
  .frm_error {
  right: inherit !important;
  left: 0;
  text-align: left !important;
  top: inherit;
  margin-top: 6px;
}
.frm_forms.with_frm_style .frm_form_fields .frm_form_field input[type="radio"] {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0 !important;
  background: var(--blue) !important;
  border: 0 none !important;
}
.frm_forms.with_frm_style .frm_radio input[type="radio"]::before {
  box-shadow: inset 10px 10px var(--white);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.frm_forms.with_frm_style .frm_radio {
  margin: 0 0 5px 0;
}
.frm_forms.with_frm_style .frm_radio label {
  padding-left: 28px;
  display: block;
  cursor: pointer;
}
.frm_forms.with_frm_style
  .frm_radio
  input.frm_other_input:not(.frm_other_full) {
  width: 100%;
  margin: 10px 0 0 0;
}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"],
.frm_forms.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  input[type="checkbox"] {
  position: absolute;
  left: 0;
  width: 21px !important;
  height: 21px !important;
  cursor: pointer;
  outline: none !important;
  padding: 0 !important;
  background: var(--white) !important;
  border: 0 none !important;
  top: -1px;
  border-radius: 0 !important;
}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  font-weight: 900;
  color: var(--white);
  font-size: 10px;
  transform: none;
  clip-path: inherit;
  box-shadow: none;
  text-align: center;
  margin: 0;
  line-height: 20px;
  background: var(--blue);
}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"]:before {
  display: none;
  background-image: none !important;
}
.frm_forms.with_frm_style .frm_checkbox label {
  padding-left: 29px;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  position: relative;
}
.frm_forms.with_frm_style
  .frm_fields_container
  .frm_checkbox
  input[type="checkbox"]:not([disabled]):checked {
  background: var(--blue) !important;
}
.frm_forms.with_frm_style
  .frm_fields_container
  .frm_radio
  input[type="radio"]:not([disabled]):checked,
.frm_forms.with_frm_style
  .frm_fields_container
  .frm_scale
  input[type="radio"]:not([disabled]):checked,
.frm_forms.with_frm_style
  .frm_fields_container
  .frm_checkbox
  input[type="checkbox"]:not([disabled]):checked {
  border: 0 none !important;
}
.frm_filed_wrapper .vertical_radio .frm_checkbox {
  margin: 0;
}
.frm_forms .frm_form_fields input,
.frm_forms .frm_form_fields textarea,
.frm_forms .frm_form_fields select {
  font-family: "figtree", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: var(--input) !important;
  color: var(--muted);
  padding: 15px 24px 15px;
  width: 100%;
  box-shadow: none;
  transition-duration: 0.75s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 90px;
  border: 1px solid var(--line-dark) !important;
}
body .frm_forms .frm_form_fields input:focus,
body .frm_forms .frm_form_fields textarea:focus,
body .frm_forms .frm_form_fields input:hover,
body .frm_forms .frm_form_fields textarea:hover {
  box-shadow: none !important;
  color: var(--muted) !important;
  border-color: var(--line-dark) !important;
}
.frm_forms .frm_form_fields select {
  color: var(--muted) !important;
}
.frm_forms .frm_form_fields textarea {
  min-height: 150px;
  padding: 16px;
}
.frm_forms .frm_form_fields .selectBox-dropdown {
  background-color: var(--white);
  color: var(--muted);
  padding: 17px 46px 16px 16px;
  font-family: "figtree", sans-serif;
  font-weight: 500;
  text-transform: none;
  border-radius: 10px;
}
.frm_forms .frm_form_fields .selectBox-dropdown:focus,
.frm_forms .frm_form_fields .selectBox-dropdown:hover {
  border-color: var(--line-dark);
}
.frm_forms .frm_submit {
  margin: 0;
}
body .frm_forms .frm_submit .button,
body .frm_forms .frm_submit button {
  display: flex;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 8px 9px 9px 26px !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  border: 0 none !important;
  position: relative;
  transition: 0.3s;
  text-align: center !important;
  color: var(--white) !important;
  background: var(--blue) !important;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border-radius: 90px !important;
  outline: 0;
  box-sizing: border-box;
  box-shadow: none !important;
  margin: 0 !important;
  font-family: "figtree", sans-serif;
  width: fit-content;
  gap: 18px;
}
body .frm_forms .frm_submit .button:hover,
body .frm_forms .frm_submit button:hover,
body .frm_forms .frm_submit button:focus {
  color: var(--white) !important;
  background-color: var(--blue) !important;
}
body .frm_forms .form-field .frm_submit {
  justify-content: end;
}
.frm_forms .frm_filed_wrapper {
  gap: 16px;
  justify-content: space-between;
}
.frm_forms .frm_filed_wrapper .frm_form_field {
  margin: 0 !important;
}
.frm_forms .frm_filed_wrapper .disclaimer {
  opacity: 0.45;
  color: var(--global);
}
.frm_forms .frm_filed_wrapper .frm_html_container {
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  font-style: italic;
}
body
  .frm_style_formidable-style.with_frm_style
  input.frm_other_input:not(.frm_other_full) {
  width: 100%;
  margin-top: 5px;
}
.frm_form_field:not(.frm_compact) .frm_dropzone {
  max-width: 100%;
}
.form-field {
  position: relative;
  margin-bottom: 20px;
}
.frm_half {
  width: calc(50% - 10px);
  float: left;
  clear: none !important;
}
.frm_first {
  margin-right: 20px;
}
.frm_last {
  float: right;
  margin-left: auto;
}
.frm_full {
  margin-right: 0;
}
.frm_forms .frm_error_style {
  display: none;
}
.frm_forms .frm_message,
.frm_forms .frm_success_style {
  margin: 20px 0 0;
  background: top;
  border: 0 none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
.frm_forms .frm_message p {
  color: var(--global);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.heading {
  clear: both;
  padding: 0 0 45px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.heading-lt {
  flex-grow: 1;
  width: 75%;
  transition: all 0.3s ease-in-out;
}
.heading-rt {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.heading-rt {
  flex-grow: 1;
  width: 35%;
}
.heading-rt:only-child {
  justify-content: flex-start;
}
.heading-rt form {
  justify-content: flex-end;
  width: 100%;
}
.heading-rt .form-field {
  margin: 0 0 0 22px;
  width: 29.71%;
  position: relative;
}
.heading-rt .form-field:first-child {
  margin-left: 0;
}
.heading-rt.sch-form .form-field {
  width: 100%;
}
.fluid-width {
  width: 100vw !important;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}
.fluid-width-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
.full_width {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0 !important;
}
.btn-full {
  width: 100%;
  text-align: center;
}
.btn-full .button,
.btn-full button {
  margin: 0 auto;
  text-align: center;
}
.fluid-section {
  flex: 0 0 100vw;
  margin-left: calc(-50vw + 50%);
}
html.no-scroll {
  overflow: hidden;
}
aside.sidebar {
  width: 56px;
  text-align: center;
  float: right;
}
.fixed-social-icons {
  transition: opacity 0.3s ease;
  will-change: transform;
  z-index: 1;
}
.fixed-social-icons .share-text {
  font-size: 0.813rem;
  color: rgb(0 7 51 / 0.5);
  line-height: 1.69;
  font-weight: 600;
  display: inline-block;
}
.sharethis-inline-share-buttons .st-btn {
  width: 40px;
  height: 40px !important;
  color: var(--blue);
  line-height: 38px !important;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-color: var(--light) !important;
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer;
  min-width: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
}
.sharethis-inline-share-buttons .st-btn.st-first {
  margin-left: 0 !important;
}
.sharethis-inline-share-buttons {
  font-size: 0;
  display: flex !important;
  z-index: 1 !important;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.sharethis-inline-share-buttons .st-btn:after {
  font-family: "Font Awesome 6 Brands";
  font-weight: 300;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: flex;
  font-size: 18px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}
.sharethis-inline-share-buttons .st-btn[data-network="twitter"]:after {
  content: "\e61b";
}
.sharethis-inline-share-buttons .st-btn[data-network="facebook"]:after {
  content: "\f39e";
}
.sharethis-inline-share-buttons .st-btn[data-network="linkedin"]:after {
  content: "\f0e1";
}
.sharethis-inline-share-buttons .st-btn[data-network="email"]:after {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"]:after {
  content: "\f1e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
  background: var(--blue) !important;
  color: var(--white);
  order: 1;
}
.sharethis-inline-share-buttons .st-btn[data-network="facebook"] {
  order: 2;
}
.sharethis-inline-share-buttons .st-btn[data-network="twitter"] {
  order: 3;
}
.sharethis-inline-share-buttons .st-btn[data-network="linkedin"] {
  order: 4;
}
.sharethis-inline-share-buttons .st-btn[data-network="email"] {
  order: 5;
}
.sharethis-inline-share-buttons .st-btn:hover {
  color: var(--white);
  background: var(--blue) !important;
  opacity: 1 !important;
  top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"]:hover:after {
  opacity: 0.7;
}
.sharethis-inline-share-buttons .st-btn span,
.sharethis-inline-share-buttons .st-btn img {
  display: none !important;
}
.at4-visually-hidden {
  display: none;
}
.no-paddingbtm,
.no-marginbtm {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.btn-text {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
.btn-text a {
  font-size: 0.947rem;
  line-height: 1.67;
}
.secwrap {
  width: 100%;
  margin: 120px 0;
  gap: 90px;
  display: flex;
  flex-wrap: wrap;
}
.modules-wrap {
  width: 100%;
  margin-top: 72px;
  clear: both;
}
.repeater-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 208px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  right: 0;
}
.addonwrap {
  border-radius: 30px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  background: var(--blue);
}
.addonwrap:before {
  border-radius: 569.284px;
  opacity: 0.7;
  background: radial-gradient(50% 50% at 50% 50%, #ff5aa5 0%, #fff0 100%);
  width: 569.284px;
  height: 549.591px;
  content: "";
  position: absolute;
  left: -197px;
  top: -268px;
}
.repeater-addon-inner {
  padding: 51px 37px 37px 37px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 36px;
}
.emblem {
  width: 314.004px;
  height: 160.1px;
  left: -41px;
  top: -45px;
  opacity: 0.1;
}
.addon-icon {
  opacity: 0.5;
  clear: both;
  width: 100%;
  line-height: 0;
}
.addon-icon img,
.addon-icon svg {
  width: 38px;
  height: auto;
}
.addon-value {
  clear: both;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
}
.addon-txt {
  clear: both;
  display: block;
  line-height: 1.2;
}
.inverted {
  background: var(--blue-dark);
  color: var(--white);
}
.inverted .optional-text {
  color: var(--white);
  border-color: var(--white);
}
.inverted .h3 {
  color: var(--white);
}
.char {
  display: inline-block;
  will-change: transform, opacity;
  transition: color 0.3s ease;
}
.line {
  display: inline-block;
}
p:empty {
  display: none;
}
@media only screen and (min-width: 1260px) {
    body .mfp-image-holder .mfp-close,
    body .mfp-iframe-holder .mfp-close {right: -25px;}
}
@media only screen and (min-width: 1024px) {
  .hide-in-desktop {
    display: none !important;
  }
  .desktop-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  .container,
  .container-lg {
    padding: 0 20px;
    max-width: 100%;
  }
  .fixed-social-icons {
    right: 20px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
  #mainContent {
    padding: 80px 0 0 0;
  }
  aside.sidebar {
    width: 100%;
    position: inherit;
    margin: 32px 0 0 0;
  }
  .fixed-social-icons {
    width: 100%;
    opacity: 1;
  }
  .sharethis-inline-share-buttons {
    justify-content: center;
    flex-direction: row;
  }
  .fluid-width {
    width: 100% !important;
    left: 0;
    margin-left: 0;
  }
  .repeater-addon {
    width: 148px;
  }
  .repeater-addon-inner {
    padding: 27px 17px 28px 17px;
    gap: 16px;
  }
  .addonwrap {
    border-radius: 15px;
    font-size: 14px;
  }
  .addonwrap::before {
    width: 569.284px;
    height: 549.591px;
    left: -227px;
    top: -312px;
  }
  .addon-value {
    font-size: 30px;
    margin: 0;
  }
  .addon-icon img,
  .addon-icon svg {
    width: 28px;
  }
  .emblem {
    width: 221.959px;
    height: 113.169px;
    left: -37px;
    top: -42px;
  }
  .secwrap {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .hide-in-tab,
  .hide-in-tablet {
    display: none !important;
  }
  .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 16px;
  }
  .frm_forms.frm_style_formidable-style.with_frm_style
    .frm_form_fields
    .frm_form_field
    .frm_error {
    bottom: -16px;
  }
  .frm_first {
    margin-right: 16px;
  }
  .frm_half {
    width: calc(50% - 8px);
  }
  .video-wrap {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .cat-wrap {
    margin: 0 0 14px 0;
  }
  .h1b {
    font-size: 50px;
    line-height: 47.5px;
    font-weight: 400;
    margin-bottom: 31px;
  }
  .h1 {
    font-size: 44px;
    line-height: 41.8px;
    font-weight: 300;
    margin-bottom: 31px;
  }
  .h2 {
    font-size: 36px;
    line-height: 41.4px;
    font-weight: 300;
    margin-bottom: 31px;
  }
  .h3 {
    font-size: 28px;
    line-height: 30.8px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .h4 {
    font-size: 22px;
    line-height: 25.3px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .h5 {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .h6 {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 300;
    margin-bottom: 18px;
  }
  .heading {
    padding: 0 0 44px;
  }
  .fluid-width-wrapper {
    padding: 0;
  }
  .hide-in-mobile {
    display: none;
  }
  .video-thumbnail iframe {
    min-height: 197px !important;
  }
  .video-wrap {
    margin: 80px 0;
  }
  .video-wrap .video-thumbnail > img {
    min-height: 268px;
    border-radius: 30px;
  }
  body .mfp-image-holder .mfp-close,
  body .mfp-iframe-holder .mfp-close {
    right: 0;
  }
  body .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .default_form .frm_forms .frm_filed_wrapper .frm_html_container {
    width: 100%;
  }
  .frm_half {
    width: 100%;
  }
  .frm_forms .frm_filed_wrapper {
    gap: 26px;
    margin-top: -8px;
  }
  .frm_forms .frm_form_fields .frm_form_field {
    margin-bottom: 20px;
  }
  .frm_forms .frm_filed_wrapper .frm_form_field {
    width: 100%;
    margin: 0;
  }
  .frm_forms .frm_filed_wrapper .frm_form_field .button {
    width: 100%;
  }
  .frm_forms .frm_filed_wrapper .frm_html_container {
    text-align: center;
  }
  .frm_forms.frm_style_formidable-style.with_frm_style
    .frm_form_fields
    .frm_form_field
    .frm_error {
    bottom: -12px;
    line-height: 1 !important;
  }
  .btn-center {
    margin: 40px 0 0 0;
  }
  .btn-text {
    text-align: center;
  }
  .btn-full {
    margin: 30px 0 0 0;
  }
  .no-banner-bg {
    max-height: 478px;
  }
  .secwrap {
    gap: 61px;
  }
  body .frm_forms .form-field .frm_submit {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  img.alignnone,
  img.alignleft,
  img.aligncenter,
  img.alignright {
    margin: 39px 0 36px 0;
    width: 100%;
  }
}
