







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
/* % set primary_font = theme.global_fonts.primary_font %} */


/* % set body_font = theme.typography.body_text %} */

/* YR fonts */
@import url("https://use.typekit.net/vnm2iah.css");











/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








html {
  scroll-behavior: smooth;
}

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

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

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





html {
  font-size: ;
}

body {
  ;
  color: ;
}

/* Paragraphs */

p {
  ;
}

/* Anchors */

a {
  color: #1056BE;
}

a:hover,
a:focus {
  color: #002e96;
}

a:active {
  color: #387ee6;
}

/* Headings */

h1 {
  font-weight: 500; font-family: 'Recoleta Alt';
  color: #2b2b2b;
  font-size: 36px;
}

h2 {
  font-weight: 500; font-family: 'Recoleta Alt';
  color: #2b2b2b;
  font-size: {units=px, value=28}px;
}

h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2b2b2b;
  font-size: {units=px, value=22}px;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #2b2b2b;
  font-size: 20px;
}

h5 {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #2b2b2b;
  font-size: 14px;
}

h1, h2 {
    font-weight: 700;
    text-decoration: none;
    font-family: "proxima-nova",Helvetica,Arial,Lucida,sans-serif;
    }

h5, h3, h4 {
  font-family: "proxima-nova",Helvetica,Arial,Lucida,sans-serif;
}
/* Blockquote */

blockquote {
  border-left-color: #1056BE;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(16, 86, 190, 1.0)

;
  border: 5px solid #1056BE;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 12px 18px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 46, 150, 1.0);
  border-color: #002e96;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(56, 126, 230, 1.0);
  border-color: #387ee6;
  color: #FFFFFF;
}





form,
.submitted-message {
  ;
}

/* Form title */

.form-title {
  /* background-color: 

  
  
    
  


  rgba(209, 25, 58, 1.0)

; 
  color: #1056BE; */
}

/* Form label */

form label {
  color: #555555;
}

/* Form help text */

form legend {
  color: #2b2b2b;
}

/* 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: #D1D6DC;
  color: ; */
    border: 1px #ccc solid;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    font-family: 'proxima-nova', sans-serif;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(16, 86, 190, 1.0)

;
  border: 5px solid #1056BE;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 12px 18px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 46, 150, 1.0);
  border-color: #002e96;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(56, 126, 230, 1.0);
  border-color: #387ee6;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #2b2b2b;
}

th,
td {
  border-color: #2b2b2b;
  color: #2b2b2b;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(209, 25, 58, 1.0)

;
  border-bottom-color: #2b2b2b;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #555555;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #1056BE;
  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: #002e96;
}

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #1056BE;
}

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

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #999999;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 60px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #2b2b2b;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: ;
}

/* Blog pagination */

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #D1193A;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: ;
}

/* Blog post */

.blog-post__meta a {
  color: ;
}

.blog-post__tag-link {
  color: ;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: ;
}

.blog-post__tag-link:active {
  color: ;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #2b2b2b;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 60px;
}

#comments-listing .comment-reply-to {
  color: #1056BE;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #002e96;
}

#comments-listing .comment-reply-to:active {
  color: #387ee6;
}











.card__price {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2b2b2b;
  font-size: {units=px, value=22}px;
}
.anchor-btn {
    border-color: #ff6863 !important;
    border-radius: 9px !important;
    border-style: solid !important;
    border-width: 3px !important;
    display: block !important;
    padding: 8px 23px !important;
    max-width: 270px;
    margin: auto;
}
@media screen and (max-width: 767px) {
  H1,H2 {
  font-size: 30px; 
  line-height: 37px;
  }
  H3,H4 {
  font-size: 24px; 
  line-height: 31px;
 }
}

/* Cookies popup */
.hs-cookie-notification-position-bottom {
    position: fixed!important;
    max-width: 700px!important;
    margin: 1% auto!important;
    left: 0!important;
    right: 0!important;
    background-color: #3e8775f7!important;
    box-shadow: none!important;
    border-radius: 12px!important;
    border: none!important;
}
#hs-eu-cookie-confirmation-inner {
    background: none!important;
    padding: 20px 40px!important;
}
#hs-eu-cookie-confirmation-inner p {
    margin: 12px 0!important;
    color: #ffffff!important;
}
#hs-en-cookie-confirmation-buttons-area {
    margin-right: 0!important;
    justify-content: center!important;
}
#hs-eu-confirmation-button, #hs-eu-decline-button {
    border-radius: 22px!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    color: #fff;
    text-decoration: underline!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    color: white!important;
    text-decoration: underline!important;
}
/* End Cookies popup*/