*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper ,
  .dnd-section > .row-fluid {
    margin: 0 auto;
  }

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.Banner-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
    padding: 0 !important;
}
.content-wrapper ,
.dnd-section > .row-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Anton";
  src: url("https://fonts.gstatic.com/s/anton/v23/1Ptgg87LROyAm3Kz-C8.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Lato";
  src: url("https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Lato";
  src: url(https://5973879.fs1.hubspotusercontent-na1.net/hubfs/5973879/raw_assets/public/Hampton_Downs_May2022/fonts/61eea6b414cd9293bc51a0a2_lato.semibold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face { font-family: "Oswald";
  src: url("https://fonts.gstatic.com/s/oswald/v48/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZQ.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "webflow-icons"; src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype"); font-style: normal; font-weight: normal; }

@font-face { font-family: "Roboto";
  src: url("https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { font-family: "Roboto"; 
  src: url("https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal; 
  font-weight: 500; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Roboto"; 
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal; 
  font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal; 
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Roboto"; 
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal; 
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face {
  font-family: "Alfa Slab One"; 
  src: url("https://fonts.gstatic.com/s/alfaslabone/v17/6NUQ8FmMKwSEKjnm5-4v-4Jh2dJhew.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


body {
  line-height: 20px;
}
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* 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 {
  margin: 0px 0 20px;
  line-height: 1.2;
}

/* 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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  font-family: Lato;
  display: block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  height: auto;
  padding-top: 11px;
  padding-right: 15px;
  padding-bottom: 11px;
  padding-left: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  width: 100%;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg, 
label.hs-main-font-element {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  padding-right: 70px;
  padding-left: 70px;
  margin-bottom: 24px;
  border-color: #cf1f25;
  display: inline-bblock;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 70px;
  background-color: #cf1f25;
  font-family: Oswald;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  min-height:104px;
}
header.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body-wrapper {
  overflow-x: hidden;
}
.nav-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 100%;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.navbar-2{
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background: #dddddd;
  z-index: 1000;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar-2:before{
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.nav_wrap{
  position:relative;
}
.nav-container{
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}


.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header-logo a{
  width: 175px!important;
  margin-right: 64px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.header-logo a>img{
  display: inline-block;
  max-width: 100%!important;
  vertical-align: middle;
}

.custom-menu-wrapper{
  transform: translateY(0px) translateX(0px);
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: right;

}
.custom-menu-wrapper span>div{
  height:100%;
}
.custom-menu-wrapper .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style:none;
  padding:0;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li{
  height:100%;
  position: relative;

}


.custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 35px 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a:after,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>a:after,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>a:after{
  content: "\e603";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; 
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:last-child>img
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:first-child>img {
  margin-bottom: 16px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;

}

[class^="w-icon-"], [class*=" w-icon-"] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.menu-button-2{
  display:none;
}
.w-nav-overlay{
  display:none;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay:after {
  clear: both;
}

.w-nav-overlay:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.nav-menu{
  transform: translateY(0px) translateX(0px);
  transition: transform 400ms ease 0s; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.w-nav-overlay .n_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 89vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.w-nav-overlay .n_wrap .nav-links{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 20px 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;


}
.w-nav-overlay .n_wrap .nav-links span{
  width:100%;
}
.w-nav-overlay .n_wrap .nav-links span ul{
  list-style: none;
  padding: 0;
  margin:0;
}


.header-hide .nav-holder{
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;

}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>a:hover{
  background-color: #cf1f25;
}
.custom-menu-wrapper .experiences {
  margin-right: 10px;
}
.custom-menu-wrapper .events {
  margin-right: 10px;
}
.custom-menu-wrapper .group_bookings {
  margin-right: 10px;
}
.nav-menu {
  display:none;
}
.mobile-menu-open .nav-menu{
  display:block;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul {
  display: block;
  min-width: 580px;
  position: absolute;
  position: absolute;
  min-width: 580px;
  margin-right: 0px;
  margin-left: 0px;
  left: 0%;
  top: 101%;
  right: 0%;
  bottom: auto;
  width: auto;
  visibility: hidden;
  opacity: 0;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li {
  display: inline-block;
  width: 50%;
  position: relative;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu {
  display: flex;
  flex-wrap: nowrap;
  background-color: #333;
  padding: 20px;
  justify-content: space-between;
  padding-bottom: 55px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:first-child {
  padding-right: 12px;
  padding-left: 4px;
  padding-top: 4px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:last-child {
  padding-left: 12px;
  padding-right: 4px;
  padding-top: 4px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>ul>.mega-menu>li>a {
  position: absolute;
  left: 14px;
  top: -36px;
  right: auto;
  bottom: 4%;
  display: flex;
  align-items: center;
  font-family: 'Alfa Slab One', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>a,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>a {
  margin-right: 0;
  padding: 15px 35px 15px 10px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li>a:hover {
  background: initial;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:first-child>a>img,
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:last-child>a>img {
  margin-right: 8px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li:last-child>a {
  left: 22px;
  top: -34px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li>ul {
  position: relative;
  top: 16px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>.mega-menu>li>ul>li.hs-menu-depth-3>a {
  display: inline-block;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  min-width: 1621px;
  left: -208px;
  right: auto;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
  width: 1617px;
  left: -206px;
  right: auto;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3),
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6){
  position: inherit;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu {
  padding: 24px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li>a>.mega-menu-img,
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu>li>a>.mega-menu-img {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 5%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 23px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li>a>.mega-menu-img{
  padding-bottom: 0;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu>li>img {
  width: 100%;
  height: 209px;
  margin-bottom: 24px;
  object-fit: cover;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li>img {
  width: 100%;
  height: 209px;
  object-fit: cover;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu>li:first-child {
  padding: 0;
  margin-right: 24px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu>li:nth-child(2) {
  padding: 0;
  margin-right: 24px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul>.mega-menu>li:last-child {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 24px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu {
  padding: 24px;
  padding-left: 34px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li {
  display: inline-block;
  width: 287px;
  padding:0;
  position: relative;
}

body.header-show .nav-holder {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

@media screen and (min-width: 1280px){
  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

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

  .custom-menu-wrapper .experiences {
    margin-right: 20px;
  }
  .custom-menu-wrapper .events {
    margin-right: 10px;
  }
  .custom-menu-wrapper .group_bookings {
    margin-right: 20px;
  }

  .custom-menu-wrapper .go_karts>a,.custom-menu-wrapper .track_days>a,.custom-menu-wrapper .gift_vouchers>a,.custom-menu-wrapper .academy>a,.custom-menu-wrapper .gt_membership>a,.custom-menu-wrapper .contact_us>a {
    margin-right: 10px;
  } 

}
@media(max-width: 1600px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 1403px;
    left: -118px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    width: 1404px;
    left: -118px
  }
}
@media(max-width: 1440px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 1208px;
    left: -38px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    width: 1211px;
    left: -40px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li:last-child {
    width: 221px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu {
    padding: 24px 24px 40px 34px;
  }
}
@media (max-width: 1300px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 1090px;
    left: -20px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    width: 1091px;
    left: -20px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li:last-child {
    width: 244px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li:nth-child(3),
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li:last-child {
    margin: 0;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul>.mega-menu>li {
    margin-right: 20px;
  }
}
@media(max-width: 1232px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
    margin-right: 0;
  }
} 
@media(max-width: 1200px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 1004px;
    left: -34px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    width: 1008px;
    left: -37px;
  }
}
@media (max-width: 1172px){
  .custom-menu-wrapper .events, 
  .custom-menu-wrapper .experiences,
  .custom-menu-wrapper .group_bookings {
    margin-right: 0;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a{
    font-size:14px;
  }
} 
@media (max-width: 1162px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a {
    margin-right: 0;
    padding: 15px 35px 15px 10px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a{
    padding: 15px 5px;
  }
  .header-logo a {
    margin-right: 34px;
  }
} 
@media(max-width: 1002px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a {
    margin-right: 0;
    padding: 15px 25px 15px 10px;
  }
} 
@media(max-width: 1024px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(3)>ul {
    min-width: 798px;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    width: 832px;
  }
}
@media screen and (max-width: 991px){
  .nav-container {
    position: relative;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-links .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }
  .nav-links .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
  }
  .menu-button-2 {
    display: block;
    position: relative;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 18px;
  }
  .icon-2 {
    text-align: center;
  }
  .custom-menu-wrapper{
    display: none;
  }
  .nav-link-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu {
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0d0d0d;
    position: absolute;
    width:100%;
  }
  .w-nav-overlay ul .go_karts a, .w-nav-overlay ul .track_days a, .w-nav-overlay ul .gift_vouchers a, .w-nav-overlay ul .academy a,.w-nav-overlay ul .gt_membership a,.w-nav-overlay ul .contact_us a{
    height: auto;
    margin-right: 0px;
    margin-bottom: 24px;
    padding: 0px 24px 0px 16px;
    background-color: transparent;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    display:inline-block;

  }
  .w-nav-overlay ul .experiences,.w-nav-overlay ul .events,.w-nav-overlay ul .group_bookings {
    display: block;
    margin-bottom: 24px;
    padding: 0px 0px 0px 16px;
    font-size: 16px;
  }
  .w-nav-overlay ul .experiences a,.w-nav-overlay ul .events a,.w-nav-overlay ul .group_bookings a{
    opacity: 1;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .w-icon-nav-menu{
    position:relative;
  }
  .menu-button-2 img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
  }
  .mobile-menu-open .navbar-2{
    background-color: rgb(0, 0, 0);
  }
  .mobile-menu-open .w-icon-nav-menu:before{
    opacity:0;
  }
  .mobile-menu-open .menu-button-2 img{
    opacity:1;
  }

  .bottom-wrapper span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    opacity: 1;
  }
  .bottom-wrapper span a{
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
  }
  .bottom-wrapper span a:last-child{
    display:none;
  }
  .mobile-menu-open .w-nav-overlay {
    height: calc(100vh - 104px);
    display: block;
    overflow: auto;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
  .header-logo a {
    width: 215px!important;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px){
  .w-nav-overlay ul .experiences a,.w-nav-overlay ul .events a,.w-nav-overlay ul .group_bookings a {
    font-size: 24px;
    line-height: 35px;
  }
  .header-logo a {
    width: 180px!important;
    margin-right: 0;
  }
  .header {
    min-height: 90px;
  }
  .mobile-menu-open .w-nav-overlay {
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 479px){
  .header-logo a {
    width: 125px!important;
    margin-right: 0;
  }
  .header {
    min-height: 92px;
  }
  .mobile-menu-open .w-nav-overlay {
    height: calc(100vh - 92px);
  }
}
footer.footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #0d0d0d;
}

.footer_container {
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.footer_tittle a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  max-width: 100%;
}

.footer_tittle a h4 {
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 0px;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact_inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  max-width: 100%;
}

.contact_inner a img {
  margin-top: 5px;
  margin-right: 16px;
}

.contact_inner img {
  display: inline-block;
  max-width: 100%;
}
.contact_inner div {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.copyright {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.social_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.open_hours {
  max-width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.open_hours div {
  display:block;
  margin-bottom: 16px;
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.footer_link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_link ul li a {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 0px;
  color: #fff;
}

.footer_link {
  max-width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_link_2 {
  max-width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_link_2 ul li a {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 0px;
  color: rgb(255, 255, 255);
}

.footer_link_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.map_wrapper {
  position: relative;
  width: 319px;
  height: 113px;
  border-radius: 4px;
}

.map_wrapper img {
  width: 100% !important;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  max-width: 100%;
}
.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo_1 a {
  margin-right: 16px;
  width: 92px;
  max-width: 100%;
  display: inline-block;
}

.logo_1 img {
  display: inline-block;
  max-width: 100%;
}
.logo_2 a {
  width: 68px;
  max-width: 100%;
  display: inline-block;
}

.logo_2 img {
  display: inline-block;
  max-width: 100%;
}

.social_links span {
  width: 38px;
  display: inline-block;
}
.footer_container {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_link div a {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}


.map_wrapper a {
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #cf1f25;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 16px;
  z-index: 3;
  display: block;
  color: #fff;
}
.logo_1 img,.logo_2 img {
  vertical-align: bottom;
}
.mobile_map {
  display: none;
}


.map_wrapper a:hover {
  color: #fff;
}





























@media screen and (min-width: 1440px){
  .footer_container {
    padding-right: 0px;
    padding-left: 0px;
  }

}
@media screen and (max-width: 991px){
  .footer_tittle a {
    width: 240px;
  }

  .footer_content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact {
    margin-right: 0;
  }

  .open_hours {
    justify-self: end;
    margin-right: 0px;
  }

  .footer_link, .footer_link_2 {
    margin-right: 0px;
  }

  .footer_link_2 {
    justify-self: end;
  }
  .footer_logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer_link div {
    margin-bottom: 16px;
  }



}

@media screen and (max-width: 767px){
  .map_wrapper {
    display: none;
  }

  footer.footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .open_hours {
    display: none;
  }

  .footer_link {
    max-width: none;
    padding-bottom: 0px;
    padding-top: 24px;
  }

  .footer_content {
    display: block;
  }

  .footer_link ul li a {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .footer_link ul li:last-child> a {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .footer_link div {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .footer_link_2 {
    display: none;
  }

  .social_links .youtube img {
    width: 24px !important;
  }

  .contact_inner a img {
    margin-top: 0px;
    margin-right: 18px;
  }
  .mobile_map_inner {
    position: relative;
    width: 319px;
    height: 113px;
    border-radius: 4px;
    display: block;
    margin-bottom: 24px;
  }

  .mobile_map_inner img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mobile_map_inner a {
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #cf1f25;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 16px;
    z-index: 3;
    display: block;
    color: #fff;
  }
  .mobile_map {
    display: block;
  }
  .footer_tittle a h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px){
  .footer_link div {
    margin-bottom: -2px;
  }

  .mobile_map_inner {
    width: auto;
  }



}
@media(max-width:767px){
   .blog-banner {
    background-image: url(https://5973879.fs1.hubspotusercontent-na1.net/hubfs/5973879/raw_assets/public/Hampton_Downs_May2022/images/mobile-image.png) !important;
  }
}