







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





























































/* 1d. Buttons */






/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid, .page-center {
  max-width: 1200px;
  margin: 0 auto;
}









html,body {scroll-behavior: smooth;}

body {
  font-size: 16px;
  color: #093d52;
  font-weight: 400;
  font-family: Proxima Nova;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #093d52;
  font-weight: 400;
}

/* Anchors */

a {
  color: #5dc2d8;
}

a:hover,
a:focus,
a:active {
  color: #5dc2d8;
}

/* Headings */

h1 {
  font-family: Proxima Nova;
  font-size: 61px;
  color: #093d52;
  font-weight: 900;
}






h2 {
  font-family: Proxima Nova;
  font-size: 40px;
  color: #093d52;
  font-weight: 900;
}

h3 {
  font-family: Proxima Nova;
  font-size: 28px;
  color: #093d52;
  font-weight: 900;
}

h4 {
  font-family: Proxima Nova;
  font-size: 22px;
  color: #093d52;
  font-weight: 900;
}

h5 {
  font-family: Proxima Nova;
  font-size: 18px;
  color: #093d52;
  font-weight: 900;
}

h6 {
  font-family: Proxima Nova;
  font-size: 16px;
  color: #093d52;
  font-weight: 900;
}

/* Blockquote */


@media screen and (max-width: 991px){
  h1{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 51px;
    line-height: 64px;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 51px;
    line-height: 64px;
  }
}

@media screen and (max-width: 767px){
  h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 31px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 31px;
  }
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(128, 128, 128, 1.0)

;
  border: 0px solid #808080;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(88, 88, 88, 1.0);
  border-color: rgba(88, 88, 88, 1.0);

  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(168, 168, 168, 1.0);
  border-color: rgba(88, 88, 88, 1.0);
  color: #ffffff;
}







form,
.submitted-message {
  font-size: 16px;
  color: #093d52;
  font-weight: 400
}
form{
  background-color: rgba(#null, 0.0);
}


/* Form title */
.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(49, 101, 122, 1.0);
}
/* Form label */
form label {
  color: rgba(49, 101, 122, 1.0);
}
/* Form help text */
form legend {
  color: rgba(49, 101, 122, 1.0);
}
/* Form inputs */
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 {

  border: 1px solid #5dc2d8;
  border-color: rgba(133, 234, 255, 1.0);
  color: rgba(205, 205, 205, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
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: rgba(56, 152, 236, 1.0);
  background-color: rgba(#null, 0.0);
}
/* Form placeholder text */
::-webkit-input-placeholder {
  color: #093d52;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #093d52;
}
/* Date picker */
.fn-date-picker td.is-selected .pika-button {
  background: #093d52;
}
.fn-date-picker td .pika-button:hover {
  background-color: #093d52 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #093d52;
}
/* Submit button  form.hs-form.stacked*/
form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(128, 128, 128, 1.0)

;
  border: 0px solid #808080;
  border-radius: 0px;
  color: #ffffff;
  padding: 20px 40px;
}
form input[type=submit]:hover,
form input[type=submit]:focus{
  background-color: rgba(128, 128, 128, 1.0);

  border-color:rgba(88, 88, 88, 1.0);
  color:  rgba(255, 255, 255, 1.0);

}

form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(128, 128, 128, 1.0);
  color:  rgba(255, 255, 255, 1.0);

}
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(168, 168, 168, 1.0);
  border-color: #a8a8a8;

}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #093d52;
}

th,
td {
  border-color: #093d52;
  color: #093d52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(9, 61, 82, 1)

;
  border-bottom-color: #093d52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #093d52;
}




header.header{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li>a,
.mobile_navigation .hs-menu-wrapper>ul>li>a{
  color: rgba(26, 60, 80, 1.0);
}
.custom_menu_primary .hs-menu-wrapper>ul>li>a:hover,
.mobile_navigation .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(26, 60, 80, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li.active>a,
.mobile_navigation .hs-menu-wrapper>ul>li.active>a{
  color: rgba(26, 60, 80, 1.0);
  border-bottom: 2px solid rgba(93, 194, 216, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(26, 60, 80, 1.0);
}


.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.apply-now-btn{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(93, 194, 216, 1.0);
}

.apply-now-btn:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(93, 194, 216, 1.0);
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1a3c50;
  font-family: Proxima Nova;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #001428;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #426478;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #093d52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Proxima Nova;
}

.header__language-switcher-label-current:after {
  border-top-color: #1a3c50;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1a3c50;
  }
}




footer.footer{
  background-color: rgba(26, 60, 80, 1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>a{
  color: rgba(93, 194, 216, 1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer .bottom_footer_container{
  border-top: 1px solid rgba(93, 194, 216, 1.0);
}

.bottom_footer_container .copyright_section p{
   color: rgba(255, 255, 255, 1.0);
}
.bottom_footer_container .copyright_section p a{
   color: rgba(93, 194, 216, 1.0);
}

.bottom_footer_container .copyright_section p a:hover{
   color: rgba(93, 194, 216, 1.0);
}












.card__price {
  font-family: Proxima Nova
    font-size: 28px;
  color: #093d52;
  font-weight: 900
}

#hs_cos_wrapper_widget_1710523267519,
#hs_cos_wrapper_module_17121558504651 {
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 9999;
}

.container-fluid.portfolio-banner-section .portfolio_banner-row-0-padding {
  padding-bottom: 0 !important;
}