










/* 1b. Colors */




/* 1c. Typography */











































































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 9vw 0px;
}

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






body {
  font-size: calc(1.2499999999974rem + .3700000000000001 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
  font-family: Regular-Regular,Arial,sans-serif;
}
body {
  
  color: rgba(39, 39, 38, 1.0);
  
}
@media screen and (min-width: 1460px){
  body {
    font-size: 1.62rem;
  }
}
/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #ff3354;
}

a:hover {
  color: #272726;
}

/* Headings */

h1 {
  font-family: Regular-Bold;
  font-size: calc(1.687499999955rem + 3.8125 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}
h1 {
  
  color: rgba(39, 39, 38, 1.0);
  
}


h2 {
  font-family: Regular-Bold;
  font-size: calc(1.68749999996rem + 2.5625 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}
h2 {
  
  color: rgba(39, 39, 38, 1.0);
  
}

h3 {
  font-family: Regular-Bold;
  font-size: calc(1.68749999999rem + 1.9375 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}
h3 {
  
  color: rgba(39, 39, 38, 1.0);
  
}

h4 {
  font-family: Regular-Bold;
  font-size: calc(1.6874999999823748rem + 1.74375 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}

h4 {
  
  color: rgba(39, 39, 38, 1.0);
  
}
h5 {
  font-family: Regular-Bold;
  font-size: calc(1.68749999999rem + 1.5 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}
h5 {
  
  color: rgba(39, 39, 38, 1.0);
  
}

h6 {
  font-family: Regular-Bold;
  font-size: calc(1.6874999999777411rem + 1.15937 * ((100vw - 20rem) / 71.25));
  font-weight: 400;
}
h6 {
  
  color: rgba(39, 39, 38, 1.0);
  
}
@media screen and (min-width: 1460px){
  h1 {
    font-size: 5.5rem;
  }
  h2 {
    font-size: 4.25rem;
  }
  h3 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 3.30625rem;
  }
  h5 {
    font-size: 3.0625rem;
  }
  h6 {
    font-size: 2.72187rem;
  }
}





button,
.button {
  background-color: rgba(255, 255, 255, 0.0);
  border-bottom: 4px solid #ff3354;
  border-radius: 0px;
  color: rgba(39, 39, 38, 1.0);
  border-color: rgba(255, 51, 84, 1.0);
  padding: 0px 0px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 49, 50, 1.0);
  color: rgba(39, 39, 38, 1.0);
}}







form,
.submitted-message {

}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(39, 39, 38, 1.0);
}

/* Form label */

form label {
  color: rgba(39, 39, 38, 1.0);
}

/* Form help text */

form legend {
  color: rgba(39, 39, 38, 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-color: rgba(206, 206, 206, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 2px;
  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(0, 201, 232, 1.0);
  background-color: rgba(243, 242, 241, 1.0);
}

/* Form placeholder text */

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

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

/* 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,.hs-button {
  border-bottom: 4px solid #ff3354;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 51, 84, 1.0);
  border-radius: 0px;
  color: rgba(39, 39, 38, 1.0);
  padding: 0px 0px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 49, 50, 1.0);
  color: rgba(39, 39, 38, 1.0);
}






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}




body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(39, 39, 38, 1.0);;
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(39, 39, 38, 1.0)
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(39, 39, 38, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .submenu.level-2 li a span:after{
  background-color: rgba(255, 51, 84, 1.0);
}

@media (min-width: 62em){
  .custom_header {
    background-color: rgba(255, 255, 255, 0.0);
  }
  .fixed .custom_header {
    background-color: rgba(39, 39, 38, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 > li:hover > a,
  body .custom-menu-primary .submenu.level-1 > li:focus > a{
    color: rgba(255, 51, 84, 1.0);
  }
  .no-banner .custom_header {
    background-color: rgba(39, 39, 38, 1.0);
  }
  body .custom-menu-primary .submenu.level-2 li:first-child>a,body .custom-menu-primary .submenu.level-2 li:first-child>a:hover{
    color: rgba(255, 255, 255, 1.0) !important;
    background-color: rgba(255, 51, 84, 1.0) !important;
  }
}




.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(39, 39, 38, 1.0);
}

/* Footer Content */
.footer-content .col.col-1 p:first-child, .footer-content .col.col-2 p:first-child{
  color: rgba(255, 51, 84, 1.0);
}
.footer a{
  color: rgba(39, 39, 38, 1.0);
}
.footer a:hover{
  color: rgba(39, 39, 38, 1.0);
}
.footer__container a{
  border-color: rgba(255, 51, 84, 1.0);
}
.footer__container a:hover{
  border-color: rgba(51, 49, 50, 1.0);
}
.copyright p{
  color: rgba(184, 194, 204, 1.0);
}
.footer .contact-info .icon{
  color: rgba(39, 39, 38, 1.0);
}
.footer  .contact-info .mb-0-5:hover{

}



/*             Blog Grid Listing and Post styles            */
.hs-blog-listing,
.hs-blog-post {
  background-color: #FFF;
}










.card__price {
  font-family: Regular-Bold
    font-size: 3.5px;
  color: #272726;
  font-weight: 400
}