*, *: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 ,
.page_center{
  margin: 0 auto;
  width: 100%;
}


.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid,
.banner-section-header .dnd-section,
.banner-section-header .dnd-section > .row-fluid{
  padding: 0;
}

@media (min-width: 600px){
.content-wrapper ,
.dnd-section > .row-fluid ,
.page_center {
    padding-left: 4rem;
    padding-right: 4rem;
}
}

@media (min-width: 1280px){
.content-wrapper ,
.dnd-section > .row-fluid ,
.page_center {
    padding-left: 8vw;
    padding-right: 8vw;
}
}
@media (max-width: 599px){
.content-wrapper ,
.dnd-section > .row-fluid ,
.page_center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}


@media (max-width: 767px) {
}
@font-face {
  font-family: 'GT Sectra';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/GT-Sectra-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GT Sectra';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/GT-Sectra-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GT Sectra';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/GT-Sectra-Black.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/Roobert-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/Roobert-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src:url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/Roobert-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/fa-brands-400.woff),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/fa-brands-400.woff2),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/fonts/fa-brands-400.ttf);
  font-weight: 400;
  font-style: normal;
}



:root{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}

body {
  letter-spacing: 0.48px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
}
html{
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 16px;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg{
  vertical-align: middle;
}
/* Paragraphs */

p {
  font-size: 1.5rem;
  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: 0 0 1.4rem;
}
h1{
  line-height: 1;
  margin-bottom: 29px;
  margin-top:0;
}
h2{
  line-height: 1.2;
  margin-bottom: 19px;
  margin-top:0;
  letter-spacing: 2px;
}
h3{
  line-height: 1.24;
  margin-bottom: 0.5rem;
  margin-top:0;
}
h4{
  line-height: 1.24;
}

/* 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;
}



@media (min-width: 600px){
  body h1 {
    font-size: 2.813rem;
    line-height: 1;
    margin-bottom: 23px;
  }
  body h2{
    line-height: 1.18;
    font-size: 2.5rem;
  }
  body h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }
  body h4 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 24px;
  }
  body h5 {
    font-size: 1.8rem;
  }
  body h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px){
  body h1 {
    font-size: 4.5vw;
  }
  body h4  {
    font-size: 2.5rem;
    line-height: 1.24;
  }
}





@media (max-width: 599px){
  body h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 9px;
  }
  body h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  body h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 9px;
  }
  body h4 {
    font-size: 1.25rem;
    line-height: 1.92;
    margin-top: 12px;
  }
  body h5 {
    font-size: 1rem;
  }
  body h6 {
    font-size: 1rem;
  }
}
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-top: 20px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* 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 {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  font-family: "GT Sectra";
  font-weight: 400;
  line-height: 19.2px;
  color: #001705;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: none;
}
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus {
  outline: none;
}
@media (min-width: 768px){
  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,
  form label{
    font-size: 20px;
  }
}

@media (min-width: 1536px){
  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,
  form label{
    font-size: 24px;
  }
}

@media (max-width: 768px){
  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,
  form label{
    font-size: 16px;
  }
}

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: #F5333F;
}


.hs-error-msg,
.hs_error_rollup label{
  color: #F5333F;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media (min-width: 768px){
  .hs-error-msg,
  .hs_error_rollup label{
    font-size: 12px;
  }
}

@media (max-width: 768px){
  .hs-error-msg,
  .hs_error_rollup label{
    font-size: 10px;
  }
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 78px;
}

/* 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;
}
.no-banner .custom_header{
  background-color: rgb(0 23 5/var(--tw-bg-opacity));
  position:relative;
}


.custom_header{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.custom_header img {
  display: block;
}

.header_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_inner button{
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
body.menu-open .header_menu {
  transform: translateY(0);
}
.header_menu{
  transform: translateY(-100%);
  transition: transform 0.35s ease-out;
  height: 100vh;
  z-index: 101;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color:#001705;
}
.header_menu_top_bar{
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header_menu_logo{
  display: none;
  margin-right: auto;
}
.top_bar_side_items{
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
}
.contact_btn a,
.login_btn a{
  color: rgb(243 241 229);
  font-weight: 500;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  gap: 10px;
  display: flex;
  align-items: center;
}
.close_btn button{
  background-color: rgb(118 109 250);
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  margin-left: auto;
  place-content: center;
  padding: 0;
  border-radius:0;
}
.close_btn button:focus,
.close_btn button:hover{
  background-color: rgb(118 109 250);
}
.close_btn button svg{
  width: 1.25rem;
}
.main_menu{
  padding-top: 1.75rem;
}
.child-trigger {
  display: grid;
  height: 2.25rem;
  width: 2.5rem;
  place-content: center;
  position: absolute;
  top: 4px;
  right: 0;
}
.main_menu .hs-menu-wrapper > ul > li:hover {
  background: rgba(76, 228, 103, 0.05);
}
.header_inner button,
.header_inner button:hover,
.header_inner button:focus{
  background-color: rgb(118 109 250/var(--tw-bg-opacity));
  border-radius:0;
}
.contact_btn a, .login_btn a {
  font-size: 1rem;
}
.main_menu .hs-menu-wrapper > ul > li > ul > li > ul {
  display: none;
}
.team_btn a {
  background: #766dfa;
  color: #f3f1e5;
  border-radius: 4px;
  margin-top: 54px;
}
.team_btn a:hover {
  color: #f3f1e5;
}
.social_icons {
  align-items: center;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}
.icons_wrapper ul {
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.icons_wrapper ul li a {
  padding: 0.5rem;
  display: inline-block;
}
.header_menu .page_center {
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.main_menu .hs-menu-wrapper > ul > li > ul > li:hover > ul {
  display: block;
}
.main_menu .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
}
.contact_btn a:hover, .login_btn a:hover {
  color: rgb(76 228 103/var(--tw-text-opacity));
}
.icons_wrapper {
  padding-top: 8px;
}


@media (min-width: 600px){
  .main_menu{
    margin-top: 100px;
  }
  .team_btn.mobile_team {
    display: none;
  }
  .social_icons {
    /*     padding-left: 8vw;
    padding-right: 8vw; */
    align-items: center;
    padding-bottom: 2.5rem;
  }
  .team_btn.desktop_team_btn {
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
  }
  .icons_wrapper {
    width: auto;
  }
}

@media (min-width: 1024px){
  .team_btn a {
    padding: 16px 46px;
    margin-top: 0;
    display: block;
  }
}




@media (min-width: 1201px){
  .header_menu{
    background-image: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/images/mega_menu_bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60vw;
  }
  .main_menu .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 4px solid rgba(243, 241, 229, 0.2);
  }
  .main_menu .hs-menu-wrapper > ul > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-inline: 1vw;
    padding-top: 10px;
  }
  .main_menu .hs-menu-wrapper > ul > li > a:before {
    background: #4CE467;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.15s;
  }
  .main_menu .hs-menu-wrapper > ul > li:hover > a:before{
    width: 100%;
  }
  .main_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
    background: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/images/menu_drop.svg) center center no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }
  .main_menu .hs-menu-wrapper > ul > li > a,
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a{
    color: #F3F1E5;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 14px;
    font-family: "GT Sectra";
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a:hover,
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover{
    color: #4CE467;
  }

  .main_menu .hs-menu-wrapper > ul > li:hover > ul {
    background: rgba(76, 228, 103, 0.05);
    padding-inline: 1vw;
    display: block;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    top: 54px;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > ul {
    display: block;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul {
    font-family: "Roobert";
    font-weight: 500;
    padding: 25px;
    width: 100%;
    position: absolute;
    display: block;
    left: calc(100% + 1vw);
    right: 0;
    top: 0;
    background: rgba(76,228,103,.05);
    display: none;
  }
  .main_menu .hs-menu-wrapper>ul>li>ul>li>ul:before {
    content: '';
    position: absolute;
    width: 1vw;
    height: 100%;
    left: -1.5vw;
    top: 0;
  }

  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li >a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roobert";
    padding-bottom: 1vh;
    color: #F3F1E5;
    display: block;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a span {
    margin-bottom: 1rem;
    color: #F3F1E5;
    font-weight: 900;
    display: block;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
  }
  .child-trigger,
  .subchild-trigger{
    display:none;
  }
}





@media (max-height: 600px) {
  .header_menu .page_center {
    height: 100%;
  }
  .header_menu {
    height: 800px;
  }
}







@media (min-width: 1280px){
  .custom_header{
    padding-top: 50px;
  }
  header.custom_header.header_no_nav {
    padding-top: 72px;
    padding-bottom: 41px;
  }

  .custom_logo img{
    width: auto;
  }
  .header_inner button,
  .close_btn button{
    width: 46px;
    height: 46px;
  }
  .header_inner button{
    padding: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header_inner button svg{
    width: 50px;
    height: 28px;
  }
  .header_menu{
    border-bottom:8px solid rgb(76 228 103);
  }
  .header_menu_top_bar{
    padding-top: 49px;
  }
  .header_menu_logo{
    display: block;
  }
  .top_bar_side_items{
    -moz-column-gap: 58px;
    column-gap: 58px;
    width: auto;
  }
  .main_menu{
    margin-top: 0px;
  }
  .team_btn a{
    font-size: 20px;
  }
  .social_icons {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    left: auto;
    bottom: auto;
    position: relative;
    padding-bottom: 48px;
    line-height: 1.4;
  }

}
@media (min-width: 1536px){
  .header_inner button,
  .close_btn button{
    width: 5rem;
    height: 5rem;
  }
  .header_menu_top_bar{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_btn a,
  .login_btn a{
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.48px;
  }
  .close_btn button svg{
    width: 2.5rem;
  }
  .main_menu{
    padding-top: 50px;
  }
  .main_menu .hs-menu-wrapper > ul > li > a{
    padding-inline: 2.5vw;
  }
  .main_menu .hs-menu-wrapper > ul > li > a,
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a{
    font-size: 24px;
  }

  .main_menu .hs-menu-wrapper > ul > li:hover > ul {
    padding-inline: 1.5vw;    
  }
    .main_menu .hs-menu-wrapper > ul > li > ul > li > ul {
    left: calc(100% + 1.5vw);
  }
  .main_menu .hs-menu-wrapper>ul>li>ul>li>ul:before {
    width: 1.5vw;
    left: -1.5vw;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul {
    top: 60px;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li >a {
    font-size: 20px;
  }
  .social_icons {
    padding-bottom: 88px
  }

}


@media (max-width: 1279px){
  header.custom_header.header_no_nav {
    padding-top: 28px;
    padding-bottom: 27px;
  }
  header.custom_header .page_center {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .custom_logo img{
    width: 165px !important;
  }
  .close_btn {
    margin-left: auto;
  }
  .team_btn a {
    line-height: 28px;
  }
}


@media (max-width: 1200px){
  .header_menu{
    background-image: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/Intouch_January_2023/images/mega_menu_bg_mobile.svg);
    background-position: 0 84px;
    background-repeat: no-repeat;
    background-size: 80vw;
    transition: transform 0.35s ease-out;
  }
  .main_menu {
    height: calc(100vh - 160px);
    overflow-y: auto;
  }
  .main_menu .hs-menu-wrapper > ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .main_menu .hs-menu-wrapper > ul > li {
    cursor: pointer;
    position: relative;
  }
  .main_menu .hs-menu-wrapper > ul > li > a {
    color: #F3F1E5;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    position: relative;
    font-family: "GT Sectra";
  }
  .main_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    background: #4CE467;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all 0.15s;
  }
  .main_menu .hs-menu-wrapper > ul > li:hover,
  .main_menu .hs-menu-wrapper>ul>li:hover>ul,
  .main_menu .hs-menu-wrapper>ul>li>ul>li>ul{
    background: none !important;
  }

  .main_menu .hs-menu-wrapper > ul > li > ul {
    display: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 18px;
    color: #F3F1E5;
    display: inline-block;
    font-weight: 900;
    position: relative;
    font-family: "GT Sectra";
  }
  .main_menu .hs-menu-wrapper > ul > li.hs-item-has-children.nav-active > a:before {
    width: 100%;
  }
  .main_menu .hs-menu-wrapper > ul > li.hs-item-has-children.nav-active > ul,
  .main_menu .hs-menu-wrapper > ul > li > ul >li.hs-item-has-children.nav-active > ul{
    display: flex !important;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li:hover > ul {
    display: none;
  }
  .subchild-trigger {
    position: absolute;
    place-content: center;
    width: 2.5rem;
    height: 2.25rem;
    display: grid;
    top: 0;
    right: 0;
  }
  .main_menu .hs-menu-wrapper > ul > li.hs-item-has-children.nav-active .child-trigger svg {
    transform: rotate(60deg);
  }
  .main_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger svg path {
    fill: #4CE467;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul {
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Roobert";
    font-weight: 500;
    flex-direction: column;
    gap: 1rem;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    font-family: "Roobert";
    font-weight: 400;
    font-size: 18px;
    position: relative;
    color: #F3F1E5;
    display: inline-block;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children.nav-active .subchild-trigger svg {
    transform: rotate(180deg);
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children.nav-active > a {
    color: #4CE467;
  }
}



@media (min-width: 600px) and (max-width: 1200px){
  .main_menu {
    height: calc(100vh - 290px);
    margin-bottom: 10px;
  }
  .main_menu .hs-menu-wrapper > ul {
    gap: 2.812rem;
  }
  .main_menu .hs-menu-wrapper > ul > li > a {
    font-size: 36px;
    line-height: 1.25;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul {
    padding-top: 2.25rem;
    padding-bottom: 5rem;
    gap: 1.5rem;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 24px;
    line-height: 1.5;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul {
    padding-top: 1rem;
    gap: 1.5rem;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    font-size: 24px;
    line-height: 1.25;
  }
}





@media (max-width: 1023px){
  .team_btn a {
    line-height: 28px;
    display: block;
    margin-top: 0;
    padding: 16px 26px;
  }
}





@media (max-width: 599px){
  header.custom_header .page_center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .team_btn.mobile_team a {
    display: inline-flex;
    font-weight: 700;
    margin-top: 54px;
    line-height: 24px;
  }
  .team_btn.desktop_team_btn {
    display: none;
  }
  .child-trigger {
    top: 0px;
  }
  .icons_wrapper {
    padding-bottom: 34px;
    width: 100%;
  }
  .main_menu .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 36px;
  }
}





@media (max-width: 330px){
  .close_btn button {
    padding: 0;
    width: auto;
  }
}
.custom_footer img {
  display: block;
}
.custom_footer {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: rgb(0 23 5/var(--tw-bg-opacity));
  grid-auto-flow: column;
  position: relative;
  color: rgb(243 241 229/var(--tw-text-opacity));
  position: relative;
  z-index: 9;
}
.footer_logo_wrapper {
  margin-bottom: 2.5rem;
}
.footer_logo a img {
  width: 143px !important;
}
.site_content p {
  color: #f3f1e5;
  margin-bottom: 0;
  font-size:16px;
  font-weight: 500;
}
.site_content {
  font-weight: 500;
  max-width: 445px;
  margin-top: 1.25rem;
}
.ecosystem_wrapper .hs-menu-wrapper > ul > li > a,
.solution_wrapper .hs-menu-wrapper > ul > li > a,
.campus_wrapper .hs-menu-wrapper > ul > li > a,
.differentiators_wrapper .hs-menu-wrapper > ul > li > a{
  display: block;
  font-size: 24px;
  font-weight: 900;
  font-family: "GT Sectra";
  margin-bottom: 25px;
  color: #f3f1e5;
}
.differentiators_wrapper .hs-menu-wrapper > ul > li > a{
  white-space: nowrap;
}
.ecosystem_wrapper .hs-menu-wrapper > ul ul,
.solution_wrapper .hs-menu-wrapper > ul ul,
.campus_wrapper .hs-menu-wrapper > ul ul,
.differentiators_wrapper .hs-menu-wrapper > ul ul{
  display: none;
}
.solution_wrapper .hs-menu-wrapper > ul,
.campus_wrapper .hs-menu-wrapper > ul{
  flex-direction: column;
}
.footer_logins_links {
  display: flex;
  gap: 1.5rem;
}
.footer_logins_links a {
  color: rgb(243 241 229/var(--tw-text-opacity));
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: GT Sectra;
}
.footer_icons {
  display: flex;
  margin-top: 55px;
}
.footer_icons ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}
.footer_icons ul li {
  padding: 0.5rem;
}
.privacy_wrapper {
  margin-top: 50px;
}
.top_privacy,
.bottom_privacy{
  gap: 0.25rem;
  align-items: center;
  display: flex;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
}

.top_privacy a,
.bottom_privacy a{
  color: rgb(243 241 229/var(--tw-text-opacity));
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer_img_wrapper {
  margin-top: 2rem;
}
.copyright_wrapper p {
  color: rgb(243 241 229/var(--tw-text-opacity));
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
}
.custom_footer img.bottom_mobile_img {
  display: none;
  right: 0px;
  bottom: 0px;
  position: absolute;
  pointer-events: none;
}
.custom_footer img.bottom_desktop_img {
  display: none;
  right: 0px;
  bottom: 0px;
  position: absolute;
  pointer-events: none;
}

.footer_icons ul {
  gap: 0.25rem;
}
.bottom_privacy a:hover, .top_privacy a:hover {
  color: rgb(243 241 229/var(--tw-text-opacity));
}
.footer_logins_links a:hover {
  color: rgb(243 241 229/var(--tw-text-opacity));
}
.differentiators_wrapper .hs-menu-wrapper > ul {
  display: block;
}




















@media (min-width: 600px){
  .custom_footer {
    padding-left: 4rem;
    padding-right: 4rem;
    column-gap: 5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
  .footer_logo_wrapper {
    grid-column: 1/-1;
  }
  .ecosystem_wrapper {
    grid-column: span 1/span 1;
  }
  .solution_wrapper,
  .campus_wrapper,
  .differentiators_wrapper{
    grid-column: span 1/span 1;
  }
  .footer_logins_links {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    grid-column-start: 2;
  }
  .footer_icons {
    place-items: start;
    margin-top: 0px;
    grid-column-start: 2;
  }
  .privacy_wrapper {
    place-items: end;
    margin-top: 0px;
    grid-column-start: 2;
  }
  .footer_img_wrapper {
    margin-top: -26px;
    grid-column-start: 2;
  }
  .footer_no_nav .footer_img_wrapper {
    margin-top: 2rem;
  }
  .custom_footer img.bottom_mobile_img {
    display: block;
  }
  .footer_logins_links>div>div, .footer_logins_links>div>span {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    grid-column-start: 2;
  }
  .footer_logins_links > div {
    width: 100%;
  }
}

@media (min-width: 760px){
  .footer_icons ul {
    gap: 1rem;
  }
} 


@media (min-width: 1280px){
  .custom_footer {
    padding-left: 8vw;
    padding-right: 8vw;
    column-gap: 2.5rem;
    grid-template-columns: 308px repeat(4, minmax(0, 1fr));
  }
  .footer_logo_wrapper {
    grid-row-start: 1;
    grid-column: span 1/span 1;
  }
  .ecosystem_wrapper {
    grid-row-end: 7;
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .ecosystem_wrapper .hs-menu-wrapper > ul > li,
  .solution_wrapper .hs-menu-wrapper > ul > li,
  .campus_wrapper .hs-menu-wrapper > ul > li,
  .differentiators_wrapper .hs-menu-wrapper > ul > li{
    margin-bottom: 52px;
  }
  .ecosystem_wrapper .hs-menu-wrapper > ul ul,
  .solution_wrapper .hs-menu-wrapper > ul ul,
  .campus_wrapper .hs-menu-wrapper > ul ul,
  .differentiators_wrapper .hs-menu-wrapper > ul ul{
    display: block;
  }
  .ecosystem_wrapper .hs-menu-wrapper > ul ul li a,
  .solution_wrapper .hs-menu-wrapper > ul ul li a,
  .campus_wrapper .hs-menu-wrapper > ul ul li a,
  .differentiators_wrapper .hs-menu-wrapper > ul ul li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    color:#f3f1e5;
  }
  .solution_wrapper {
    grid-row-end: 7;
    grid-row-start: 1;
    grid-column-start: 3;
  }
  .campus_wrapper {
    grid-row-end: 7;
    grid-row-start: 1;
    grid-column-start: 4;
  }
  .differentiators_wrapper {
    grid-row-end: 4;
    grid-row-start: 1;
    grid-column-start: 5;
  }
  .footer_logins_links {
    align-items: flex-start;
    flex-direction: column;
    grid-row-start: 5;
    grid-column-start: 5;
  }
  .footer_icons {
    grid-row-end: 3;
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .privacy_wrapper {
    grid-row-end: 5;
    grid-row-start: 4;
    grid-column-start: 1;
  }
  .footer_img_wrapper {
    align-self: flex-end;
    grid-row-start: 5;
    grid-column-start: 1;
    margin-top: 26px;
  }
  .custom_footer img.bottom_mobile_img {
    display: none;
  }
  .custom_footer img.bottom_desktop_img {
    display: block;
  }
  .footer_logins_links>div>div, .footer_logins_links>div>span {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-row-start: 5;
    grid-column-start: 5;
    gap: 1.5rem;
  }
  .footer_icons ul {
    gap: 0.25rem;
  }


}



@media (max-width: 599px){
  .footer_icons ul {
    gap: 1rem;
  }
  .footer_logins_links>div>div, .footer_logins_links>div>span {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-row-start: 5;
    grid-column-start: 5;
    gap: 1.5rem;
  }
}
.hs-menu-wrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}