*, *: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 {
  margin: 0 auto;
 
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: font-icons; 
  src: url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/LoveTaupo_August2021/fonts/font-icons.eot") format("embedded-opentype"), 
    url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/font-icons.woff2") format("woff2"),
      url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/font-icons.woff") format("woff"), 
        url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/font-icons.ttf") format("truetype"); 
          font-style: normal;
          font-weight: 400;
          }

@font-face { 
  font-family: SuisseIntl; 
  src: url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/LoveTaupo_August2021/fonts/Font.eot") format("embedded-opentype"), 
    url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/Font.woff2") format("woff2"),
      url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/Font.woff") format("woff"),
        url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/Font.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 700;
          }

@font-face { 
  font-family: SuisseIntl; 
  src: url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/LoveTaupo_August2021/fonts/SuisseIntl-Regular.eot") format("embedded-opentype"), 
    url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/SuisseIntl-Regular.woff2") format("woff2"),
      url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/SuisseIntl-Regular.woff") format("woff"),
        url("https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/fonts/SuisseIntl-Regular.ttf.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 400;
          }

body {
  line-height: 1.54545;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;

}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1
{
  font-size: 28px;
  line-height: 1.16667;
}

h2
{
  font-size: 24px;
  line-height: 1.17647;
}

h3{
  font-size: 20px;
  line-height: 1.21429; 
}

h4{
  font-size: 14px;
  line-height: 1.22222;
}

h5
{
  line-height: 1.15;
}

h6
{
  line-height: 1.15;
}
/* 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;
}
.dnd-section>.row-fluid, .content-wrapper {
  padding: 0 10px;
}
@media (min-width: 48em){
  .dnd-section>.row-fluid, .content-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 64.0625em){
  .dnd-section>.row-fluid, .content-wrapper {
    padding: 0 40px;
  }
  .no-banner .header-wrap {
    min-height: 185px;
  }
  .no-banner .header-wrap {
    min-height: 185px;
    background-color: #000;
  }
}


@media(max-width:1024px){
  .no-banner .header-wrap {
    min-height:46px;
  }
}
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: 1.4rem;
}

/* Labels */

form label {
  margin-bottom: .35rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.27273;
  display: inline;
}
@media (min-width: 64.0625em){
  form label {
    font-size: 18px;
  }
}
@media (min-width: 87.5em){
  form label {
    font-size: 22px;
  }
}

/* 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 {
  background-color: #FFF;
  border-radius: 3px;
  display: inline-block;
  width: 100% !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  padding: .65em;
  border: 1px solid #d0d0d0;
  font-family: sans-serif;
}

form fieldset {
  max-width: 100% !important;
}
@media (min-width: 64.0625em){
  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 {
    font-size: 16px;
  }
}
/* 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 , ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  margin-top: .35rem;
  font-size: 16px;
  line-height: 1.1;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal !important;
  font-family: sans-serif;
  text-decoration: none;
  vertical-align: middle;
  transition: all .25s ease-in-out;
  font-weight: 700;
  line-height: 1.22222;
  margin: 10px 0;
  font-size: 14px;
}
@media (min-width: 64.0625em){
  form input[type=submit], form .hs-button {
    font-size: 18px;
  }
}
.hs-search-module .hs-input {
  margin-bottom: 18px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-error-msgs li label {
  font-family: SuisseIntl,Arial,Helvetica,sans-serif;
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
}
.hs-error-msgs {
  padding-left: 0!important;
}

.hs-error-msgs li label {
    font-size: 15px;
}
/* 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-wrapper {
  transition: all .25s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
}

.header_group {
  transition: all .25s ease-in-out;
  position: relative;
  z-index: 2;
  height: 46px;
  background-color: #fff;

}

.c-header__logo {
  transition: all .25s ease-in-out;
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  display: block;
  font-size: 30px;
  color: #000;
  transform: translate(-50%,-50%);
  z-index: 3;
  display: block;
}

.c-header__nav {
  position: absolute;
  left: 73px;
  top: 16px;
  display: none!important;
  visibility: hidden;
}


.c-header__nav .hs-menu-wrapper >  ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-header__nav .hs-menu-wrapper > ul > li {
  display: inline;
}

.c-header__nav .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.54545;
  display: inline-block;
  color: #fff;
  padding: 10px;
  text-shadow: 0 0 5px #000;
  position: relative;


}
.c-header__nav .hs-menu-wrapper>ul>li.lang-open>a {
  text-shadow: none;
}

.animate .header_group {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 40%) 0 1px 15px;
}

.animate .c-header__nav .hs-menu-wrapper>ul>li>a, 
.animate .c-header__button,
.animate .c-header__logo a, 
.animate .c-header__button--phone-text, .animate .c-header__button-icon {
  color: #000;
}


.animate .c-header__nav .hs-menu-wrapper>ul>li:hover>a, .animate .c-header__button , .animate .c-header__logo a:hover , .animate .c-header__button:hover{
  color: #000;
}

.animate .c-header__nav .hs-menu-wrapper>ul>li>a {
  text-shadow: none;
}





.menu-open .c-header__nav .hs-menu-wrapper>ul>li>a , .menu-open .c-header__nav .hs-menu-wrapper>ul>li>a:hover {
  text-shadow: none;
  color: #000;
}

.c-header__buttons {
  display: block;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-header__nav .hs-menu-wrapper>ul>li {
  display: inline;
  margin-right: -1.3px;
}

.c-header__button {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  font-size: 20px;
  color: #000 !important;
  outline: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  border: 0;
  box-shadow: none;
  background-color: transparent !important;
  padding: 0 !important;
}


.c-header__button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

.c-header__button-icon {
  text-shadow: 0 0 5px #000;
}

.c-header__button-icon {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}

.c-header__button--phone-lg {
  display: none;
}




.iconf-phone:before {
  content: "\e926";
}


.iconf-search:before {
  content: "\e902";
}

.c-header__button--lg {
  display: none;
}

.iconf-weather:before {
  content: "\e903";
}

.iconf-webcam:before {
  content: "\e904";
}

.c-header__buttons > div {
  display: block;
  display: -ms-flexbox;
  display: flex;
}

.iconf-phone:before {
  content: "\e926";
}

.c-header__button:hover .c-header__button-icon {
  transform: translate(-50%,-50%) scale(1.4);
}



.phone-open .c-header__button.c-header__button--phone-lg {
  width: 270px;
  padding-left: 48px !important;
}

.phone-open .c-header__button--phone-text {
  text-shadow: 0 0 1px #000;
}

.phone-open .c-header__button.u-hidden--l {
  display: none;
}

.c-header__search {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  height: calc(0px + 0%);
  padding-top: 0px;
  transition: all .25s ease-in-out;
}

.search-open .c-header__search {
  height: calc(0px + 100%);
  padding-top: 46px;
}

.c-header__search-form {
  margin: 80px auto;
  width: 80%;
  max-width: 1000px;
  padding: 0;
}

.o-search__label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.27273;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}


.o-search__input-wrapper {
  position: relative;
  padding: 0 30px;
}

.o-search__input-wrapper [type="search"] {
  font-family: sans-serif;
  margin: 0;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21429;
  width: 100%;
  padding: 5px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
  outline: 0;
  text-align: center;
}


.o-search__btn {
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
}

.o-search__icon.iconf-search {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconf-search:before {
  content: "\e902";
}

.o-search__icon.iconf-search {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}



input[type="search"]::-webkit-search-cancel-button {
  display:none;
}

input[type="search"]{
  -webkit-appearance: none;  
  -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.c-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  height: calc(0px + 0%);
  padding-top: 0px;
  transition: all .25s ease-in-out;
}


.menu-open .c-menu {
  overflow: auto;
  height: calc(0px + 100%);
  padding-top: 46px;
}


.c-menu__wrapper {
  max-width: 1544px;
  padding: 0 10px;
  margin: 0 auto;
}



.c-menu__wrapper {
  max-width: 1600px;
}

.c-menu__tools {
  display: block;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding: 20px 0;
}


.c-menu__tools a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.22222;
  color: inherit;
  transition: all .25s ease-in-out;
  width: 50%;
  text-align: center;
}


.c-menu__tools a span {
  padding-right: .5em;
  font-size: 1.5em;
  vertical-align: middle;
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconf-weather:before {
  content: "\e903";
}

.iconf-webcam:before {
  content: "\e904";
}


.c-primary-nav {
  position: relative;
}

.c-primary-nav .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-primary-nav .hs-menu-wrapper > ul > li {
  border-bottom: 1px solid #ebebeb;
}



.c-primary-nav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21429;
  color: inherit;
  transition: all .25s ease-in-out;
  position: relative;
  display: block;
  padding: 10px 40px 10px 0;
}


.c-primary-nav .hs-menu-wrapper > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  padding-left: 10px;
}

.c-primary-nav .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.27273;
  color: inherit;
  transition: all .25s ease-in-out;
  position: relative;
  display: block;
  padding: 10px 40px 10px 0;
  text-decoration: none;
}



.c-primary-nav .hs-menu-wrapper > ul > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none !important;
}




.c-menu__secondary {
  position: relative;
}



.c-header__language ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  text-align: center;
  list-style: none;
  line-height: 1.15;
}




.c-header__language ul li {
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline;

}



.c-header__language ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  color: inherit;
  transition: all .25s ease-in-out;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}


.c-header__language ul li a {
  font-weight: 700;
}



.c-header__language ul li a:before {
  content: '';
  display: block;
  position: absolute;
  transition: all .25s ease-in-out;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}


.c-header__language {
  font-size: 0;
}

.c-secondary-nav {
  line-height: 1.15;
  padding-top: 20px;
  display: block;
}


.c-secondary-nav .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-secondary-nav .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.27273;
  color: inherit;
  transition: all .25s ease-in-out;
  position: relative;
  display: block;
  padding: 10px 40px 10px 0;
}


.c-secondary-nav .hs-menu-wrapper > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}




.c-menu__footer {
  display: none!important;
  visibility: hidden;
}


.c-follow-us .o-social__heading {
  color: #fff;
}

.c-follow-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-follow-us ul li {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
  line-height: 1.15;
  margin-left: 0px;
}

.c-follow-us ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  font-size: 36px;
  color: inherit;
  transition: transform .1s ease-out .1s;
  backface-visibility: hidden;
  cursor: pointer;
  text-decoration: none;
}

.c-follow-us ul li a:before, .c-follow-us ul li a:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.9);
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #000;
  border-color: #fff;
}



.c-follow-us ul li a:hover {
  transform: scale(0.94444);
}

.c-follow-us ul li a:hover:before {
  animation: sonarEffectInner 1.3s ease-out 75ms;
}

.c-follow-us ul li:last-child {
  margin-right: 0;
}

.c-menu__legal {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
}


.c-primary-nav .hs-menu-wrapper>ul>li.lang-open>ul {
  display: block;
}

.c-header__nav .hs-menu-wrapper>ul>li.lang-open > a {
  color: #00b3c4;
}
.menu-open .c-header__logo {
  display: none;
}

.c-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  display: none !important;
}
.c-header__nav .hs-menu-wrapper>ul>li.lang-open > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background: #00b3c4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.js-menu-toggle {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-open .js-menu-toggle {
  display: block;
}

.js-menu-toggle:before {
  content: "\e918";
}

.js-menu-toggle {
  display: none;
  position: absolute;
  left: -50px;
  top: 8px;
  padding: 5px;
  font-size: 24px;
  cursor: pointer;
}

.c-primary-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #00838f;
}

.c-primary-nav__child-icon {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  transition: transform .25s ease-in-out;
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-primary-nav__child-icon:before {
  content: "\e90d";
}





.c-primary-nav .hs-menu-wrapper>ul>li>ul>li.lang-open > a .c-primary-nav__child-icon {
  transform: translateY(-50%) rotate(
    90deg
  );
}


.c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li > a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.22222;
  color: inherit;
  transition: all .25s ease-in-out;
  display: block;
  padding: 5px 0;
}



.c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li > a:hover {
  color: #00838f;
}

.c-secondary-nav__parent-icon {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  transition: transform .25s ease-in-out;
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.c-secondary-nav__parent-icon:before {
  content: "\e90d";
}

.c-secondary-nav .hs-menu-wrapper>ul>li.child-open {
  padding-bottom: 10px;
}

.c-secondary-nav .hs-menu-wrapper>ul>li.child-open > ul {
  display: block;
}

.c-secondary-nav .hs-menu-wrapper>ul>li>ul > li > a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.22222;
  color: inherit;
  transition: all .25s ease-in-out;
  display: block;
  padding: 5px 0;
}


.c-secondary-nav .hs-menu-wrapper>ul>li.child-open > a .c-secondary-nav__parent-icon {
  transform: translateY(-50%) rotate(
    90deg
  );
}

.fixed-header .header.header-wrap:not(.animate) .header-wrapper {
  transform: translateY(-500%);
}


.search-open .c-header__nav .hs-menu-wrapper>ul>li>a, .search-open .c-header__button, .search-open .c-header__logo a, .search-open .c-header__button--phone-text, .search-open .c-header__button-icon {
  color: #000;
  text-shadow: none;
}

.search-open .c-header__nav .hs-menu-wrapper>ul>li>a:hover, .search-open .c-header__button:hover, .search-open .c-header__logo a:hover, .search-open .c-header__button--phone-text, .search-open .c-header__button-icon {
  color: #000;
}



.c-primary-nav .hs-menu-wrapper>ul>li>ul>li.child-open > a .c-primary-nav__child-icon {
  transform: translateY(-50%) rotate(
    90deg
  );
}

.u-visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
}
.search-open .js-menu-toggle {
  display: block;
}

.fixed-header.search-open .animate .header-wrapper {
  transform: none;
}


.search-open .c-header__logo {
  display: none;
}
.fixed-header.search-open .header-wrapper {
  transform: none;
}

.search-open .header_group {
  box-shadow: none;
}
.menu-open.menu-scrolled .header_group {
  opacity: 0;
  visibility: hidden;
}
.c-primary-nav .hs-menu-wrapper>ul>li>ul>li.child-open>a {
  color: rgba(0,131,143,1.0);
}
@media (min-width: 48em){
  .c-header__buttons {
    right: 10px;
  }

  .c-header__buttons {
    right: 30px;
  }
  .c-menu__wrapper {
    padding: 0 20px;
  }

}
@media (min-width: 64.0625em){
  .c-secondary-nav .hs-menu-wrapper > ul > li:hover > a , .c-header__language ul li:hover a {
    color: #fff;
    opacity: .7;
  }
  .fixed-header .c-header__logo {
    font-size: 50px;
  }
  .c-secondary-nav__parent-icon {
    left: 0;
    right: auto;
  }
  .o-search__input-wrapper [type="search"] {
    font-size: 28px;
  }

  .c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li > a {
    font-size: 18px;
  }

  .c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li > a {
    padding: 10px 0;
  }
  .c-primary-nav .hs-menu-wrapper > ul > li > ul > li > ul {
    padding-left: 30px;
  }

  .c-menu__tools {
    display: none;
  }
  .c-menu__tools a {
    font-size: 18px;
  }

  .c-menu__wrapper {
    padding: 0 40px;
  }
  .c-menu__wrapper {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
  }

  .c-menu__bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
  }

  .c-menu__bg {
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100vh;
    overflow: auto;
  }
  .header_group {
    height: 80px;
  }
  .c-header__logo {
    top: 40px;
    font-size: 140px;
    color: #fff;
    transform: translate(-50%,0);
  }

  .animate .c-header__logo {
    top: 20px;
    font-size: 50px;
  }


  .c-header__logo a {
    color: #000;
  }
  .c-header__nav-toggle {
    display: none!important;
    visibility: hidden!important;
  }
  .c-header__nav {
    display: block!important;
    visibility: visible!important;
  }

  .c-header__nav .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
  }

  .c-header__button {
    color: #000;
  }

  .c-header__button {
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #fff;
  }

  .c-header__button--phone-lg {
    display: -ms-flexbox;
    display: flex !important;
    padding-left: 48px;
    overflow: hidden;
    width: 0;
    -ms-flex-align: center;
    align-items: center;
    transition: width .3s ease-in-out;
    color: #000;
  }

  .c-header__button-icon.iconf-phone {
    left: 22px;
  }

  .c-header__button--phone-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.22222;
    white-space: nowrap;
  }

  .c-header__button--phone-text {
    font-size: 18px;
  }

  .c-header__button--lg {
    display: block;
  }

  .c-header__button--lg {
    color: #000;
  }
  .c-menu__primary {
    width: calc(50% - 80px);
  }

  .c-primary-nav .hs-menu-wrapper > ul > li > ul {
    padding-left: 0;
  }
  .c-primary-nav .hs-menu-wrapper > ul > li {
    border: none;
  }
  .c-primary-nav .hs-menu-wrapper > ul > li > a {
    font-size: 28px;
  }

  .c-primary-nav .hs-menu-wrapper > ul > li > a {
    padding: 20px 0;
    display: none;
  }
  .c-primary-nav .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 18px;
  }

  .c-secondary-nav .hs-menu-wrapper > ul > li > ul {
    padding-left: 30px;
  }

  .c-primary-nav .hs-menu-wrapper > ul > li > ul > li > a {
    padding-right: 0;
    padding-left: 30px;
  }
  .c-menu__secondary {
    width: calc(50% - 80px);
    color: #fff;
  }

  .c-header__language ul {
    margin-top: 0;
    margin-bottom: 70px;
    text-align: left;
    line-height: 1.15;
  }
  .c-header__language ul li {
    padding: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .c-secondary-nav {
    padding-top: 0;
    margin-bottom: 70px;
  }
  .c-header__language ul li a {
    font-size: 16px;
  }
  .c-header__language ul li a {
    color: #fff;
  }
  .c-header__language ul li a:before {
    background-color: #fff;
  }
  .c-secondary-nav .hs-menu-wrapper > ul > li > a {
    color: #fff;
    padding-right: 0;
    padding-left: 30px;
  }
  .c-secondary-nav .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
  } 

  .c-menu__footer {
    display: block!important;
    visibility: visible!important;

  }
  .c-primary-nav .hs-menu-wrapper>ul>li>ul>li.child-open > ul {
    display: block;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-bottom: 10px;
  }

  .c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li {
    width: 50%;
    padding-left: 20px;
  }


  .c-secondary-nav .hs-menu-wrapper>ul>li>ul > li > a:hover , .c-secondary-nav .hs-menu-wrapper>ul>li.child-open > a {
    color: #fff;
    opacity: .7;
  }

  .c-secondary-nav .hs-menu-wrapper>ul>li>ul > li > a {
    font-size: 18px;
  }

  .c-secondary-nav .hs-menu-wrapper>ul>li>ul > li > a {
    color: #fff;
    padding-right: 0;
    padding-left: 30px;
  }

  .o-search__label {
    font-size: 18px;
  }


}
@media (min-width: 87.5em){
  .c-header__nav {
    left: 115px;
    width: calc(50% - 20px);
  }
  .js-menu-toggle {
    left: -75px;
  }
  .c-menu__primary {
    width: calc(63% - 120px);
  }

  .c-menu__bg {
    width: 40%;
  }
  .o-search__label {
    font-size: 22px;
  }
  .c-primary-nav .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 22px;
  }

  .c-menu__secondary {
    width: calc(37% - 120px);
  }


  .c-secondary-nav .hs-menu-wrapper > ul > li > a {
    font-size: 22px;
  }

  .c-primary-nav .hs-menu-wrapper>ul>li>ul>li>ul > li {
    width: 25%;
  }
}


@media (min-width: 96.5em){
  .c-menu__bg {
    width: 39%;
  }
}

@media(max-width:1230px) and (min-width:1025px){
  .c-header__nav .hs-menu-wrapper>ul>li>a {
    font-size: 14.5px;
  }
}

@media(max-width:1024px){
  .mobile-open.fixed-header .header-wrapper {transform: none;}
  .c-header__nav-toggle {
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .c-header__nav-toggle {
    left: 12px;
  }

  .c-header__nav-toggle b {
    font-weight: bolder;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,border-color .3s ease-in-out;
    position: absolute;
    left: 8px;
    display: block;
    width: 24px;
    height: 0;
    border-top: 2px solid #000;
  }

  .c-header__nav-toggle b:nth-child(1) {
    top: 13px;
  }

  .c-header__nav-toggle b:nth-child(2) {
    top: 19px;
  }

  .c-header__nav-toggle b:nth-child(3) {
    top: 25px;
  }

  .c-header__logo a {
    color: #000;
  } 



  .mobile-open .c-header__nav-toggle b:nth-child(1) {
    transform: translateY(6px) rotate(
      45deg
    );
  }

  .mobile-open .c-header__nav-toggle b:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .c-header__nav-toggle b:nth-child(3) {
    transform: translateY(-6px) rotate(
      -45deg
    );
  }

  .mobile-open .c-menu {
    height: calc(0px + 100%);
    padding-top: 46px;
    overflow: auto;
  }

  .c-menu__tools:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #ebebeb;
  }

  .c-menu__tools > div {
    width: 100%;
  }

  .c-menu__tools > div  > span {
    width: 100%;
    display: block;
    display: -ms-flexbox;
    display: flex;
  }

  .c-menu__tools {
    line-height: 1.15;
  }



  .c-header__language ul {
    margin-top: 42px;
  }

  .c-header__language ul li a:hover ,
  .c-secondary-nav .hs-menu-wrapper>ul>li>a:hover , 
  .c-secondary-nav .hs-menu-wrapper>ul>li.child-open > a , 
  .c-secondary-nav .hs-menu-wrapper>ul>li>ul>li>a:hover , .c-primary-nav .hs-menu-wrapper>ul>li>a:hover , .c-menu__tools a:hover  {
    color: #00838f;
  }

  .c-header__language ul li a:hover:before {
    background-color: #00838f;
  }
  .c-primary-nav__parent-icon {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 15px;
    transform: translateY(-50%);
    transition: transform .25s ease-in-out;
    font-family: font-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .c-primary-nav__parent-icon:before {
    content: "\e90d";
  }

  .c-primary-nav .hs-menu-wrapper>ul>li.child-open {
    padding-bottom: 10px;
  }

  .c-primary-nav .hs-menu-wrapper>ul>li.child-open > ul {
    display: block;
  }



  .c-primary-nav .hs-menu-wrapper>ul>li.child-open > a .c-primary-nav__parent-icon {
    transform: translateY(-50%) rotate(
      90deg
    );
  }



  .c-primary-nav .hs-menu-wrapper>ul>li>ul > li.child-open > ul {
    display: block !important;
  }



  .c-primary-nav .hs-menu-wrapper>ul>li>ul > li.child-open > a .c-primary-nav__child-icon {
    transform: translateY(-50%) rotate(
      90deg
    );
  }
  .c-primary-nav .hs-menu-wrapper>ul>li.child-open>ul {
    display: block !important;
  }
  .c-primary-nav .hs-menu-wrapper>ul>li>ul {
    display:none !important;
  }

}
@media (max-height: 767px) {
.c-menu__bg {
    height: 142vh;
}

}
@media(max-width:767px){
  .c-header__nav-toggle {
    left: 2px;
  }
}
.footer__container {
  max-width: 1544px;
  padding: 0 10px;
  margin: 0 auto;
}


.c-footer {
  padding: 40px 0 20px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.c-footer__legal {
  font-size: 10px;
  line-height: 1;
  width: 100%;
  font-weight: 700;
}

.u-hidden.u-show--l {
  display: none!important;
  visibility: hidden;
}


.c-footer__legal a {
  color: inherit;
  text-decoration: none;
}

.c-footer__legal a:hover {
  color: #00838f;
}



.c-footer__social {
  margin-bottom: 20px;
}


.o-social__heading {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.09091;
  display: block;
  margin-bottom: .7em;
  color: inherit;
}


.c-footer__social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.15;
}

.c-footer__social ul li {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
  line-height: 1.15;
}

.c-footer__social ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  font-size: 36px;
  color: inherit;
  transition: transform .1s ease-out .1s;
  backface-visibility: hidden;
  cursor: pointer;
  line-height: 1.15;
}

.c-footer__social ul li a:before , .c-footer__social ul li a:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.9);
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #000;
}

.u-visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
}

.o-social__icon {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconf-facebook:before {
  content: "\e922";
}

.c-footer__social ul li a:hover {
  transform: scale(0.94444);
}

.c-footer__social ul li a:hover:before {
  animation: sonarEffectInner 1.3s ease-out 75ms;
}

.c-footer__social ul li a:hover:after {
  animation: sonarEffectOuter 1.3s ease-out 75ms;
}

.c-crowdriff__heading:before, .iconf-instagram:before {
  content: "\e923";
}

.iconf-youtube:before {
  content: "\e920";
}



.c-footer__logos {
  width: 100%;
  margin-bottom: 40px;
}


.f-logo a {
  display: block;
  margin-bottom: 20px;
  font-size: 82px;
  color: #000;
  text-decoration: none;
}


.iconf-lovetaupo {
  font-family: font-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

.iconf-lovetaupo:before {
  content: "\e900";
}



.footer-images a:first-child {
  display: block;
  width: 180px;
  height: 35px;
  background-image: url('https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/images/logo-pure-nz.png');
    background-size: contain;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    }

.footer-images a:first-child:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.footer-images a:last-child {
  display: block;
  width: 180px;
  height: 35px;
  background-image: url('https://20288681.fs1.hubspotusercontent-na1.net/hubfs/20288681/raw_assets/public/LoveTaupo_August2021/images/logo-isite.png');
    background-size: contain;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    }

.footer-images a:last-child:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.c-footer__links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-footer__links {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 30px;
}



.c-footer__links .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}

.c-footer__links .hs-menu-wrapper ul li {
  margin-bottom: 10px;
  line-height: 18.4px;
}

.c-footer__links .hs-menu-wrapper ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.09091;
  color: inherit;
  white-space: normal;
}



.c-footer__links .hs-menu-wrapper ul li a:hover , .c-footer__links .hs-menu-wrapper ul li a:focus {
  color: #00838f;
}
@charset "UTF-8";@keyframes sonarEffectInner {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5
  }

  100% {
    transform: scale(1.4);
    opacity: 0
  }
}

@keyframes sonarEffectOuter {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5
  }

  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes bounce {
  0%,100%,20%,50%,80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

@media (min-width: 35em){
  .c-footer__links {
    width: calc(100% - 190px - 20px);
  }
  .c-footer__logos {
    width: 190px;
  }

}

@media (min-width: 48em){

  .c-footer__social {
    width: calc(45% - 125px);
  }

  .c-footer__links {
    width: calc(55% - 125px);
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 80px;
  }
  .footer__container {
    padding: 0 20px;
  }

}

@media (min-width: 64.0625em){
  .c-footer {
    padding: 80px 0 40px;
  }
  .c-footer__legal {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-hidden.u-show--l {
    display: block!important;
    visibility: visible!important;
  }
  .c-footer__social {
    margin-bottom: 80px;
  }
  .o-social__heading {
    font-size: 18px;
  }

  .c-footer__logos {
    margin-bottom: 80px;
  }
  .c-footer__links .hs-menu-wrapper ul li a {
    font-size: 18px;
  }


  .lp-footer .c-footer__legal {
    display: block;
    text-align: right;
  }
  .footer__container {
    padding: 0 40px;
  }
}

@media (min-width: 87.5em){
  .c-footer__social {
    width: calc(40% - 240px);
  }

  .c-footer__links .hs-menu-wrapper ul li a {
    font-size: 22px;
  }
  .c-footer__links {
    width: calc(60% - 240px);
  }
  .o-social__heading {
    font-size: 22px;
  }
  .f-logo a {
    margin-bottom: 0;
  }


  .c-footer__logos {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 420px;
    padding-right: 100px;
  }
}
@media(max-width:1439px){
  .c-footer__links .hs-menu-wrapper ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 80px;
  }
  .c-footer__links {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 0;
  }
}
@media(max-width:767px){
  .c-footer__links .hs-menu-wrapper ul {
    margin-bottom: 30px;
  }
}
.hs-menu-wrapper ul {
  display:block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}