







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
























/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */



















/* 1h. Site footer */























.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: calc(1800px + 8vw);
}


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





body {
  font-size: 17px;
  font-weight: 400;
  font-family: proxima-nova;
  color: rgba(0, 0, 0, 1.0);
}



/* Paragraphs */

p {
  font-family: proxima-nova;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Archivo Black;
  color: rgba(255, 177, 20, 1.0);
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 400;
}

h3 {

  font-weight: 400;
}

h4 {
  font-weight: 400;
}

h5 {
  font-size: 27px;
  font-weight: 400;
}

h6 {
  font-size: 25px;
  font-weight: 400;
}


@media screen and (min-width: 768px), screen and (max-width: calc(1943px)) and (orientation: landscape){

  h1 {
    font-size: calc((4.3 - 1) * 1.2vw + 1rem);
      }

  h2 {
    font-size: calc((3.5 - 1) * 1.2vw + 1rem);
      }

  h3 {
    font-size: calc((1.7 - 1) * 1.2vw + 1rem);
      }

  h4 {
    font-size: calc((1.6 - 1) * 1.2vw + 1rem);
      }
}

@media screen and (min-width: 1944px){

  h1 {
    font-size: calc(4.3 * 1rem);
  }

  h2 {
    font-size: calc(3.5 * 1rem);
  }

  h3 {
    font-size: calc(1.7 * 1rem);
  }

  h4 {
    font-size: calc(1.6 * 1rem);
  }

}



@media screen and (max-width: 767px) and (orientation: portrait){
  h1 {
    font-size: calc((4.3 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
      } 

  h2 {
    font-size: calc((3.5 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
      }

  h3 {
    font-size: calc((1.7 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
      }

  h4 {
    font-size: calc((1.6 - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
      }

}

@media screen and (max-width: 479px){

  h1 {
    font-size: calc(4.3 * .5rem);
  }

  h2 {
    font-size: calc(3.5 * .6rem);
  }

  h3 {
    font-size: calc(1.7 * 1.1rem);
  }

  h4 {
    font-size: calc(1.6 * 1.1rem);
  }

}



/* Blockquote */

blockquote {
  border-left-color: {color=#ffb114, opacity=100, css=#ffb114};
}





.error-page .button,a
button,
.button,
form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  padding: 1.9rem 2.171rem;
}

.error-page .button:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active,
form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}







/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Form label */

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

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 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(204, 204, 204, 1.0)

;
  color: rgba(0, 0, 0, 1.0); 
  background-color: rgba(250, 250, 250, 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: ;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(0, 0, 0, 1.0);
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: {color=#000, opacity=100, css=#000000};
}

.fn-date-picker td .pika-button:hover {
  background-color: {color=#000, opacity=100, css=#000000} !important;
}

.fn-date-picker td.is-today .pika-button {
  color: {color=#000, opacity=100, css=#000000};
}





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

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

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

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







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


.header-button a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(0, 0, 0, 1.0);
}

.header-button a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
}



.header-nav .hs-menu-wrapper>ul>li>a {
  color: rgba(0, 0, 0, 1.0);
}  

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



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

.header-nav .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(0, 0, 0, 1.0);
}

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

.cm-socials a svg{
  fill: rgba(0, 0, 0, 1.0);
}









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



.cm-footer-right-wrp ul li p a {
  color: rgba(0, 0, 0, 1.0);
}

.cm-footer-right-wrp ul li p a:hover {
  color: rgba(0, 0, 0, 1.0);
}






















.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: 
}