@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/* Table of contents

  1. Variables
    1a. Containers
    1b. Breakpoints
    1c. Colors
    1d. Typography
    1e. Borders
    1f. Corner Radius
    1g. Lists
    1h. Horizontal Rule
    1i. Blockquote
    1j. Buttons
    1k. Forms
    1l. Tables
    1m. Site Header
    1n. Site Footer
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site Header
  8. Site Footer
  9. Blog
  10. System Pages
  11. Modules

*/

/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */











/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */














































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container {
  max-width: 1200px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 30px 20px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #B69D74;
}

a:hover, a:focus {
  font-weight: 500; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1F2839;
}

a:active {
  font-weight: 500; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #6f7889;
}

a.button:disabled {
  background-color: #e6e6e6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  text-transform: none;
}



  h1 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 80px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
    font-size: 60px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 26px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    ;
    color: ;
    font-size: ;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

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

/* Blockquote */

blockquote {
  border-left: 7px solid #B69D74;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

button,
.button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(182, 157, 116, 1.0)

;
  border: 1px solid #B69D74;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #000000;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(80, 80, 80, 100);
  border: 1px solid #000000;
  border-color: #505050;
}

/* Secondary Buttons */

.button.button--secondary {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #B69D74;
  border-radius: 4px;
  color: #B69D74;
  fill: #B69D74;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(182, 157, 116, 1.0)

;
  border: 1px solid #B69D74;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  background-color: rgba(255, 237, 196, 100);
  border: 1px solid #B69D74;
  border-color: #ffedc4;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #B69D74;
  fill: #B69D74;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  fill: #000000;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
  fill: #505050;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 36px;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form,
form.hs-form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

.hs-form-field {
  margin-bottom: 20px;
}

/* Form Title */

h3.form-title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border-bottom: 2px solid #B69D74;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 30px;
  padding: 20px 20px;
  text-transform: capitalize;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #000000;
  border-radius: 0px;
  color: #000000;
  font-size: 16px;
  padding: 10px 10px;
}

::-webkit-input-placeholder {
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

::-moz-placeholder {
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

:-ms-input-placeholder {
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

::placeholder {
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

form .in-focus select {
  color: #000000;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 0px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #B69D74;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #B69D74;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #B69D74 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #987f56 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #987f56;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p,
form .hs-richtext,
form .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 12px;
}

.hs-richtext { margin:15px 0; }

/* Validation */

.hs-input.invalid.error {
  border-color: #cc0201;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    border: 1px solid #B69D74;
    border-radius: 4px;
    color: #B69D74;
    fill: #B69D74;
    padding: 12px 36px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(182, 157, 116, 1.0)

;
    border: 1px solid #B69D74;
    color: #ffffff;
    fill: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(255, 237, 196, 100);
    border: 1px solid #B69D74;
    border-color: #ffedc4;
    color: #ffffff;
    fill: #ffffff;
  }





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  padding: 20px 20px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  padding: 10px 10px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}

/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-bottom: 1px solid #B69D74;
}

.header__container {
  max-width: 1200px;
}

/* Header content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote {
  color: #051F46;
}

/* Header modules */

.header .card-subtitle,
.header .card-body li,
.header .testimonial__module__author__text--subtitle,
.header .testimonial__module__text p,
.header .card__text div,
.header .card__title div,
.header .entry__summary p,
.header #blog-filter__label {
  color: #000000;
}

.header .card__button div,
.header .cards__card a,
.header .blog-tags a,
.header .news_listing__content a,
.header .entry__summary a {
  color: #B69D74;
}

.header a:hover .card__button div,
.header a:focus .card__button div,
.header .cards__card a:hover,
.header .cards__card a:focus,
.header .blog-tags a:hover,
.header .blog-tags a:focus,
.header .news_listing__content a:hover,
.header .news_listing__content a:focus,
.header .entry__summary a:hover,
.header .entry__summary a:focus {
  color: #1F2839;
}

.header a:active .card__button div,
.header .cards__card a:active,
.header .blog-tags a:active,
.header .news_listing__content a:active,
.header .entry__summary a:active {
  color: #6f7889;
}

.header .entry__summary h1 {
  color: #000000;
}

.header .card-heading,
.header .entry__summary h2 {
  color: #000000;
}

.header .card__title h3,
.news_listing__content h3,
.header .entry__summary h3 {
  color: #000000;
}

.header h3.form-title {
  color: #FFFFFF;
}

.header .entry__summary h4 {
  color: #000000;
}

.header .testimonial__module__author__text--author h5,
.header .entry__summary h5 {
  color: #000000;
}

.header .entry__summary h6 {
  color: #000000;
}

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #1F2839;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(182, 157, 116, 0.95);
}

.header__language-switcher .lang_list_class {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

.header__language-switcher .lang_list_class li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a,
.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #1F2839;
  font-size: 0px;
  text-transform: none;
}

.header .navigation-primary .submenu.level-1 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li a:hover,
.header__language-switcher .lang_list_class li a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(182, 157, 116, 0.0);
  color: #B69D74;
  font-size: 0px;
  opacity: 1;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  border-top-color: #B69D74;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  border-bottom-color: #B69D74;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-branch,
.header .navigation-primary .submenu.level-1 > li.menu-item > a.menu-link.active-item {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(182, 157, 116, 0.0);
  color: #B69D74;
  font-size: 0px;
}

.header .navigation-primary .submenu.level-1 > li > a.active-item:after,
.header .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #B69D74;
}

/* Child menu */

.header .navigation-primary .submenu.level-2,
body .submenu.level-2 > li,
.header .navigation-primary .submenu.level-3,
.header ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-top-color: #B69D74;
}

.header .navigation-primary .submenu.level-2 > li.menu-item > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item > a.menu-link,
.header__language-switcher:hover ul.lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  text-transform: none;
}

.header .navigation-primary .submenu.level-2 > li.menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > li.menu-item:hover > a.menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(182, 157, 116, 0.0);
  color: #B69D74;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  border-left-color: #B69D74;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  border-left-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Mobile */
@media screen and (max-width: 767px) {

  /* Icon */
  body .header .header__navigation-toggle {
    background-color: #1F2839;
  }

  body .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow,
  body .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow {
    border-top-color: #1F2839;
  }

  body .header .header__mobile-menu-icon,
  body .header .header__mobile-menu-icon:after,
  body .header .header__mobile-menu-icon:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header .navigation-primary .submenu.level-1 {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu input[type='checkbox'] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type='checkbox'] ~ .menu-arrow:before {
    border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

 !important;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 1200px;
}

/* Footer content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
  color: #000000;
}

/* Footer modules */

.footer .card-subtitle,
.footer .card-body li,
.footer .testimonial__module__author__text--subtitle,
.footer .testimonial__module__text p,
.footer .card__text div,
.footer .card__title div,
.footer .entry__summary p,
.footer #blog-filter__label {
  color: #000000;
}

.footer .card__button div,
.footer .cards__card a,
.footer .blog-tags a,
.footer .news_listing__content a,
.footer .entry__summary a {
  color: #B69D74;
}

.footer a:hover .card__button div,
.footer a:focus .card__button div,
.footer .cards__card a:hover,
.footer .cards__card a:focus,
.footer .blog-tags a:hover,
.footer .blog-tags a:focus,
.footer .news_listing__content a:hover,
.footer .news_listing__content a:focus,
.footer .entry__summary a:hover,
.footer .entry__summary a:focus {
  color: #1F2839;
}

.footer a:active .card__button div,
.footer .cards__card a:active,
.footer .blog-tags a:active,
.footer .news_listing__content a:active,
.footer .entry__summary a:active {
  color: #6f7889;
}

.footer .entry__summary h1 {
  color: #000000;
}

.footer .card-heading,
.footer .entry__summary h2 {
  color: #000000;
}

.footer .card__title h3,
.news_listing__content h3,
.footer .entry__summary h3 {
  color: #000000;
}

.footer h3.form-title {
  color: #FFFFFF;
}

.footer .entry__summary h4 {
  color: #000000;
}

.footer .testimonial__module__author__text--author h5,
.footer .entry__summary h5 {
  color: #000000;
}

.footer .entry__summary h6 {
  color: #000000;
}

.footer__row--info {
  border-top: 27px solid #d3d3d3;
}

.footer__site-map__section h4 {
  font-family: Montserrat, sans-serif;
}

.footer .hs-menu-wrapper ul {
  margin: 1.5rem 0;
}

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 244, 246, 0.0)

;
  color: #B69D74;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(182, 157, 116, 0.0)

;
  color: #000000;
}

.footer__right {
  background-color: #f1f1f1;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.footer__copyright-bar {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
}

.footer__copyright-bar__secondary-links a:not(:last-of-type) {
  border-right: 1px solid #8a8a8a;
}

@media screen and (min-width: 768px) {
  .footer .hs-menu-wrapper a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__site-map__section ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 0;
  }

  .footer__site-map__section li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__site-map__section {
    padding-right: 25px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Tags */

.blog-tag {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

/* Blog Post */


  .blog-post__title {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
    font-size: 80px;
    letter-spacing: 0px;
    text-transform: none;
  }


.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #000000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
}

.hs-search-results__title:hover {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 26px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 20px;
  padding: 10px 10px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Icon */

body .icon svg {
  fill: #B69D74;
  width: 16px;
}

/* Social Follow */

.blog-post__social-sharing .social-links__icon,
body .social-links__icon {
  background-color: #ffffff;
}

.blog-post__social-sharing .social-links__icon svg,
body .social-links__icon svg {
  fill: #B69D74;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #B69D74;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg,
body .social-links__icon:active svg {
  fill: #ffffff;
}

/* Statistic */

body .statistic__circle {
  background-color: #ffffff;
}

body .statistic__bar,
body .statistic__fill {
  border-color: #B69D74;
}

body .statistic__info {
  color: #B69D74;
}

/* Testimonial slider */

body .tns-nav button {
  background-color: #ffffff;
}

body .tns-nav .tns-nav-active {
  background-color: #B69D74;
}

.testimonial__module {
  border-top-color: #B69D74 !important;
}

.testimonial__module__text:before {
  background-color: #B69D74 !important;
}

/* Card section */

.cards__card.card,
.card.pricing-card {
  border-top-color: #B69D74;
}

.card-section__wrapper .tns-nav .tns-nav-active {
  background-color: #B69D74 !important;
}

/* Latest posts */

.news_listing__featured_image-wrapper {
  border-bottom-color: #B69D74 !important;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #B69D74 !important;
}

/* Pricing card */

.card-body svg {
  fill: #000000;
}
.embed_container iframe {width: 100%; height: 100%;}
.lp-area .dnd_area_main_banner-row-0-background-image:before, .dnd_area_main_banner-row-4-background-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
}


.lp-area.set-hide-true .dnd_area_main_banner-row-0-background-image:before, .lp-area.set-hide-true .dnd_area_main_banner-row-4-background-image:before { 
  display:none;

}

.lp-area .dnd_area_main_banner-row-0-background-image, .dnd_area_main_banner-row-0-background-image>div, .dnd_area_main_banner-row-4-background-image, .dnd_area_main_banner-row-4-background-image>div
 {
    position: relative;
}
.vimeo-popup {
    display: block;
    background-size: cover;
    background-position: center top;
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
  padding-bottom: 56.25%;
}
.vimeo-popup svg {
    fill: #fff;
    display: block;
    height: auto;
    width: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  
}
.popup-form-button {
    text-align: center;
}
.form-click-btn {
    font-size: 16px;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 1px rgb(38 50 71);
    -moz-box-shadow: inset 0px 1px rgb(38,50,71);
    background-color: rgb(31,40,57);
    background-image: -webkit-linear-gradient(top, rgb(31,40,57), rgb(23,30,42));
    background-image: -moz-linear-gradient(top, rgb(31,40,57), rgb(23,30,42));
    border: 2px solid rgb(15,20,28);
    border-bottom: 8px solid rgb(15,20,28);
    border-radius: 8px;
    box-shadow: inset 0px 1px rgb(38 50 71);
    color: rgb(255,255,255);
    height: auto;
    padding: 5px 18px;
    position: relative;
    text-shadow: 0px -1px rgb(9 12 17);
    width: auto;
    line-height: 1.5em;
    box-shadow: 8px 8px #b69d74 !important;
}
.form-click-btn:active, .form-click-btn:focus {
    background-color: rgb(23,30,42);
    box-shadow: inset 0px 1px 10px rgb(0 0 0 / 50%);
    -webkit-box-shadow: inset 0px 1px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5);
    color: rgb(244,244,244);
    margin-top: 6px;
    border-bottom: 2px solid rgb(15,20,28);
    text-decoration: none;
}
.popupform-area {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    z-index: 999999999999999;
    transition: ease all .5s;
    overflow-y: scroll;
    transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
}
.allow-form {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 90%;
  position:relative;
}
.form-click-btn:hover { color: #fff; text-decoration: none; }
.openpopup-form .popupform-area{transform: translateY(0%);
  -webkit-transform: translateY(0%);}
.allow-form h3 { font-weight: bold; font-size: 20px; line-height: 120%; }

.form-popup-close:before, .form-popup-close:after {
    position: absolute;
    content: '';
    top: 48%;
    left: 50%;
    background: #fff;
    height: 2px;
    width: 60%;
    transform: translate(-50%) rotate(45deg);
  -webkit-transform: translate(-50%) rotate(45deg);
}
.form-popup-close {
    position: absolute;
    right: -10px;
    top: -13px;
    height: 30px;
    width: 30px;
    background: #B69D74;
    border-radius: 50%;
  cursor:pointer;
}
.form-popup-close:after {
    transform: translate(-50%) rotate(-45deg);
  -webkit-transform: translate(-50%) rotate(-45deg);
}
.allow-form .form-title {
    display: none;
}
.allow-form h3+.hs_cos_wrapper_type_form {
    margin-top: 25px !important;
    display: block;
} 
.aivilo-accordion .accordion-items-container .accordion-item .section-title .open-close {
    color: #B69D74;
}
/* width */
.popupform-area::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.popupform-area::-webkit-scrollbar-track {
  background: transaprent; 
}
 
/* Handle */
.popupform-area::-webkit-scrollbar-thumb {
  background: transaprent; 
}

/* Handle on hover */
.popupform-area::-webkit-scrollbar-thumb:hover {
  background: transaprent; 
}


.fullwidth { float: left; width: 100%; }
.wrapper { box-sizing: border-box; width: 100%; float: none !important; display: block; margin: 0 auto !important; max-width: 1130px; padding-right: 15px !important; padding-left: 15px !important; }
.row-fluid .flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }

.Firhero_sec .bg-video { overflow: hidden; position: fixed; z-index: -1; top: 0px; margin-top: 0px; width: 100%; height: 100%; }
.Firhero_sec { overflow: hidden;padding:30px 0px 40px; position: relative; }
.Firhero_sec:before{ content:''; position: absolute; top: 0; width: 100%; height: 100%; left: 0; background-color: rgba(31, 40, 57, 0.72); }
.Firhero_sec .main-heading { position: relative; text-align:center; }
.Firhero_sec .main-heading h1 { color:#fff; font-size:32px; }
.Firhero_sec .title-text { color: #fff; font-size: 24px; margin-top: 15px; line-height:1.3; }
.Firhero_sec iframe#tubular-player { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transform: scale(1.5); }
.Firhero_sec .main-heading .title-video { position: relative; overflow: hidden; padding-bottom: 42.25%; width: 100%; max-width: 75%; margin: 15px auto 0; }
.Firhero_sec .main-heading .title-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.out-btn { margin-top: 35px; }
.out-btn a { background-color: #B69D74; color: #fff; text-transform: uppercase; text-decoration: none; font-size: 30px; font-weight:600; max-width:500px; width:100%; display: inline-block; padding: 5px 20px 10px; line-height: 1.5; box-shadow: -10px 10px #1f2839;}
.out-btn a span { display:block; font-size:16px; }
/* .Firhero_sec .main-heading .out-btn a:before { content: ''; background-color: #1f2839; width: 100%; height: 100%; position: absolute; top: 10px; left: -10px; z-index: -1; background-color: white; }*/
.Firhero_sec .main-heading .mob-title { display:none; }
.Firhero_sec .main-heading .mob-title h1 span { background-color: rgb(255 235 0); color: #000; }
.Firhero_sec .main-heading .video-title { display:none; font-size: 18px; padding: 0; } 
.Firhero_sec .main-heading .mob-title-text { display:none; font-size:20px; color:#fff; }


.bm-line { position: relative; padding-bottom: 40px; margin-bottom: 10px; }
.bm-line:before { content: ''; position: absolute; width:40%; background-color:#2f2f2f; height:5px; bottom: 0; left: 50%; transform: translateX(-50%); }

.Event-sec { padding:40px 25px 0px; }
.Event-sec .card-info { position: relative; text-align: center; text-transform: uppercase; max-width: 500px; margin: 0 auto; padding: 20px 10px 40px; }
.Event-sec .card-info h2 { text-transform: uppercase; font-size: 70px; font-weight: 500; font-family: 'Bebas Neue', cursive; color: #1f2839; }
.Event-sec .card-info .date-text { font-size: 65px; font-family: 'Bebas Neue', cursive; -webkit-text-stroke-width: 1.5px; -webkit-text-stroke-color: #343c4c; color: transparent; }
.Event-sec .card-info:before { content: ''; position: absolute; width: 100%; height: 100%; background-color: #f2efec; transform: rotate(357deg); left: 0; top: 0; z-index: -1; }
.Event-sec .event-txt, .Event-sec .event-txt p { font-size: 32px; line-height: 1.3; text-align: center; color: #2f2f2f; }
.Event-sec .event-vid { text-align:center; }
.video-title { padding: 10px; font-size: 28px; background-color: rgb(255, 21, 0); color: #fff; line-height:1.3; }
.card-vid { padding-bottom: 56.25%; position: relative; width: 100%; }
.card-vid iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.Event-sec .mob-text {display:none; }
.Event-sec .mob-text strong { font-weight: 600; }
.Event-sec .mob-text p { font-size: 20px; text-align: center; font-weight: 400; }
.Event-sec .Mob-vid-title { display:none; background-color:rgb(255, 21, 0); font-size:18px; color:#fff;}


.friend_sec { padding-top: 30px; padding-bottom: 20px; }
.friend_sec .comun-title { font-family: 'Bebas Neue', cursive; font-size: 65px; text-transform: uppercase; text-align: center; color: #192336;}
.friend_sec .comun-title span { -webkit-text-stroke-width: 1.5px; -webkit-text-stroke-color: #192336; color: transparent; }
.friend_sec .fd-event-box { padding-top: 30px; }
.friend_sec .box.title h2 { text-transform: uppercase; font-family: 'Oswald', sans-serif; color: rgb(182, 157, 116); font-size: 72px; }
.friend_sec .box-inn { padding-top:4px; }
.friend_sec .box-inn .left-content { width:50%; padding-right:15px; }
.friend_sec .box-inn .right-img { width:50%; padding-left:15px; }
.friend_sec .left-content .step-txt ul { margin: 0; padding:0; }
.friend_sec .left-content .step-txt ul li { position: relative; list-style:none; margin:0; padding-left:36px; margin-bottom:12px; font-size:18px; font-weight:600; color:#2f2f2f; line-height:1.4; }
.friend_sec .left-content .step-txt ul li:before { content: ''; position: absolute; width: 10px; height: 16px; left: 0; top: 2px; border-right: 3px solid #2f2f2f; border-bottom: 3px solid #2f2f2f; transform: rotate(45deg); }
.friend_sec .right-img .images { margin-top:-50px; }


.spea_sec { padding-top:20px; }
.main-title { text-align:center; }
.main-title h2 { text-transform: uppercase; font-family: 'Bebas Neue', cursive; color: rgb(182, 157, 116); font-size: 120px; font-weight: 500; position: relative; display: inline-block; }
.main-title h2 span { display:inline-block; position: relative; }
.main-title h2 span:before { /*content: 'SPEAKERS'; */ position: absolute; right: 0; transform: rotate(-9deg); color: transparent; -webkit-text-stroke-width: 1.7px; -webkit-text-stroke-color: #2f2f2f; }
.spea_sec .wrapp { max-width:1170px; padding:0px 10px;margin:0 auto; }
.spea_sec .spea_rw { padding-top: 50px; justify-content: center; }
.spea_sec .spea_rw .spea_col { width:33.33%; padding:0px 25px 40px 25px; text-align:center; }
.spea_sec .spea_col .spea_info { margin-top: 30px; }
.spea_sec .spea_col .spea_info h3 { font-size:32px; font-family: 'Oswald', sans-serif; font-weight:700; color:#2f2f2f; margin:0; line-height:1.3; }
.sub-text, .sub-text p { font-size:18px; color:#2f2f2f; margin-top:0; line-height: 1.3; font-weight: 400;}
.bold-line { width: 100%; height: 14px; background-color: #b79e75; margin-bottom: 5px; margin-top: -10px; }
.spea_sec .spea_col .sub-text p strong { font-weight: 600; }
/* .spea_sec .spea_col .spea_img { width: 100%; min-height: 333px; background-color: rgb(0 0 0 / 50%); border-radius: 50%; position: relative; }
.spea_sec .spea_col .spea_img img { width: 100%; background: rgb(183 158 117); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 5px; } */

.agend_sec { padding-top:20px; }
.agend_sec .agend-rw { padding-top: 50px; }
.agend_sec .agend-inn { padding-bottom: 40px; }
.agend_sec .agend-col .days { font-size: 70px; font-family: 'Oswald', sans-serif; text-transform: uppercase; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #b69d74; color: transparent; padding-bottom:20px; text-align: center; font-weight: 500; }
.agend_sec .agend-col .left-img { width: 41.66666667%; padding-right: 30px; }
.agend_sec .agend-col .rig-info { width: 58.33333333%; padding: 0px 20px 20px; color:#2f2f2f; }
.rig-info h3 { font-size: 32px; font-weight: 700; color: #2f2f2f; font-family: 'Oswald', sans-serif; margin:0; line-height:1.3; text-transform: uppercase; }
.agend_sec .rig-info .title-text { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 400; line-height: 1.3; color: #2f2f2f; text-transform: uppercase; }
.agend_sec .rig-info .sub-text { margin-top:20px; }
.agend_sec .agend-img { padding-bottom: 40px; }



.tick_sec { padding-top: 20px; padding-bottom:40px;}
.tick_sec .main-title { padding-bottom:20px; }
.tick_sec .title-text { color: #192336; font-size: 24px; margin: 10px 0px; font-weight: 400; }
.tick_sec .tick-box { text-align: center; background-color: #fff; padding: 20px 25px 30px; max-width:702px; width: 100%; box-shadow: 0 2px 5px 2px rgb(0 0 0 / 40%); margin: 0 auto; }
.tick_sec .tick-box .vip-text { margin-bottom:30px; }
/* .tick_sec .tick-box .vip-text { background: #b69d74; border: 1px solid #757371; padding: 20px; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: 400; margin-bottom:30px;}
.tick_sec .tick-box .vip-text span { display: block; font-weight: 500; font-size: 54px; line-height: 1.2; font-family: 'Bebas Neue', cursive; margin-top: 5px; } */
.tick_sec .tick-info { font-size: 18px; color: #2f2f2f; line-height: 1.4; font-weight: 400; margin-bottom:25px; }
.tick_sec .tick-info .tick-value { font-weight:600; }
/* .tick_sec .total-value { background-color: #192336; color: #fff; padding: 10px; font-weight: 400; font-size: 24px; line-height: 1.4; } */
.tick_sec .amount { font-weight: 600; font-size: 40px; position: relative; display:inline-block }
.amount.true:before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 4px; background-color: #e43b2c; transform: rotate(-6deg) translateY(-50%); }
.tick_sec .tick-box .package { margin-top: 30px;  }
.tick_sec .package h2 { font-family: 'Bebas Neue', cursive; color: #192336; font-weight: 400; font-size: 89px; line-height: 1; margin: 0; }
.tick_sec .pag-text { font-family: 'Bebas Neue', cursive; font-size: 60px; padding: 0px; max-width: 550px; margin: 0 auto; }
.tick_sec .pag-amount { font-family: 'Bebas Neue', cursive; font-size: 120px; position: relative; display: inline-block; padding: 40px 0px; margin-top: -11px; margin-bottom: 50px; max-width: 500px; width: 100%; }
.tick_sec .pag-amount:before { content: ''; position: absolute; background-image: url(https://4892773.fs1.hubspotusercontent-na1.net/hubfs/4892773/Group-298-2.png); width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-repeat: no-repeat; }
.tick_sec .tick-box .out-btn.mob-btn { display: none; }



.guar_sec { padding-top: 60px; padding-bottom:100px;}
.guar_sec .left-img { width: 33.33%; padding-right: 25px; }
.guar_sec .rig-info { width: 66.66%; padding-left: 25px; padding-top:15px; }
.guar_sec .rig-info .sub-text { margin-top: 15px; }
.guar_sec .rig-info .sub-text p { margin-bottom:22px; }


.your_sec { padding-top:40px; padding-bottom:20px; }
.your_sec .main-title h2:before { right:30px; }
.your_sec .you_tit { font-size: 32px; text-transform: uppercase; }
.your_sec .card-vid { margin-top:30px; }
.your_sec .your-inn { padding-top: 95px; }
.your_sec .your-info { width: 80%; margin: 0 auto; padding:20px 0px;}
.your_sec .your-info .your-left { width: 25%; padding-right: 20px; padding-left: 20px; }
.your_sec .your-info .your-rigt { width: 75%; padding: 0px 20px; }
.your_sec .your-rigt.rig-info h3 { text-transform: capitalize; }
.your-text { padding-top:15px; }
.your-text , .your-text p { font-weight: 400; font-size: 23px; line-height: normal; margin: 0; }
.your_sec .your-inn.bm-line { padding-bottom: 20px; }


.about_sec { padding-top:40px; }
.about_sec .about-inn { width: 90%; margin: 0 auto; padding: 20px 10px; }
.about_sec .about-left { width: 41.66666667%; padding-right: 25px; }
.about_sec .about-rigt { width: 58.33333333%; padding-left:25px; }
.about_sec .about-rigt .about-info span { display: block; }
.about_sec .about-info { margin-top: 35px; }
.about_sec .about-info:first-child, .about_sec .about-left .img:first-child { margin-top:0; }
.about_sec .about-left .img { margin-top: 30px;}
.about_sec.Mob_ab { display: none; }

.faq_sec { padding-top:20px; padding-bottom:20px; }
.faq_sec .main-title h2 { font-size:95px; }
.faq_sec .main-title h2 span { position: absolute; right: 0; transform: rotate(-9deg); color: transparent; -webkit-text-stroke-width: 1.7px; -webkit-text-stroke-color: #2f2f2f; }
.faq_sec .faq-inn { width: 80%; margin: 0 auto; }
.faq_sec .faq-info { width: 50%; text-align: center; padding: 0px 15px; margin-top:15px; }
.faq_sec .faq-inn { width: 80%; margin: 0 auto; padding-top: 40px; }
.faq_sec .faq-info h3 { font-size: 24px; font-weight: 600; font-family: 'Oswald', sans-serif; color: #2f2f2f; margin:0; }
.faq_sec .faq-info .text, .faq_sec .faq-info .text p { font-weight: 400; margin: 15px 0px; line-height:normal; }
.faq_sec .faq-info:last-child { width: 100%; }
.faq_sec .faq-img { width: 80%; margin: 0 auto; }
.faq_sec .faq-img .image { width: 33.33%; padding: 20px 15px 0px; }
.faq_sec .faq-img .image img { margin-bottom:15px; }

.thi_ab_sec { padding-top: 40px; padding-bottom: 40px; background-color: #2e2e2e; text-align: center; }
.thi_ab_sec .title { padding: 0px 25px; } 
.thi_ab_sec .title h2 { color:#fff; }
.thi_ab_sec .title h2 { color: #fff; font-family: 'Oswald', sans-serif; font-size: 50px; line-height: 1.3; margin: 0; }
.thi_ab_sec .title .text p{ color:#fff; font-size: 18px; font-weight: 400; }

.spot_sec { padding: 20px 0px; background-color: #fff; position: fixed; bottom: 0; width: 100%; }
.spot_sec .spot-text { font-size: 24px; font-family: 'Oswald', sans-serif; font-weight: 600; width: 64%; background-color: rgb(255, 227, 0); text-align: center; line-height: 1.3; margin-right:5%; padding: 10px; }
.spot_sec .spot-text span { font-weight: 400; text-decoration: line-through; }
.spot_sec .spot-btn { width:31%; margin-top:0;}
.spot_sec .spot-btn a { font-size: 20px; padding: 5px 30px 10px; width: 100%; text-align: center; box-shadow: -7px 7px #1f2839; }

.fit-biz { padding-bottom:91px; }


/* #hs_cos_wrapper_widget_1651688796141 input[type="submit"]:hover { color: rgba(0, 0, 0,1.0)  !important; background: rgba(255, 255, 255,1.0)  !important; border-color: #B69D74  !important; } */
#hs_cos_wrapper_widget_1651688796141 input[type="submit"]:hover { animation: wiggle 1s ease-in-out infinite; }
a.cd-aio-popup-button { animation: wiggle 1s ease-in-out infinite; }

@keyframes wiggle {
  0% {transform: rotate(2deg);}
  25% {transform: rotate(-1deg);}
  50% {transform: rotate(1.2deg);}
  75% {transform: rotate(-1.4deg);}
  100% {transform: rotate(2deg);}
}



@media (max-width:1250px){ 

  .Firhero_sec .main-heading { padding:0px 20px;}
  
  .friend_sec .comun-title { font-size:57px; }
  .friend_sec .fd-event-box { padding:30px 25px 0px; }
  
  .your_sec { padding-left:25px; padding-right:25px; }
  
  .main-title h2 { font-size:100px; }
}

@media (max-width:770px){
  
  .Firhero_sec { background-color:#1f2839; }
  .Firhero_sec .main-heading { padding:0; }
  .Firhero_sec .main-heading .title h1 { display:none; }
  .Firhero_sec .main-heading .mob-title { display:block; }
  .Firhero_sec .main-heading .mob-title h1 { font-size:50px; }
  .Firhero_sec .main-heading .title-video { max-width:100%; padding-bottom:56.24%; margin-top:0; }
  .Firhero_sec .main-heading .video-title { display:block; margin-top:30px;} 
  .Firhero_sec .main-heading .mob-title-text { display:block; }
  .Firhero_sec .title-text { display:none; }
  .main-title h2 span:before { transform:rotate(-5deg); }
  
  
  .Event-sec { padding:40px 0px 0px; }
  .Event-sec .event-txt { display:none; }
  .Event-sec .mob-text { display:block; }
  .Event-sec .bm-line:before { display:none; }
  .event-vid.bm-line:before { display:block; }
  .Event-sec .video-title { display:none; }
  .Event-sec .Mob-vid-title { display: block; }
    
  
  .friend_sec .comun-title { font-size: 70px; }
  .friend_sec .box.title h2 { font-size:50px; text-align:center; }
  .friend_sec .box-inn .left-content { width:100%; padding-right:0; padding-left:10px; order:2; margin-top: 25px; }
  .friend_sec .fd-event-box { padding:30px 0px 0px; }
  .friend_sec .box-inn .right-img { width:100%; padding-left:0; padding-left:0; }
  .friend_sec .right-img .images { margin-top:0; }
  
  
  .spea_sec .spea_rw .spea_col { width:100%; padding:0px 5px 30px 5px; }
  .spea_sec .main-title h2:before { bottom: 20px; left: 50%; transform: rotate(-6deg) translateX(-50%); }
  .spea_sec .spea_rw { padding-top:30px; }
  .spea_sec.tba_sec .spea_rw { padding-top:0; }
  
  .agend_sec .agend-col .left-img { width:100%; padding:0; }
  .agend_sec .agend-col .rig-info { width:100%; text-align:center; padding:0px ; }
  .agend_sec .rig-info .title-text { font-size:20px; }
  .agend_sec .agend-inn { padding-bottom:20px; }
  .agend_sec .agend-img { padding-bottom:20px; }
  
  .tick_sec .tick-box { max-width:100%; }
  .tick_sec .tick-box .out-btn { display:none; }
  .tick_sec .tick-box .out-btn.mob-btn { display: block; }
  
  .guar_sec { padding:30px 0px; }
  .guar_sec .left-img { width:100%; padding:0;}
  .guar_sec .rig-info { width:100%; padding:0; text-align:center; }
  
  .your_sec .you_tit { font-size:22px; }
  .your_sec { padding-left:0px; padding-right:0px; }
  .your_sec .your-info { width:100%; text-align:center; }
  .your_sec .your-info .your-left { width:100%; padding:0; }
  .your_sec .your-info .your-rigt { width:100%; padding:20px 0px 0px; }
  .your-text, .your-text p { font-size:18px; }
  
  .about_sec { display:none; }
  .about_sec.Mob_ab { display: block; }
  .about_sec.Mob_ab .about-inn { width:100%; padding:20px 0px; text-align:center; }
  .about_sec .about-left { width:100%; order:2; padding:0; }
  .about_sec .about-info h3 {  padding-top:15px; }
  .about_sec .about-rigt { width:100%; padding-bottom:10px; padding-left:0; }
  .about_sec .about-rigt.your-text, .your-text p { margin-bottom:18px; }
  
  
  .faq_sec .faq-inn { width:100%; padding-top:20px; }
  .faq_sec .faq-info { width:100%; }
  .faq_sec .faq-img { width:100%; }
  .faq_sec .faq-img .image { width:100%; padding:0; }
  .faq_sec .faq-img .image img { margin-bottom:20px; width:100%; }
 
  
  .thi_ab_sec .title { padding:0; }
  
  .spot_sec .spot-text { width:100%; margin:0; }
  .spot_sec .spot-btn { width:100%; margin-top:20px; }
  .spot_sec .spot-btn a { max-width:100%; }
  
  .fit-biz { padding-bottom: 158px; }
}


@media (max-width:600px){

  .Firhero_sec .main-heading .mob-title h1 { font-size:25px; }
  .out-btn a { padding:5px 15px 10px; font-size:20px; } 
  .out-btn a span { font-size:12px; } 
  
  .Event-sec .card-info h2 { font-size:50px; }
  .Event-sec .card-info .date-text { font-size:40px; }
  .Event-sec .card-info { max-width:20px 10px 25px; max-width:350px; }
  
  .friend_sec .comun-title { font-size: 36.8px; }
  .main-title h2 { font-size: 63px; }
  
  .tick_sec {  padding-bottom:20px; }
  
 
  .spot_sec .spot-btn a {  padding:5px 15px 10px; }
}