














/* 1b. Colors */






/* 1c. Font */




/* 1d. Typography */
















































/* 1e. Buttons */

/* Primary Button  */








/* Primary Button hover  */






/* Secondary Button  */








/* Secondary Button hover  */







/* 1f. Forms */










/* 1g. Tables */














/* 1i. Website header */

/* Website main header */








/* 1h. Website footer */






:root{
  --primary_color:#5EB3E4;
  --secondary_color:#002856;
  --body_color:#545454cc;
  --white_color:#FFFFFF;
  --black_color:#000000;
  --content_wrapper:1200px;
  --primary_font:Oswald,sans-serif;
  --secondary_font:Arial,sans-serif;

}





.content-wrapper {
  max-width: 1200px;
  margin:0 auto;
  padding: 0 15px;
}





html {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-weight: 400; text-decoration: none; font-family: Arial, serif; font-style: normal;
  color:#545454cc;
  font-size: 20px;
  line-height:1.25;
  letter-spacing: -0.015em;
  max-width:100%;
  background-color:#fff;
  overflow-x:hidden;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

/* Paragraphs */

p,
.p{
  font-weight: 400; text-decoration: none; font-family: Arial, serif; font-style: normal;
  font-size: 20px;
  line-height:1.25;
  color:#545454cc;
}

/* Anchors */

.body-container-wrapper a {
  color: #545454cc;font-size: 14px;font-family: Arial, serif; font-weight: 600;;
  color:#545454cc;
  transition:all 0.35s;
  text-decoration:none;
}
.link_hover_main:hover a,
.body-container-wrapper a:hover{
  color:var(--secondary_color);
}
.arrow-one a:after,
a.arrow-one:after{

}
/* Headings */

h1,
.h1{
  files: [{file=https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/palab.otf, fileId=169374381672, format=opentype, id=15061358}, {file=https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/palab.ttf, fileId=169374018952, format=truetype, id=15061359}, {file=https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/PalatinoLinotype-Bold.woff, fileId=169375038544, format=woff, id=15061360}]; name: Bold; style: {"font-weight":700}; svgUrl: https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/marketer_assets/fonts/Platino_Linotype/Bold-1717486397935.svg; text-decoration: none;
  color: #000000;
  font-size: 50px;
  text-transform: none;
  line-height:1.1; 
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  color: #000000;
  font-size: 40px;
  text-transform: none;
  line-height:1.125; 
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  color: #000000;
  font-size: 30px;
  text-transform: none;
  line-height:1.166;
}

h4,
.h4 {
  font-weight: 500; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  color: #002856;
  font-size: 25px;
  text-transform: none;
  line-height:2.4;
}

h5,
.h5 {
  font-weight: 400; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  color: #000000;
  font-size: 20px;
  text-transform: none;
  line-height:1.25;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
  line-height:1.35;
}


h1 small,
.h1 small{
  font-size: 48px;
}

h1 big,
.h1 big {
  font-size: 52px;
}

h2 small,
.h2 small {
  font-size: 38px;
}

h2 big,
.h2 big {
  font-size: 42px;
}

h3 small,
.h3 small {
  font-size: 28px;
}

h3 big,
.h3 big {
  font-size: 32px;
}

h4 small,
.h4 small {
  font-size: 23px;
}

h4 big,
.h4 big{
  font-size: 27px;
}

h5 small,
.h5 small{
  font-size: 19px;
}

h5 big,
.h5 big {
  font-size: 22px;
}

h6 small,
.h6 small {
  font-size: 12px;
}

h6 big,
.h6 big {
  font-size: 16px;
}

p small,
.p small{
  font-size: 18px;
}

p big,
.p big{
  font-size: 22px;
}


@media(max-width:1024px){
  h1 small,
  h1 big,
  h1,
  .h1 small,
  .h1 big,
  .h1{
    font-size: 46px;
  }
  h2 small,
  h2 big,
  h2,
  .h2 small,
  .h2 big,
  .h2{
    font-size: 38px;
  }
  h3 small,
  h3 big,
  h3,
  .h3 small,
  .h3 big,
  .h3{
    font-size: 28px;
  }
  h4 small,
  h4 big,
  h4,
  .h4 small,
  .h4 big,
  .h4{
    font-size:24px;
    line-height:1.6;
  }
}

@media(max-width:767px){
  h1 small,
  h1 big,
  h1,
  .h1 small,
  .h1 big,
  .h1{
    font-size:36px;
  }
  h2 small,
  h2 big,
  h2,
  .h2 small,
  .h2 big,
  .h2{
    font-size:30px;
  }
  h3 small,
  h3 big,
  h3,
  .h3 small,
  .h3 big,
  .h3{
    font-size:26px;
  }
  h4 small,
  h4 big,
  h4,
  .h4 small,
  .h4 big,
  .h4{
    font-size:24px;
    line-height:1.5;
  }
  p small,
  p big,
  p,
  .p small,
  .p big,
  .p{
    font-size: 18px;
  }
  .body-container-wrapper li{
    font-size: 18px;
  }
}

.h1 span,
h1 span,
.h2 span,
h2 span,
.h3 span,
h3 span,
.h4 span,
h4 span,
.h5 span,
h5 span,
.h6 span,
h6 span{
  color:var(--primary_color);
}
mark {
  background-color:var(--primary_color);
  color: #FFF;
}

.body-container-wrapper ul.no_arrow,
.body-container-wrapper ul{
  margin:0;
  padding:0;
}

.body-container-wrapper li{
  font-weight: normal; text-decoration: none; font-family: Arial, serif; font-style: normal;
  font-size: 20px;
  color:var(--body_color,#545454cc);
  line-height:1.25;
  margin-bottom: 20px;
  position:relative;
}
.body-container-wrapper ul.no_arrow li{
  list-style:none;
}
.body-container-wrapper ul:not(.no_arrow,.list_disc,.list_disc_big) li{
  list-style:none;
  padding-left:55px;
}
.body-container-wrapper ul.list_disc{
  padding-left:20px;
}
.body-container-wrapper ul.list_disc li{
  list-style:disc;
}
.body-container-wrapper ul.list_disc_big li{
  list-style:none;
  padding-left:44px;
}
.body-container-wrapper ul.list_disc_big li:before{
  content:"";
  position: absolute;
  left: 0;
  top:6px;
  background-color:var(--secondary_color);
  width:18px;
  height:18px;
  border-radius:100%;
}
.body-container-wrapper ul:not(.no_arrow,.list_disc,.list_disc_big) li:not(.hs-menu-item):before{
  position: absolute;
  left: 0;
  top:0;
  
    
    content:"";
  background-image: url(https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/Inland_REIC_2023/Inland_Home/check_image.svg);
  width: 33px;
  height:39px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
}

.body-container-wrapper ul.hs-search-results__listing li,
.body-container-wrapper form ul li,
.body-container-wrapper ul.no-list li{
  list-style:none;
  padding-left:0px;
}
.body-container-wrapper ul.hs-search-results__listing li:before,
.body-container-wrapper form ul li:before,
.body-container-wrapper ul.no-list li:before{
  content:none !important;
}

.body-container-wrapper .post-body a {
  font-size: inherit;
  font-weight: inherit;
}

/* Blockquote */

blockquote {
  font-weight: normal; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  font-size: 20px;
  color:var(--body_color,#545454cc);
}






form,
.submitted-message {
  font-weight: 400; text-decoration: none; font-family: Arial, serif; font-style: normal;
  font-size: 20px;
}

.form-title {
  color: #5eb3e4;
  margin:0;
}

form label {
  font-weight: 400; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #000000;
  font-size: 24px;
  display: block;
  margin-bottom:15px;
}

@media(max-width:767px){
  form label {
    font-size: 22px;
  }
  .body-container-wrapper ul.list_disc_big li{
    padding-left:30px;
  }
  .body-container-wrapper ul:not(.no_arrow,.list_disc,.list_disc_big) li{
    list-style:none;
    padding-left:45px;
  }
  
  .body-container-wrapper ul:not(.no_arrow,.list_disc,.list_disc_big) li:not(.hs-menu-item):before{
    font-size:35px;
  }
  
  
}

form legend {
  font-weight: normal; text-decoration: none; font-family: Lato; font-style: normal;
  font-size: 24px;
  color: #ff2000;
}
form .hs-form-field{
  position:relative;
}
.hs-form-required {
  color:#ff2000;
}
.hs-input.invalid.error {
  border-color: #ff2000;
}
.hs_error_rollup{
  display:none;
}
ul.no-list.hs-error-msgs.inputs-list{
  position:absolute;
  left:0;
  right:0;
}
ul.no-list.hs-error-msgs.inputs-list li{
  margin:5px 0;
}
ul.no-list.hs-error-msgs.inputs-list label,
.hs-error-msg {
  font-weight: normal; text-decoration: none; font-family: Lato; font-style: normal;
  font-size: 14px;
  color: #ff2000;
  margin-top: 5px;
  text-align:left;
}


form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  font-size: 24px;
  border: 0px solid #5eb3e4;

  background-color: 

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
  color: #000000;
  border-radius: 0px;
  display: inline-block;
  width: 100% !important;
  padding:15px 12px;
  letter-spacing: -.015em;
}
form input[type=radio],
form input[type=checkbox]{
  position:relative;
  border: 0px solid #5eb3e4;

  width: 18px !important;
  height: 18px;
  appearance: none;
  border-radius: 2px;
}
form input[type=checkbox]{
  width: 43px!important;
  background: #D9D9D9;
  margin-right: 14px;
  height: 36px;
}
form input[type=checkbox]+span{
  font-size: 20px;
  color:var(--black_color);
}
.body-container-wrapper form li.hs-form-checkbox {
  padding-left: 0;
}
form input[type=radio]{
  border-radius:100%;
}
form input[type=radio]:checked:after{
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  background-color:var(--primary_color);
  border-radius:100%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
form input[type=checkbox]:checked:after{
  content: '';
  position: absolute;
  width: 28px;
  height:14px;
  top: 45%;
  left: 50%;
  border: 4px solid var(--primary_color);
  border-top: 0;
  border-right: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

form textarea{
  min-height:154px;
}
form .hs_submit.hs-submit {
  text-align:center;
}



form fieldset.form-columns-1 .hs-form-field{
  width:100% !important;
}
form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

/*  form-columns-2 */

form fieldset.form-columns-2 .hs-form-field{
  width: calc(50% - 7.5px) !important;
}
form  fieldset.form-columns-2 .hs-form-field:first-child{
  margin-right:15px;
}
form  fieldset.form-columns-2 .hs-form-field:last-child{
  margin-right:0;
  margin-left:0;
}

/* form-columns-3  */

form fieldset.form-columns-3 .hs-form-field{
  width:calc(33.33% - 10px)  !important;
}

form fieldset.form-columns-3 .hs-form-field:last-child{
  margin-right: 0 !important;
}
form fieldset.form-columns-3 .hs-form-field:not(:last-child){
  margin-right:15px;
}


form  fieldset .input{
  margin-right: 0 !important;
}
@media(max-width:767px){
  form fieldset.form-columns-1 .hs-form-field{
    float:none;
  }
  form fieldset.form-columns-2 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-3 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
  }
  form  fieldset.form-columns-2 .hs-form-field:first-child .input{
    margin-right:0 ;
  }
  form  fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right:0;
    margin-left:0;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input{
    margin-right: 0 !important;
  }
  form fieldset.form-columns-3 .hs-form-field:first-child .input{
    margin-right:0px;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input,
  form fieldset.form-columns-3 .hs-form-field:nth-child(2) .input{
    margin-left:0px;
  }
}

form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color:#5EB3E4;
}
form input[type=text]:focus-visible, 
form input[type=email]:focus-visible, 
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible{
  outline-color:#5EB3E4;
  /*   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16); */
}

::-webkit-input-placeholder {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

::-moz-placeholder {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

:-ms-input-placeholder {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

::placeholder {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

form .hs-richtext,
form .hs-richtext p {
  font-weight: 400; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #000000;
  margin: 0 0 15px;
}
form label.hs-form-checkbox-display {
  color:  #545454cc;
}
form .fn-date-picker .pika-button:hover{
  background-color:var(--primary_color) !important;
  color:#FFF !important;
  border-radius:0 !important;
}
form .fn-date-picker .is-selected .pika-button{
  background-color:var(--primary_color);
  color:#FFF;
  border-radius:0;
  box-shadow: inset 0 1px 3px var(--primary_color);
}
form  .fn-date-picker .pika-button{
  color:var(--secondary_color);
  border-radius:0 !important;
  background-color:#FFF;
}
form  .fn-date-picker .is-today .pika-button{
  color:var(--primary_color);
}





table {
  border: 0px solid #002856;
;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
td,
th {
  border: 0px solid #002856;
;
  padding: 10px;
;
  color: #FFFFFF;

}
thead th {
  background-color:

  
  
    
  


  rgba(0, 40, 86, 1.0)

;
  color: #FFFFFF;
  border: 0px solid #002856;
;
}
tfoot td {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
  border: 0px solid #002856;
;
}
thead * {
  color: #FFFFFF;
}












/* Website main header */

header.header.header--no-navigation{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header{
  box-shadow:none;
  background-color:transparent;
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  transition:all 0.35s;
}
.white_header header.header,
header.header.sticky_color{
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header-no-navigation {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1{
  color:#000000;
}
header a{
  font-weight: 500; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  font-size: 18px;
  color:#000000;
  transition:all 0.35s;
  text-decoration:none;
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 > a{
  font-weight: 500; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  font-size: 18px;
  color:#000000;
  transition:all 0.35s;
}
header .custom-menu-primary li.hs-menu-item>ul.hs-menu-children-wrapper li.hs-menu-item.active-branch>a, 
header .custom-menu-primary li.hs-menu-item.active-branch>a {
  color: var(--primary_color);
}
header .custom-menu-primary li.hs-menu-item:hover > a{
  color:var(--primary_color);
}

header .custom-menu-primary  ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper:before{
  border-bottom-color:

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
}
header .custom-menu-primary  ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper:hover:before{
  border-bottom-color:var(--primary_color);
}
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper a{
  color:#000000;
  font-weight: 500; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
  font-size: 16px;
  transition:all 0.35s;
}
header .custom-menu-primary li.hs-menu-item > ul.hs-menu-children-wrapper li.hs-menu-item:hover > a{
  color:var(--primary_color);
}
header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:after{
  color:var(--primary_color);
}
header .globe_class .lang_list_class{
  background-color:

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
}
header .language_switcher .language_switcher_fix:before{
  content:"\276F";
  font-size:15px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color:;
}

@media(max-width:1279px){
  header a,
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 > a{
    
    font-size: 16px;
    
  }
}
@media(min-width:1024px){
  header .custom-menu-primary li.hs-menu-item.hs-item-has-children > ul.hs-menu-children-wrapper{
    background-color:

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
    border: 0px solid #D9D9D9;
;
  }
}
@media(max-width:1023px){
  header.header{
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{
    background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal li.hs-menu-item.hs-item-has-children.menu-child-open > a {
    color:var(--primary_color);
  }
}






.footer {
  background-color: 

  
  
    
  


  rgba(4, 54, 115, 1.0)

;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li{
  color:#FFFFFF;
}
.footer svg{
  fill:#FFFFFF;
}
.footer a{
  font-weight: 400; text-decoration: none; font-family: Arial, serif; font-style: normal;
  font-size: 16px;
  color:#FFFFFF;
  transition:all 0.35s;
}
.footer a:hover{
  color:var(--secondary_color);
}
.footer ul li{
  list-style:none;
}
.footer ul{
  padding:0;
  margin:0;
}




/* Primary Button  */
a.cta-link,
.hs-button.large.primary,
input.hs-button.primary.large,
form input[type=submit],
a.cta_button[title]{
  font-family: Oswald, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 21px;
  color:#FFFFFF;
  border: 0px solid #043673;
;
  padding-top: 16px;
padding-right: 50px;
padding-bottom: 16px;
padding-left: 50px;
;
  border-radius:10px;
  text-transform:none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight:700;
  background: linear-gradient(275.76deg, 

  
  
    
  


  rgba(94, 179, 228, 1.0)

 44.33%, 

  
  
    
  


  rgba(0, 40, 86, 1.0)

 98.56%) 0/200%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* Primary Button hover */


a.cta-link:hover,
.hs-button.large.primary:hover,
input.hs-button.primary.large:hover,
form input[type=submit]:hover,
a.cta_button[title]:hover{
  background:

  
  
    
  


  rgba(0, 40, 86, 1.0)

;
  background: linear-gradient(275.76deg, 

  
  
    
  


  rgba(0, 40, 86, 1.0)

 44.33%, 

  
  
    
  


  rgba(94, 179, 228, 1.0)

 98.56%) 100%/200%;
  color:#FFFFFF;
  border: 0px solid #043673;
;
}


/* Secondary Button  */
.secondary_button a.cta-link,
.secondary_button .hs-button.large.primary,
.secondary_button input.hs-button.primary.large,
.secondary_button form input[type=submit],
.secondary_button a.cta_button[title]{
  font-family: Oswald, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 30px;
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:#002856;
  border: 3px solid #EBEBEB;

  padding-top: 20px;
padding-right: 44px;
padding-bottom: 20px;
padding-left: 44px;
;
  border-radius:15px;
  text-transform:none;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight:700;
  position:relative;
}
@media(max-width:767px){
  .secondary_button a.cta-link,
  .secondary_button .hs-button.large.primary,
  .secondary_button input.hs-button.primary.large,
  .secondary_button form input[type=submit],
  .secondary_button a.cta_button[title]{
    font-size: 20px;
    padding:15px 40px;
  }
}
/* Secondary Button hover */


.secondary_button a.cta-link:hover,
.secondary_button .hs-button.large.primary:hover,
.secondary_button input.hs-button.primary.large:hover,
.secondary_button form input[type=submit]:hover,
.secondary_button a.cta_button[title]:hover{
  background:

  
  
    
  


  rgba(0, 40, 86, 1.0)

;
  color:#FFFFFF;
  border: 3px solid #FFFFFF;
;
}



form a.cta-link,
form input[type=submit],
.hs-button.large.primary, 
input.hs-button.primary.large,
.secondary_button form a.cta-link,
.secondary_button form input[type=submit],
.secondary_button .hs-button.large.primary, 
.secondary_button input.hs-button.primary.large{
  text-transform:uppercase !important;
  padding:16px 65px;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}



















.primary-font,
.primary-font *{
  font-family:Oswald;
}
.primary-color{
  color:var(--primary_color);
}
.primary-bg{
  background-color:var(--primary_color);
}
.primary-border li,
.primary-border li span,
.primary-border{
  border-color:var(--primary_color);
}
.primary-svg{
  fill:var(--primary_color);
}

.all-text-primary,
.all-text-primary h1,
.all-text-primary h2,
.all-text-primary h3,
.all-text-primary h4,
.all-text-primary h5,
.all-text-primary h6,
.all-text-primary p,
.body-container-wrapper .all-text-primary li,
.all-text-primary span,
.all-text-primary a{
  color:var(--primary_color);
}

.text-primary-h1 h1,
.text-primary-h2 h2,
.text-primary-h3 h3,
.text-primary-h4 h4,
.text-primary-h5 h5,
.text-primary-h6 h6,
.text-primary-p p,
.body-container-wrapper .text-primary-li li,
.text-primary-sp span,
.text-primary-a a{
  color:var(--primary_color);
}


/*  Secondary  */

.secondary-font *,
.secondary-font{
  font-family:Arial;
}
.secondary-color{
  color:var(--secondary_color);
}
.secondary-bg{
  background-color:var(--secondary_color);
}

.secondary-border li,
.secondary-border li span,
.secondary-border{
  border-color:var(--secondary_color);
}
.secondary-svg{
  fill:var(--secondary_color);
}

.all-text-secondary,
.all-text-secondary h1,
.all-text-secondary h2,
.all-text-secondary h3,
.all-text-secondary h4,
.all-text-secondary h5,
.all-text-secondary h6,
.all-text-secondary p,
.body-container-wrapper .all-text-secondary li,
.all-text-secondary span,
.body-container-wrapper .all-text-secondary a,
.all-text-secondary a{
  color:var(--secondary_color);
}

.text-secondary-h1 h1,
.text-secondary-h2 h2,
.text-secondary-h3 h3,
.text-secondary-h4 h4,
.text-secondary-h5 h5,
.text-secondary-h6 h6,
.text-secondary-p p,
.body-container-wrapper .text-secondary-li li,
.text-secondary-sp span,
.body-container-wrapper .text-secondary-a a,
.text-secondary-a a{
  color:var(--secondary_color);
}

@media(min-width:2000px){
  .header_mega_menu_inner_fix .child_menu_2 li.hs-menu-item a{
    font-size:18px;
  }
  header a{
    font-size:20px;
  }
  .header_menu a.header_cta{
    padding: 23.25px 30.5px;
  }
}


/* ======================================404 error================================= */


.section_horizontal{
  padding-bottom: 50px;
  padding-top: 50px;
}
.content_wrapper{
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 20px;
}
.it_err_main{
  margin-top: 120px;
  text-align: center;
}
.it_err_main .tit_er{
  font-weight: 600;
  letter-spacing: 2px;
}
.err_form{
  padding: 50px 0;
}
.error .it_err_main h1, .error .it_err_main h5{
  color: #0f213d;
}
.err_form form .hs-input{
  background-color: #ececf5;
  border-color: transparent;
  border-radius: 0;
  border-width: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f213d;
  font-weight: 500;
  height: 50px;
  margin: 0 auto;
  padding-left: 12px;
  width: 60%;
}
.err_form input.cta_button{
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05rem;
  margin-top: 15px;
  padding: 13px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}


@media(min-width:768px){
  section.heading_with_text .container .text_heading h2 {
    font-size: 36px;
  }
}
@media(max-width:767px){
  .err_form form .hs-input{
    width: 100%;
  }
  .it_err_main{
    margin-top: 100px;
  }
}
form .hs-dependent-field .hs_investor__advisor__other_.hs-investor__advisor__other_.hs-fieldtype-radio.field.hs-form-field li.hs-form-radio {
    padding-left: 0;
}
form .hs-dependent-field .hs_investor__advisor__other_.hs-investor__advisor__other_.hs-fieldtype-radio.field.hs-form-field li.hs-form-radio input[type=radio] {
    border: 2px solid #5eb3e4;
}

/* div#swipebox-overlay {
    display: none !important;
} */