.mod-small-navigation-link-wrap{
  display:none;
}
.container{
      display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}
.imgFlex{
  display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.containerRev{
      display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    flex-wrap: wrap;
}
.mobileFlex{
  display:flex;
  gap:20px;
  justify-content:flex-end;
}
h2, h3{
  color:#fff;
}
body {
  font-family: Helvetica,'Montserrat',Arial,sans-serif;
}
.btn {
  line-height: 120%;
  text-align: center;
  font-family: "Titillium Web";
  cursor: pointer;
  transition: border .5s;
  width: 100%;
  border: 0;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
}
.landing__nav-wrap {
  background: rgb(54,99,49);
  background: linear-gradient(180deg, rgba(54,99,49,1) 8%, rgba(205,166,37,1) 64%, rgba(255,255,255,1) 100%);
}
.landing__register-wrap .contact-form-v2__form {
  background: #366331;
  border: 1px solid #000;
}

.landing__register-submit {
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  width: 200px;
  white-space: normal;
  position: relative;
  background-color: #cda625;
  border-radius: 5px;
  color: #000;
  background-image: linear-gradient(to bottom, rgb(243, 197, 42) 0%, rgb(205, 166, 37) 100%);
  background-image: -o- linear-gradient(to bottom, rgb(243, 197, 42) 0%, rgb(205, 166, 37) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(243, 197, 42) 0%, rgb(205, 166, 37) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(243, 197, 42) 0%, rgb(205, 166, 37) 100%);
  background-image: -ms-linear-graident(to bottom, rgb(243, 197, 42) 0%, rgb(205, 166, 37) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(243, 197, 42)), color-stop(1, rgb(205, 166, 37)));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px -1px 0px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0px 6px 0px #cda625, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
  -moz-box-shadow: 0px 6px 0px #cda625, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #cda625, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
}
.landing__register-submit:hover,
.landing__register-submit:focus,
.landing__register-submit:active {
  color: #000;
  background-image: linear-gradient(to bottom, rgb(205, 166, 37) 0%, rgb(243, 197, 42) 100%);
  background-image: -o-linear-gradient(to bottom, rgb(205, 166, 37) 0%, rgb(243, 197, 42) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(205, 166, 37) 0%, rgb(243, 197, 42) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(205, 166, 37) 0%, rgb(243, 197, 42) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(205, 166, 37) 0%, rgb(243, 197, 42) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(205, 166, 37)), color-stop(1, rgb(243, 197, 42)));
}
.landing__register-disclaimer {
  text-align: center;
}
.bordered {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
}
.bordered p {
  color: #fff;
}
.buttons {
  background-color: #366331;
  color: #fff;
  background-image: linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -o- linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -ms-linear-graident(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(54, 99, 49)), color-stop(1, rgb(75, 127, 70)));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
  padding: 20px;
  width: auto;
  border: none;
  cursor: pointer;
}
.buttons:hover,
.buttons:focus,
.buttons:active {
  color: #fff;
  background-image: linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -o-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -ms-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(85, 135, 80)), color-stop(1, rgb(62, 118, 56)));
}
#element-403 .btn,
#element-461 .btn {
  background-color: #366331;
  color: #fff;
  background-image: linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -o- linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -ms-linear-graident(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(54, 99, 49)), color-stop(1, rgb(75, 127, 70)));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}
#element-403 .btn:active,
#element-403 .btn:hover,
#element-461 .btn:focus,
#element-461 .btn:hover {
  color: #fff !important;
  background-image: linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -o-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -ms-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(85, 135, 80)), color-stop(1, rgb(62, 118, 56)));
}
.product {
  min-height: 360px;
  width: auto;
  max-width: 100%;
  padding: 3%;
  background-color: #366331;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}
.product p,
.product li {
  color: #fff;
}
.flex1 {
  width: 28em;
  padding: 1em;
}
.flex2 {
  width: 23em;
  padding: 1em;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
ol,
ul {
  padding-left: 40px;
  margin-bottom: 10px;
}
.product h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
h3 {
  font-size: 25px;
}
.smallerFont {
  font-size: 14px;
}
.img2 {
  height: auto;
  width: 448px !important;
  border-radius: 10px;
  margin-left: 2em;
}
.mobileApps {
  margin-top: 2em;
}
p.subhead2 {
  font-size: 23px;
  line-height: 1.25;
  margin-top: 0.5em;
}
.fonts,
.fonts1 {
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
.fonts a {
  color: #fff;
}
.img1 {
  height: auto;
  width: 448px !important;
  border-radius: 10px;
  margin-right: 2em;
}
.centered {
  text-align: center;
  font-size: 40px;
  line-height:1.2em;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.subhead3 {
  margin-bottom: 1%;
  text-align: center;
  font-size: 23px;
  color: #fff;
}
.landing-footer .landing-section-block {
  background: rgb(54,99,49);
  background: linear-gradient(0deg, rgba(54,99,49,1) 8%, rgba(205,166,37,1) 64%, rgba(255,255,255,1) 100%) !important;
}
.product1 {
  height: 500px;
  width: auto;
  max-width: 100%;
  padding: 3%;
  background-color: #366331;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px -4px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}
.product1 li {
  color: #fff;
}
.info{
      width: 435px;

}
.info2{
  width:435px;
}
.info2,
.info3 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .landing__register-wrap {
    flex-direction: row;
    gap: .25em;
  }
  .landing-section-fit {
    max-width: 60em;
  }
}
.bottom-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10vw;
  margin-bottom: 4em;
}
#element-403,
#element-461 {
  text-transform: uppercase;
}
.landing__register-enter-info {
  line-height: 1.5;
}
#element-407 .x_66d76769 {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  margin-top: 4em;
}
#element-407 .x_7b2817bf {
  color: #000;
}
@media screen and (min-width: 768px) {
  #element-403 .btn,
  #element-461 .btn {
    background: linear-gradient(#54814F, #366331 50%);
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Titillium Web";
    font-weight: 400;
    font-style: normal;
    height: 60px;
    width: 178px;
    border-radius: 3px;
  }
}
#element-403 .btn,
#element-461 .btn {
  background-color: #366331;
  color: #fff;
  background-image: linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -o- linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -ms-linear-graident(to bottom, rgb(54, 99, 49) 0%, rgb(75, 127, 70) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(54, 99, 49)), color-stop(1, rgb(75, 127, 70)));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #366331, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
}
#element-403 .btn:hover {
  background: #FFFFFF;
  color: #366331;
}
#element-403 .btn:active,
#element-403 .btn:hover,
#element-461 .btn:focus,
#element-461 .btn:hover {
  color: #fff !important;
  background-image: linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -o-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -moz-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -ms-linear-gradient(to bottom, rgb(85, 135, 80) 0%, rgb(62, 118, 56) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(85, 135, 80)), color-stop(1, rgb(62, 118, 56)));
}
#mobileApp {
  height: auto;
  width: 159px;
}
#mobileApp2 {
  height: auto;
  width: 180px;
}
.product li {
  font-size: 18px;
  padding: 0;
}
ul li {
  width: 100%;
  display: block;
}
ul li:before,
ul li::before {
  background-color: #fff;
  width: 3px;
  height: 3px;
  top: .4em;
    left: -.5em;
}

/* ===== Mobile Sizing ===== */
/* ===== 20250624 ===== */

.fullWrap {
    --body-width: 100vw;
}

.fullWrap.adminCollapsed,
.fullWrap.adminOpen {
    --body-width: calc(100vw - 45px);
}

@media screen and (max-width:1500px){
  .product1{
    height:auto;
  }
  .containerRev{
    justify-content:center;
  }
  .container{
    justify-content:center;
  }
}

@media screen and (max-width:975px){
  .landing__register-wrap{
    padding:20px 0;
  }
}

@media screen and (max-width:940px){
  .landing__register-wrap{
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width:600px){
  img.img2{
    width:350px !important;
  }
  .img2{
    margin-left:0;
  }
  img.img1{
    width:350px !important;
  }
  .img1{
    margin-right:0;
  }
}

@media screen and (max-width:500px){
  .flex1, .flex2{
    width:auto;
  }
}

@media screen and (max-width: 280px)
{
    .fullWrap {
        --body-width: 280px;
    }

    .fullWrap {
        min-width: var(--body-width);
    }
}

@media screen and (max-width: 325px)
{
    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        --body-width: 325px;
    }

    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        min-width: var(--body-width);
    }
}

.landing__nav-logo-wrap {
    max-height: calc(var(--body-width) / 5);
}

.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: var(--body-width);
}

select.landing__register-dropdown {
    margin-top: .25em !important;
}

.fdic-logo-img-wrap, .fdic-logo-img {
    max-width: var(--body-width);
}

@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }
    .landing__register-wrap .contact-form-v2__form{
      width:auto;
    }
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */

.subhead4 {
  line-height: 1.25;
  margin-top: .5em;
}
