/* --- top nav menu hack - doesnt size to longer text --- */
.container {
    max-width: 1400px;
}
@media (min-width: 768px)
{
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 42.66666667%;
    }
}

.blur-up {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transition: filter 1400ms, -webkit-filter 1400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'Rubik', 'Montserrat', serif;
  font-variant-ligatures: common-ligatures;
}

/* --- FONT SIZES --- */
.h1-large {
  font-size: 4.2em;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h2-large {
  font-size: 4.2em;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}

.h1-hero {
    font-size: 5.0em;
    line-height: 1.1em;
    font-weight: 600;
}

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .h1-hero {
      font-size: 3.0em;
      line-height: 1.1em;
      font-weight: 600;
    }
}
@media all and (max-width: 767px) {
    .h1-hero {
      font-size: 3.5em;
      line-height: 1.1em;
      font-weight: 600;
    }

    .h2-hero {
      font-size: 1.5em;
      line-height: 1.2em;
      font-weight: 300;
    }

    .h1-large {
      font-size: 3.5em;
      line-height: 1.1em;
      font-weight: 600;
    }

    .h2-large {
      font-size: 2.5em;
      line-height: 1.1em;
      font-weight: 600;
      letter-spacing: -0.03em;
      margin-bottom: 0.3em;
    }
}

.blockquotesmall {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    border-left: 0;
}

.font-larger1 { font-size:1.5em;}
.font-larger2 { font-size:2.0em;}
.font-larger3 { font-size:3.0em;}
.font-larger4 { font-size:4.0em; line-height:1.2em;}

/* --- Box shadows --- */
.boxshadow1 {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

/* ---- Section Padding -----*/

/* see .height-10 to height-100 as well as things like mt--3 in theme.css instead of these styles */

.minheight95 { min-height:95px;}
.minheight125 { min-height:125px;}
.minheight150 { min-height:150px;}
.minheight175 { min-height:175px;}
.minheight200 { min-height:200px;}
.sectionreducepad6 {
    padding-top: 6em;
    padding-bottom: 6em;
}
.sectionreducepad5 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sectionreducepad4 {
    padding-top: 4em;
    padding-bottom: 4em;
}
.sectionreducepad3 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.sectionreducepad2 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sectionreducepad1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

/*!---------- SPACING ----------*/

@media all and (min-device-width: 991px) {
    .mb-lg-20 {
      margin-bottom: 16px !important;
    }
}

.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}

.mb-md-0 {margin-bottom:0px;}
.mb-lg-0 {margin-bottom:0px;}

/* --- RATES TABLE ITEMS --- */
.rate_container {
    border: 1px solid #E3E3E3;
}

.rate_header {
	padding:12px 0 0 0;
	border: 1px solid #e3e3e3;
  background:#353535;
}
.myrate { font-size:17px;font-weight:900;}
.rate_header h2 {
	text-align:center;
  color:#FFFFFF;
  font-weight:500;
  font-size:18px;
}
.rate_container {
	border: 1px solid #e3e3e3
}
.line_even {
	background-color:#f1f3f6;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
}
.line_odd {
	background-color:#fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
	text-align:center;
}
.line_even td, .line_odd td {

	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
	text-align:center;
}

.ratestable {padding: 5px; width:100%;}

.content-wrapper div li {
    text-indent: 0px!important;
    /* list-style: none!important; */
    border-bottom: 1px solid #eaeaea!important;
    line-height: 1.48em!important;
    list-style: inherit!important;
    list-style-type: disc!important;
    font-size:1.35em;
}

.content-wrapper li {
    margin-left: 1em;
    padding: 3px 0;
}

/* --- NAV CUSTOMIZATIONS --- */
.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
  font-size: 1.15em;
  line-height: 2.166666666666667em;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: .2px;
}

.captcha-large {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.captcha_field {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


label.error {
    display: none;
    height:0px;
}
input.error, div.error, select.error, textarea.error {
    background-color:#ffd6d6;
    border: 1px solid #F23030;
    box-sizing: border-box;
}


ol.insidelist {
    list-style-type: upper-roman;
    list-style-position: inside;
}

ol.insidelist
{
    line-height: 1.0em;
}

ul.insidelist
{
    line-height: 1.0em;
}


.intrinsic-container { position: relative; height: 0; overflow: hidden; }
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 { padding-bottom: 56.25%; }
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 { padding-bottom: 75%; }
.intrinsic-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
.intrinsic-container video { position: absolute; top:0; left: 0; width: 100%; height: 100%; }

p.lead img { max-height:100%; }
.field1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
#search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top:15px;
}

#search-results ul li {
  margin-bottom:10px;
}

#search-results ul li a {
    text-decoration: none;
}

#search-results ul li a:hover {
    text-decoration: underline;
}

.btn--primary, .btn--primary:visited {
    background: #154345;
    border-color: #154345;
}

a {
    color: #154345;
}

.bg--primary {
    background: #154345;
}
.process-3 li .process__number {
    border: 2px solid #4b7ba0;
}
.process-3 li .process__number span {
    color: #154345;
}
.bg--primary div:not([class*=feature]) .btn--primary .btn__text {
    color: #154345;
}
.bg--primary .boxed:not(.imagebg) a {
    color: #154345;
}
.btn--primary-1:hover {
    background: #7f7f7f;
}

.feature.feature--featured::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #154345;
    left: 0;
}

.process-3 li .process__number {
    border: 2px solid #154345;
}

.btn--primary-1, .btn--primary-1:visited {
    background: #154345;
    border-color: #154345;
}

.color--primary {
    color: #154345 !important;
}

.contact-button, .close-button, .back-to-top {
    background-color: #154345;
    border: 1px solid #154345;
}

.btn--primary:active, .btn--primary:hover {
    background: #154345;
}
a:hover {
    color: #154345;
}


:root {
      --primary: #0f4c81;
      --primary-dark: #0a3558;
      --accent: #d7a330;
      --accent-dark: #14815a;
      --bg: #f7fafc;
      --text: #18212b;
      --muted: #5f6b7a;
      --white: #ffffff;
      --border: #dbe4ec;
      --shadow: 0 14px 36px rgba(0,0,0,0.08);
      --radius: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Rubik", Helvetica, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
    }

    .field1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 700;
      transition: transform 0.15s ease, background 0.2s ease;
      border: 2px solid transparent;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn-primary {
      background: var(--accent);
      color: var(--white);
    }
    .btn-primary:hover { background: var(--accent-dark); }
    .btn-secondary {
      background: transparent;
      color: var(--primary);
      border-color: rgba(15, 76, 129, 0.2);
    }

    .section {
      padding: 78px 0;
    }

    .section.alt {
      background: var(--bg);
    }

    .eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--primary);
      margin-bottom: 14px;
    }

    h1, h2, h3 {
      margin: 0 0 16px;
      line-height: 1.15;
    }

    h1 {
      font-size: clamp(2.2rem, 5vw, 4rem);
      letter-spacing: -0.03em;
    }

    h2 {
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      letter-spacing: -0.02em;
    }

    h3 {
      font-size: 1.2rem;
    }

    p {
      margin: 0 0 16px;
      color: var(--muted);
    }

    .topbar {
      background: var(--white);
      border-bottom: 1px solid #eef3f7;
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 76px;
    }

    .brand {
      font-weight: 800;
      font-size: 1.15rem;
      color: var(--primary-dark);
      letter-spacing: -0.02em;
    }

    .brand span {
      color: var(--accent);
    }

    .hero {
      background:
        linear-gradient(135deg, rgba(15,76,129,0.96), rgba(10,53,88,0.96)),
        radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 35%);
      color: var(--white);
      padding: 90px 0 72px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }

    .hero p,
    .hero li,
    .hero .mini-note {
      color: rgba(255,255,255,0.88);
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 14px;
      padding: 0;
      list-style: none;
      margin: 26px 0 30px;
    }

    .hero-points li {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 14px 16px;
      font-weight: 600;
    }

    .hero-card {
      background: var(--white);
      color: var(--text);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .hero-card p { color: var(--muted); }

    .quick-list {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
    }

    .quick-list li {
      padding: 10px 0;
      border-bottom: 1px solid #edf2f7;
      font-weight: 600;
      color: var(--text);
    }

    .quick-list li:last-child { border-bottom: 0; }

    .trust-strip {
      background: #f0f6fb;
      border-top: 1px solid #dbe7f1;
      border-bottom: 1px solid #dbe7f1;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 18px;
      padding: 18px 0;
      text-align: center;
      font-weight: 700;
      color: var(--primary-dark);
    }

    .section-head {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 22px;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 26px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    }

    .card .icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: #eaf4fb;
      color: var(--primary);
      display: grid;
      place-items: center;
      font-size: 1.5rem;
      margin-bottom: 18px;
      font-weight: 800;
    }

    .benefits-grid,
    .requirements-grid,
    .funds-grid,
    .steps {
      display: grid;
      gap: 22px;
    }

    .benefits-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .benefit,
    .step,
    .pill-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
    }

    .step-number {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--primary);
      color: var(--white);
      display: grid;
      place-items: center;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .requirements-wrap {
      display: grid;
      grid-template-columns: 1fr 0.95fr;
      gap: 28px;
      align-items: start;
    }

    .requirements-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .pill-card strong {
      display: block;
      font-size: 1.5rem;
      color: var(--primary-dark);
      margin-top: 6px;
    }

    .funds-grid {
      grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
      display: grid;
      gap: 12px;
    }

    .check-list li {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 14px 16px;
      font-weight: 600;
      color: var(--text);
    }

    .cta-band {
      background: linear-gradient(135deg, #0f4c81, #0a3558);
      color: var(--white);
      border-radius: 28px;
      padding: 42px;
      box-shadow: var(--shadow);
    }

    .cta-band p { color: rgba(255,255,255,0.88); }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 24px;
    }

    .form-wrap {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 30px;
      align-items: start;
    }

    .form-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 22px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 16px;
    }

    .full { grid-column: 1 / -1; }

    label {
      display: block;
      font-size: 0.94rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: var(--text);
    }

    input, select, textarea {
      width: 100%;
      padding: 14px 14px;
      border-radius: 12px;
      border: 1px solid #cfd8e3;
      font: inherit;
      color: var(--text);
      background: #fff;
    }

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

    .form-note {
      font-size: 0.92rem;
      color: var(--muted);
      margin-top: 14px;
    }

    .seo-box {
      background: #0f1720;
      color: #edf5fb;
      border-radius: 22px;
      padding: 28px;
    }

    .seo-box p,
    .seo-box li {
      color: rgba(237,245,251,0.84);
    }

    .seo-box ul {
      margin: 10px 0 0;
      padding-left: 18px;
    }

    footer {
      padding: 24px 0 28px;
      color: var(--muted);
      font-size: 0.95rem;
      text-align: center;
    }

    /* Growth showcase section */
    .growth-showcase {
      background: var(--white);
      padding: 86px 0;
    }

    .growth-showcase-layout {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      align-items: start;
    }

    .growth-showcase-column {
      display: grid;
      gap: 24px;
    }

    .growth-showcase-intro {
      padding: 8px 2px 42px;
      max-width: 520px;
    }

    .growth-showcase-intro h2 {
      font-size: clamp(2.8rem, 5.4vw, 4.8rem);
      line-height: 0.95;
      letter-spacing: -0.06em;
      margin-bottom: 22px;
      color: #050505;
    }

    .growth-showcase-intro p {
      font-size: clamp(1.1rem, 2vw, 1.45rem);
      line-height: 1.25;
      color: #3f3f46;
      max-width: 440px;
      margin-bottom: 0;
    }

    .growth-showcase-card {
      border-radius: 30px;
      padding: clamp(24px, 3.3vw, 40px);
      overflow: hidden;
    }

    .growth-showcase-card.card-peach { background: #fff0e4; }
    .growth-showcase-card.card-lavender { background: #f1f1fb; }
    .growth-showcase-card.card-mint { background: #e6f6ee; }
    .growth-showcase-card.card-blue { background: #deedf4; }

    .growth-showcase-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: var(--white);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 28px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    }

    .growth-showcase-icon svg {
      width: 34px;
      height: 34px;
      display: block;
    }

    .growth-showcase-logo-text {
      font-weight: 800;
      font-size: 1.35rem;
      letter-spacing: -0.04em;
      color: #1f618d;
    }

    .growth-showcase-card h3 {
      font-size: clamp(1.35rem, 2vw, 1.75rem);
      letter-spacing: -0.04em;
      color: #050505;
      margin-bottom: 4px;
    }

    .growth-showcase-kicker {
      display: block;
      font-size: 0.92rem;
      color: #68717d;
      margin-bottom: 20px;
    }

    .growth-showcase-card p {
      color: #30343b;
      font-size: 1.04rem;
      line-height: 1.35;
      margin-bottom: 28px;
      max-width: 440px;
    }

    .growth-showcase-image {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      min-height: 265px;
      background: #d8e0e7;
      box-shadow: inset 0 -120px 120px rgba(0,0,0,0.28);
    }

    .growth-showcase-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.52) 100%);
      pointer-events: none;
    }

    .growth-showcase-image img {
      width: 100%;
      height: 100%;
      min-height: 265px;
      object-fit: cover;
    }

    .growth-showcase-actions {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 24px;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .growth-showcase-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 24px;
      border-radius: 999px;
      font-size: 0.95rem;
      font-weight: 700;
      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    }

    .growth-showcase-btn:hover {
      transform: translateY(-1px);
    }

    .growth-showcase-btn.primary {
      background: var(--white);
      color: #111111;
    }

    .growth-showcase-btn.secondary {
      background: rgba(255,255,255,0.08);
      color: var(--white);
      border: 1px solid rgba(255,255,255,0.82);
      backdrop-filter: blur(8px);
    }

    .growth-showcase-btn.secondary:hover {
      background: rgba(255,255,255,0.18);
    }

    @media (max-width: 980px) {
      .hero-grid,
      .requirements-wrap,
      .form-wrap,
      .cards,
      .benefits-grid,
      .funds-grid,
      .trust-grid,
      .requirements-grid {
        grid-template-columns: 1fr;
      }

      form {
        grid-template-columns: 1fr;
      }

      .hero {
        padding-top: 72px;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(var(--max), calc(100% - 24px));
      }

      .topbar-inner {
        flex-direction: column;
        justify-content: center;
        padding: 14px 0;
      }

      .hero-points {
        grid-template-columns: 1fr;
      }

      .cta-band {
        padding: 28px;
      }
    }

    @media (max-width: 980px) {
      .growth-showcase-layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .growth-showcase {
        padding: 58px 0;
      }

      .growth-showcase-intro {
        padding-bottom: 18px;
      }

      .growth-showcase-card {
        border-radius: 24px;
      }

      .growth-showcase-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 22px;
      }

      .growth-showcase-image,
      .growth-showcase-image img {
        min-height: 245px;
      }

      .growth-showcase-actions {
        left: 18px;
        right: 18px;
        bottom: 18px;
      }

      .growth-showcase-btn {
        min-height: 42px;
        padding: 10px 18px;
        font-size: 0.88rem;
      }
    }

    .captcha-large {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    }

    .captcha_field {
        transform: scale(1.00);
        -webkit-transform: scale(1.00);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }


    label.error {
        display: none;
        height:0px;
    }
    input.error, div.error, select.error, textarea.error {
        background-color:#ffd6d6;
        border: 1px solid #F23030;
        box-sizing: border-box;
    }


    .business-financing-hero {
      background: #ffffff;
      padding: 76px 0 72px;
      border-bottom: 1px solid #edf2f7;
    }

    .business-financing-hero__grid {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: clamp(34px, 6vw, 80px);
      align-items: center;
    }

    .business-financing-hero__content {
      max-width: 650px;
    }

    .business-financing-hero__title {
      color: #000000;
      font-size: clamp(3.25rem, 6vw, 5.25rem);
      font-weight: 800;
      line-height: 0.98;
      letter-spacing: -0.045em;
      margin-bottom: 26px;
    }

    .business-financing-hero__lead {
      color: #3d3d3d;
      font-size: clamp(1.12rem, 1.5vw, 1.45rem);
      line-height: 1.25;
      max-width: 470px;
      margin-bottom: 26px;
    }

    .business-financing-hero__rating {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 7px;
      color: #111111;
      font-size: 0.96rem;
      line-height: 1.3;
      margin-bottom: 24px;
    }

    .business-financing-hero__rating strong {
      font-weight: 500;
    }

    .business-financing-hero__star {
      color: #00b67a;
      font-size: 1.15rem;
      line-height: 1;
    }

    .business-financing-hero__trustpilot {
      font-weight: 700;
    }

    .business-financing-hero__button {
      min-width: 176px;
      text-align: center;
      color: #000000;
      font-size: 1.1rem;
      padding: 15px 30px;
      background: #63c783;
    }

    .business-financing-hero__button:hover {
      background: #4ebd72;
      color: #000000;
    }

    .business-financing-hero__media {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      min-height: 410px;
      background: #eef3f7;
      box-shadow: 0 22px 50px rgba(0,0,0,0.08);
    }

    .business-financing-hero__media img {
      width: 100%;
      height: 100%;
      min-height: 410px;
      object-fit: cover;
    }

    .business-financing-hero__media::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 46%;
      background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
      pointer-events: none;
    }

    .business-financing-hero__quote {
      position: absolute;
      left: 32px;
      right: 32px;
      bottom: 28px;
      z-index: 2;
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 16px;
      align-items: center;
      color: #ffffff;
    }

    .business-financing-hero__quote-icon {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #ffffff;
      display: grid;
      place-items: center;
      color: #2014d8;
      box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    }

    .business-financing-hero__quote-icon svg {
      width: 31px;
      height: 31px;
      display: block;
    }

    .business-financing-hero__quote-name {
      display: block;
      font-size: 1.05rem;
      line-height: 1.25;
      font-weight: 800;
      margin-bottom: 3px;
    }

    .business-financing-hero__quote-text {
      display: block;
      font-size: 0.98rem;
      line-height: 1.35;
      color: rgba(255,255,255,0.92);
    }

    @media (max-width: 980px) {
      .business-financing-hero__grid {
        grid-template-columns: 1fr;
      }

      .business-financing-hero__content {
        max-width: 760px;
      }

      .business-financing-hero__lead {
        max-width: 620px;
      }
    }

    @media (max-width: 640px) {
      .business-financing-hero {
        padding: 54px 0 56px;
      }

      .business-financing-hero__title {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
      }

      .business-financing-hero__lead {
        font-size: 1.08rem;
      }

      .business-financing-hero__button {
        width: 100%;
      }

      .business-financing-hero__media,
      .business-financing-hero__media img {
        min-height: 330px;
      }

      .business-financing-hero__quote {
        left: 18px;
        right: 18px;
        bottom: 20px;
        grid-template-columns: 44px 1fr;
        gap: 12px;
      }

      .business-financing-hero__quote-icon {
        width: 44px;
        height: 44px;
      }

      .business-financing-hero__quote-icon svg {
        width: 26px;
        height: 26px;
      }

      .business-financing-hero__quote-name {
        font-size: 0.92rem;
      }

      .business-financing-hero__quote-text {
        font-size: 0.84rem;
      }
    }
