







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
   max-width: 1330px;
}

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

.dnd-section > .row-fluid {
   max-width: 1330px;
}





html {
   font-size: 62.5%;
}

body {
   font-size: 16px;
   color: #575757;
   font-weight: 400;
   font-family: 'Avenir Next', sans-serif;
}

/* Paragraphs */

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

/* Anchors */

a {
   color: #005288;
}

a:hover,
a:focus,
a:active {
   color: #007DC5;
}

/* Headings */

h1 {
   font-family: 'Bebas Neue Extended', sans-serif;
   font-size: 45px;
   color: #151515;
   font-weight: 600;
}

h2 {
   font-family: 'Bebas Neue Extended',sans-serif;
   font-size: 35px;
   color: #151515;
   font-weight: 600;
}

h3 {
   font-family: 'Avenir Next', sans-serif;
   font-size: 30px;
   color: #575757;
   font-weight: 700;
}

h4 {
   font-family: 'Avenir Next', sans-serif;
   font-size: 25px;
   color: #575757;
   font-weight: 700;
}

h5 {
   font-family: 'Avenir Next', sans-serif;
   font-size: 20px;
   color: #151515;
   font-weight: 700;
}

h6 {
   font-family: 'Avenir Next', sans-serif;
   font-size: 16px;
   color: #151515;
   font-weight: 700;
}

/* Blockquote */

blockquote {
   border-left-color: #F8FAFC;
}





button,
.button {
   background-color: 

  
  
    
  


  rgba(0, 105, 170, 1.0)

;
   border: px solid ;
   border-radius: 20px;
   color: #FFFFFF;
   padding: 6px 15px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: rgba(0, 65, 130, 1.0);
   border-color: ;
   color: #FFFFFF;
}

button:active,
.button:active {
   background-color: rgba(40, 145, 210, 1.0);
   border-color: ;
   color: #FFFFFF;
}





form,
.submitted-message {
   font-size: 16px;
   color: #575757;
   font-weight: 400
}

/* Form title */

.form-title {
   /* background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
   color: #0F202E;
}

/* Form label */

form label {
   color: #005288;
}

/* Form help text */

form legend {
   color: #1d82b6;
}

/* 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-color: #9eb3bf;
   color: #575757;
}

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: #80BEE2;
}

/* Form placeholder text */

::-webkit-input-placeholder {
   color: #575757;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   color: #575757;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
   background: #494A52;
}

.fn-date-picker td .pika-button:hover {
   background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
   color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: 

  
  
    
  


  rgba(0, 105, 170, 1.0)

;
   border: px solid ;
   border-radius: 20px;
   color: #FFFFFF;
   padding: 6px 15px;
}

form input[type=submit]:hover,
form .hs-button:hover  {
   background-color: rgba(0, 65, 130, 1.0);
   border-color: ;
   color: #FFFFFF;
}

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





table {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   border-color: #dbdbdb;
}

th,
td {
   border-color: #dbdbdb;
   color: #000a15;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   border-bottom-color: #dbdbdb;
   color: #363636;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   color: #363636;
}




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

.header__navigation .submenu.level-1>li>a,.header__navigation__right ul>li:first-child>a{
   color: rgba(21, 21, 21, 1.0);
}
.header__navigation .submenu.level-1>li>a:hover,.header__navigation__right ul>li:first-child>a:hover{
   color: rgba(21, 21, 21, 1.0);
}

.header__navigation .submenu.level-2{
   background-color: rgba(255, 255, 255, 1.0);
}

.header__navigation .submenu.level-2:hover a{
   color: rgba(116, 116, 116, 1.0);
}

.header__navigation li:nth-child(-n+2) .submenu.level-2>li:last-child>a{
   color: rgba(0, 105, 170, 1.0);
   background-color: rgba(255, 255, 255, 0.0);
}
.header__navigation li:nth-child(-n+2) .submenu.level-2>li:last-child>a:hover{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(0, 82, 136, 1.0);
}
.header__navigation__right ul>li:nth-child(2)>a{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(244, 125, 48, 1.0); 
}
.header__navigation__right ul>li:nth-child(2)>a:hover{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(216, 109, 40, 1.0); 
}



footer.footer:before{
   background-color: rgba(243, 243, 243, 1.0); 
}

.navigationFooter__menuContainer .hs-menu-wrapper>ul>li>a,
.navigationFooter__menuContainer .hs-menu-wrapper>ul>li>a:hover,
h4.navigationFooter__title,
.footer__newsletterForm .hs-email label{
   color: rgba(0, 82, 136, 1.0); 
}

.navigationFooter__menuContainer ul ul>li>a,.navigationFooter__contactDetails a,.navigationFooter__bottomMenu a{
   color: rgba(87, 87, 87, 1.0); 
}
.navigationFooter__menuContainer ul ul>li>a:hover,.navigationFooter__contactDetails a:hover,.navigationFooter__bottomMenu a:hover{
   color: rgba(0, 82, 136, 1.0); 
}
.navigationFooter__contactDetails p{
   color: rgba(87, 87, 87, 1.0);
}
.navigationFooter__socialContainer ul>li>a{
   color: rgba(87, 87, 87, 1.0);
}
.navigationFooter__socialContainer ul>li>a:hover{
   color: rgba(0, 82, 136, 1.0);
}
.navigationFooter__links a{
   color: rgba(0, 105, 170, 1.0);  
   background-color: rgba(244, 125, 48, 0.0);
}
.navigationFooter__links a:hover{
   color: rgba(255, 255, 255, 1.0);  
   background-color: rgba(0, 82, 136, 1.0);
}
.navigationFooter__links svg{
   color: rgba(0, 105, 170, 1.0);
}
.navigationFooter__links a:hover svg{
   color: rgba(255, 255, 255, 1.0);
}
.footercta__content h2, .footercta__content p{
   color: rgba(255, 255, 255, 1.0);
}
.footercta__content a{
   color: rgba(255, 255, 255, 1.0);  
   background-color: rgba(244, 125, 48, 1.0);
}
.footercta__content a:hover{
   color: rgba(255, 255, 255, 1.0);  
   background-color: rgba(216, 109, 40, 1.0);
}
.footer__copyright{
   color: rgba(116, 116, 116, 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: #151515;
   font-family: 'Avenir Next', sans-serif;
}

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: #000000;
}

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

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


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

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


.header__language-switcher .lang_list_class.first-active::after {
   border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.6)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
   font-family: 'Avenir Next', sans-serif;
}

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

@media(max-width: 767px) {


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



















.card__price {
   font-family: 'Avenir Next', sans-serif
      font-size: 30px;
   color: #575757;
   font-weight: 700
}







@font-face {
   font-family: inter-v; 
   src: url() format("woff2"); 
   font-style: normal;
   font-weight: 400;
   font-stretch: normal;
   font-display: fallback; 
}

@font-face { 
   font-family: inter-v; 
   src: url() format("woff2"); 
   font-style: normal;
   font-weight: 500;
   font-stretch: normal; 
   font-display: fallback;
}


@font-face {
   font-family: Gilroy-Black; 
   src: url() format("woff2"); 
   font-style: normal;
   font-weight: bold; 
   font-stretch: normal;
   font-display: fallback; 
}



body {
   font-family: inter-v;
   line-height: 1.5;
   word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
  font-family: inter-v, san-serif; 
   font-size: 1.4rem;
   margin: 0 0 1.4rem;
  color: #21201F;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gilroy-black; 
  margin: 0 0 1.4rem;
  line-height: 100%;
  color: #21201F;
}

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}








/* Back to top button css    */
.sticky-top-button {
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 9999;
   transition: all .2s ease-in-out!important;
}

.sticky-top-button:hover{
  transform: scale(1.05)!important;
}

.sticky-top-button a{
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #f7a16a;
}

.sticky-top-button a:hover{
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #e87830;
}

/* END Back to top button css    */


/* CTA button css    */
.hs-button {
   cursor: pointer;
   border: none;
   border-radius: 20px;
   box-sizing: border-box;
   display: inline-block;
   font-family: Gilroy-Black, sans-serif;
   font-size: 16px;
   margin: 8px 0;
}

.hs-button:disabled {
   background-color: #D0D0D0;
   border-color: #D0D0D0;
   color: #E6E6E6;
}

.hs-button:hover,
.button:focus {
   text-decoration: none;
}

.hs-button:active {
   text-decoration: none;
}


/* END CTA button css    */

.hs-image-widget {
    border-style: none;
    border-radius: 30px;
}


button, .button {
    background-color: #cccccc;
    border: px solid;
    border-radius: 20px;
    color: #fff;
    padding: 6px 15px;
}

h5 {
    font-family: 'gilroy-black',sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    color: #21201F;
    font-weight: 700;
}

/* Form fields */

.hs_submit_files_with_your_request label {
    font-size: 14px;
    display: inline-block;
    font-size: 14px;
    clear: both;
    line-height: 1em;
    background: #0069aa;
    color: white;
    position: relative;
    z-index: 0;
    width: fit-content;
    min-width: 80px;
    border-radius: 30px;
    padding: 6px 18px;
    opacity: 1;
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
}


.hs-form input[type="file"] {
    z-index: 2;
    position: relative;
    visibility: hidden
}

.hs-fieldtype-file {
    width: 150px !important;
    overflow: hidden !important
}

.hs-fieldtype-file.field.hs-form-field .input>input {
    outline: none !important
}

input[type="file"]:hover {
    cursor: pointer
}

input[type="file"]:hover:after {
    background-color: #333
}

.hs-fieldtype-file.field.hs-form-field {
    position: relative !important;
    left: -17px !important;
    top: -19px !important
}

.gry {
    color: #777;
}

.orng {
    color: #F47D30!important;
text-align: left !important;
}

.tny {
    font-size: 20px;
}


form .inputs-list {
    font-weight: 400 !important;
}
/**
.hs-form stacked hs-custom-form hs-form-private hsForm_f44dd1fc-07d4-4795-926a-c6d2a8e2a30b hs-form-f44dd1fc-07d4-4795-926a-c6d2a8e2a30b hs-form-f44dd1fc-07d4-4795-926a-c6d2a8e2a30b_ce99c661-1d96-4552-a6e6-845b162689a5 {
    background-color: #ffffff;
}
**/
.hs-form, select {
	padding-right: 20px !important;
}


form .hs-richtext p {
    font-size: 13px;
    text-align: left !important;
    margin: 1.4em 0 2em 0;
}

#hs_cos_wrapper_widget_1658172575424 {
  background-color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px; !important;
}


form, .submitted-message{
   /* padding: 30px;  */
   margin-bottom:15px;
}


.lp-slider-wrap .caption {
    padding: 0!Important;
    position: absolute;
    top: 77% !important;
    text-align: center !important;
}

.hs_cos_flex-slider .caption {
    background-color: white;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: #f7a16a;
    padding: 20px;
    width: 100%;
    top: 40%;
    text-align: center
}

.hs-rss-byline {
  font-weight: normal!important;
}


/* Footer Image 

.dnd_area-row-21-padding {
    width: 70%;
    margin: auto;
    border-radius: 15px 15px 0px 0px;
}
*/