*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/*! 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;
  padding: 0 20px;
}

@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: Canela; 
  src: url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-Light.woff2) format("woff2"),
    url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-Light.woff) format("woff"),
    url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face { 
  font-family: Canela; 
  src: url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-LightItalic.woff2) format("woff2"),
    url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-LightItalic.woff) format("woff"),
    url(https://23579600.fs1.hubspotusercontent-na1.net/hubfs/23579600/raw_assets/public/GLM%20Web%20Theme/fonts/Canela-LightItalic.ttf) format("truetype"); 
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

body {
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media(max-width: 1500px){
  body {
    font-size: clamp(1rem, 1rem + ((1vw - 0.48rem) * 0.6329), 1.25rem) !important; 
  }
}
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;
}

a.button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px!important;
  max-width: 250px;
  min-height: auto!important;
  text-align: center;
  padding: 0px 10px;
  min-width: 250px;
}



input[type="checkbox"] {
  display: inline-block;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
form, .hs-form {
  background-color: #FCF9F5;
  padding: 30px;
  margin-bottom: 20px;
  max-width: 700px;
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
input#hs-login-widget-remember {
  float: left;
  margin-top: 7px;
}
form input[type=submit], form .hs-button {
  max-width: 250px;
}
.remodal-wrapper .remodal input.hs-button.primary.large {
  background-color: rgba(0, 49, 71, 1.0);
}
.gm-form-post__form .form-title {
  display: none;
}
.gm-form-post__form form {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
form legend {
  font-size: 0.875rem;
}
div#hs-search-module input {
  margin: 0px 0 20px;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: none;
  width: 100%;
  height: 38px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  transition: all .4s;
  padding: 0;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: inherit;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  width: 100%;
  text-align: center;
  transition: all 0.15s linear;
  max-width: 250px;
  background-color: #003147;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px!important;
  min-height: initial!important;
  color: #fcf9f5;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-outer {
  position: relative;
  z-index: 9;
}
.gm-header {
  background-color: #FCF9F5;
  height: clamp(5rem,5rem + ((1vw - .48rem)*5.0633),7rem);
  transition: box-shadow .4s,top .4s,transform .4s;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header-hide .gm-header {
  transform: translateY(-100%);
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
}
.admin-bar .gm-header {
  top: 32px
}
.header-show .header {
  box-shadow: 0 10px 10px rgba(0,0,0,.05);
}
.gm-header .gm-container-wide {
  max-width: min(100% - clamp(3.125rem, 3.125rem + ((1vw - 0.36rem) * 17.6282), 10rem), 1500px);
  padding: 0;
}

@media (max-width: 782px) {
  .admin-bar .gm-header {
    top:46px
  }
}

.gm-header.nav-up {
  transform: translateY(-100%)
}

.gm-header_scroll {
  box-shadow: 0 10px 10px rgba(0,0,0,.05)
}

@media (max-width: 1299px) {
  .gm-header_alert {
    transition:box-shadow .4s,top .4s .5s,transform .4s
  }
  .gm-header__wrap .hs-menu-wrapper {
    display: none;
  }
}

.gm-header_alert.gm-header_active-mobile-menu,
.gm-header_alert.gm-header_scroll {
  transition: box-shadow .4s,top .4s,transform .4s;
  top: 0!important
}

.gm-header .gm-container-wide {
  height: inherit;
  display: flex;
  justify-content: space-between
}

.gm-header__logo {
  display: block;
  align-self: center;
  width: clamp(8.875rem,8.875rem + ((1vw - .48rem)*10.443),13rem)
}
.gm-header.nav-down .cta_button {
  color: #fcf9f5;
  background-color: #003147;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 14px 32px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  box-sizing: border-box !important;
  text-decoration: none;
  position: relative;
  border: 0;
}
.gm-header.nav-down .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #e5e2db;
  border-top: 2px solid #a5afb7;
  z-index: 999;
  padding: 20px 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
  transition: all .5s;
  transform-origin: 50% 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 270px;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li>a {
  gap: 7px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  height: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  color: #1f292e;
}
.gm-header__wrap>span,
.gm-header__wrap>div:first-child, 
.gm-header__wrap .hs-menu-wrapper,
.gm-header__wrap .hs-menu-wrapper>ul {
  height: 100%;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  background-color: #003147;
  transition: all .5s;
  z-index: 1000;
  top: 100%;
  height: 2px;
}
.gm-header.nav-down .hs-menu-wrapper>ul ul li a {
  font-size: clamp(1.125rem, 1.125rem + ((1vw - 0.48rem) * 0.7911), 1.4375rem);
  line-height: 44px;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  color: #1f292e;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li:hover>a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.gm-header.nav-down .hs-menu-wrapper>ul li.hs-item-has-children>a svg {
  display: block;
  transition: all .5s;
  vertical-align: middle;
}
.gm-header.nav-down .hs-menu-wrapper>ul li:hover ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li:hover>a:before {
  opacity: 1;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li>a:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: -0.053125rem;
  transform: translateY(-50%);
  width: 100%;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition: all .1s;
}
.gm-header.nav-down .hs-menu-wrapper>ul>li:hover>a svg {
  transform: rotate(180deg);
}
.gm-header.nav-down .hs-menu-wrapper>ul>li:hover>a span {
  opacity: 0;
}
.gm-header.nav-down .hs-menu-wrapper>ul li {
  position: relative;
}
.gm-header.nav-down .hs-menu-wrapper>ul ul li a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  background-color: #003147;
  transition: all .5s;
  z-index: 1000;
  bottom: 5px;
  height: 1px;
}
.gm-header.nav-down .hs-menu-wrapper>ul ul li a:hover span {
  font-weight: 700;
}
.gm-header.nav-down .hs-menu-wrapper>ul ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.gm-header.nav-down .cta_button span {
  margin-right: 10px;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
}
.gm-header.nav-down .cta_button svg {
  transition: all .5s;
  flex: 0 0 8px;
  max-width: 8px;
  display: block;
}
.gm-header.nav-down .cta_button:hover svg {
  transform: translateX(6px);
}
.gm-header.nav-down .cta_button svg path {
  fill: #fcf9f5;
}
.gm-header.nav-down .content-wrapper>.widget-type-logo {
  height: auto;
  display: flex;
  align-items: center;
}
.gm-header.nav-down img {
  vertical-align: middle;
  display: block;
  width: clamp(8.875rem,8.875rem + ((1vw - 0.48rem)*10.443),13rem) !important;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}
.gm-header.nav-down .cta_button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all .3s;
  pointer-events: none;
}
.gm-header__search button {
  background-color: #fcf9f5 !important;
}
.gm-header.nav-down .cta_button:hover:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 2px solid #a5afb7;
}
.gm-header__wrap {
  height: inherit;
  display: flex;
  align-items: center;
  gap: 34px
}
.gm-header__search.search-open form {
  width: var(--width-form);
}
.hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}

@media (max-width: 1299px) {
  .gm-header__menu {
    display:none
  }
}

.gm-header__menu ul,.gm-mobile-header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.gm-header__menu li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-weight: 400
}

.gm-header__menu .hs-menu-wrapper>ul>li {
  height: 100%
}

.gm-header__menu .hs-menu-wrapper>ul>li:hover>a span {
  opacity: 0
}

.gm-header__menu .hs-menu-wrapper>ul>li:hover>a:before {
  opacity: 1
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row li a:hover:after,
.gm-header__menu .hs-menu-wrapper>ul>li:hover>a:after,
.gm-pdf-group-single__titles button.active:before,
.gm-pdf-group-single__titles button:hover:before {
  width: 100%;
  left: 0;
  right: auto
}

.gm-header__info,.gm-header__menu .hs-menu-wrapper>ul>li>a {
  height: inherit;
  display: flex;
  align-items: center
}

.gm-header__menu .hs-menu-wrapper>ul>li>a {
  gap: 7px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500
}

.gm-header__menu .hs-menu-wrapper>ul>li>a span {
  display: block;
  transition: all .1s
}

.gm-header__menu .hs-menu-wrapper>ul>li>a img {
  display: block;
  margin-left: 5px
}

.gm-header__menu .hs-menu-wrapper>ul>li>a svg {
  display: block;
  transition: all .5s
}

.gm-header__menu .hs-menu-wrapper>ul>li>a:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: -.053125rem;
  transform: translateY(-50%);
  width: 100%;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition: all .1s
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row li a:after,
.gm-header__menu .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  background-color: #003147;
  transition: all .5s;
  z-index: 1000
}

.gm-header__menu .hs-menu-wrapper>ul>li>a:after {
  top: 100%;
  height: 2px
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children:hover>.sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: initial
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #E5E2DB;
  border-top: 2px solid #A5AFB7;
  z-index: 999;
  padding: 40px 0;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
  transition: all .5s;
  transform-origin: 50% 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 470px;
  min-height: 180px;
  position: relative;
  padding: 5px 0 5px 80px;
  display: flex;
  align-items: center
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 187px;
  height: 100%;
  border: 2px solid #A5AFB7;
  z-index: 1
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-title h2 {
  position: relative;
  z-index: 2;
  padding: 20px 0 25px;
  margin: 0;
  background-color: #E5E2DB;
  color: #003147
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  -moz-column-gap: 90px;
  column-gap: 90px
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row_col-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 660px
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row_col-2>li {
  flex: 0 0 calc(50% - 45px);
  max-width: calc(50% - 45px);
  white-space: nowrap
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row li a {
  font-size: clamp(1.125rem, 1.125rem + ((1vw - 0.48rem) * 0.7911), 1.4375rem);
  line-height: 44px;
  transition: all .3s
}

.gm-header__menu .hs-menu-wrapper>ul>li.menu-item-has-children>.sub-menu>.menu-item-wrap .menu-item-row li a:after {
  bottom: 5px;
  height: 1px
}

.gm-header__info {
  gap: 14px
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
button.gm-form-post-open {
  background-color: #003147 !important;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 980;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 0;
  width: clamp(4.375rem,4.375rem + ((1vw - 0.48rem)*3.481),5.75rem);
  height: clamp(4.375rem,4.375rem + ((1vw - 0.48rem)*3.481),5.75rem);
  border-radius: 0;
}
button.gm-form-post-open svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
body.form-open {
  overflow: hidden;
}
.remodal-wrapper .remodal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  margin-bottom: 40px;
  transform: translate3d(0,0,0);
  max-width: 775px;
  padding: clamp(4.375rem,4.375rem + ((1vw - 0.48rem)*4.7468),6.25rem) clamp(1.5625rem,1.5625rem + ((1vw - 0.48rem)*5.538),3.75rem) clamp(4.375rem,4.375rem + ((1vw - 0.48rem)*6.3291),6.875rem);
  text-align: left;
  background-color: #e5e2db;
}
.remodal-wrapper button.gm-form-post__close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 25px;
  border: 0;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  transition: all .4s;
}
.remodal-wrapper button.gm-form-post__close:hover {
  transform: scale(1.2);
}
.remodal-wrapper h4 {
  padding: 0;
  margin-bottom: clamp(3.125rem,3.125rem + ((1vw - 0.48rem)*1.5823),3.75rem);
  font-size: clamp(1.6875rem, 1.6875rem + ((1vw - 0.48rem) * 1.5823), 2.3125rem);
  font-weight: 300;
  line-height: clamp(2.32875rem, 2.32875rem + ((1vw - 0.48rem) * 1.7152), 3.00625rem);
}
.form-open .remodal-wrapper {
  opacity: 1;
  visibility: visible;
}
.remodal-wrapper form .hs-form-field .hs-input {
  width: 100%;
  height: 38px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1f292e;
  transition: all .4s;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.remodal-wrapper form .hs-form-field {
  margin-bottom: 40px;
}
.remodal-wrapper form textarea {
  min-height: 103px;
  width: 100% !important;
}
.remodal-wrapper form .hs-form-field>label {
  display: none;
}
.remodal-wrapper form .hs-input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Manrope, sans-serif;
}
.remodal-wrapper form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin: 0 0 0 15px;
}
.remodal-wrapper form fieldset.form-columns-2 .hs-form-field:first-child .input {
  margin-right: 13px;
}
.overlay_bg {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background-color: rgba(0,0,0,.35);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.form-open .overlay_bg {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1299px) {
  .gm-header__info {
    display:none
  }
  .gm-header__wrap .hs-menu-wrapper {
    display: none;
  }
  button.gm-header__open-menu {
    background: transparent !important;
  }
  .gm-mobile-header.menu-open {
    transform: translateX(0);
  }
  .gm-mobile-header .content-wrapper {
    padding: 45px 0;
    max-width: min(100% - clamp(3.125rem, 3.125rem + ((1vw - 0.36rem) * 17.6282), 10rem), 1500px);
  }
  .gm-mobile-header .hs-menu-wrapper>ul {
    display: block;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-bottom: 12px;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>a {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 53px;
    display: block;
    text-decoration: none;
    color: #1f292e;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>a button.menu-item-open-sub-menu {
    width: 40px;
    height: 53px;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>a .inner_text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open button.gm-header__open-menu span {
    background-color: transparent;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    transition: background 0s .3s;
  }
  body.menu-open button.gm-header__open-menu span::before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s,.3s;
  }
  body.menu-open button.gm-header__open-menu span::after {
    transition-delay: 0s,.3s;
    bottom: 0;
    transform: rotate(-45deg);
  }
  .gm-mobile-header .cta_button {
    width: 100%;
    min-width: initial;
    color: #fcf9f5;
    background-color: #003147;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 14px 32px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    position: relative;
    border: 0;
    z-index: 2;
    box-sizing: border-box !important;
  }
  .gm-mobile-header .cta_button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    transition: all .3s;
    pointer-events: none;
  }
  .gm-mobile-header .cta_button:hover:after {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 2px solid #a5afb7;
  }
  .gm-mobile-header__info .gm-btn svg {
    transition: all .5s;
    flex: 0 0 8px;
    max-width: 8px;
  }
  .gm-mobile-header__info .gm-btn svg path {
    fill: #fcf9f5;
  }
  .gm-mobile-header__info .gm-btn span {
    margin-right: 10px;
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .gm-mobile-header__info .gm-btn:hover svg {
    transform: translateX(6px);
  }
  .gm-mobile-header__search button.gm-mobile-header__search-open {
    background-color: #e5e2db !important;
  }
  .gm-mobile-header__search.search-open button.gm-mobile-header__search-open {
    width: 55px;
  }
  .gm-mobile-header__search form input[type="text"] {
    outline: none;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>ul {
    padding: 10px 0 10px 25px;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 20px;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>ul>li a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5;
    color: #1f292e;
    display: block;
    text-decoration: none;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin: 0;
  }
  .gm-mobile-header .hs-menu-wrapper>ul>li.child-open>a button svg {
    transform: rotate(180deg);
  }
}

@media(max-width: 991px){
  .remodal-wrapper form .hs-form-field {
    width: 100% !important;
  }
  .remodal-wrapper form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin: 0;
  }
  .remodal-wrapper form fieldset.form-columns-2 .hs-form-field:first-child .input {
    margin-right: 0;
  }
}


.gm-header__search {
  position: relative
}

.gm-header__search-open {
  width: 53px;
  height: 53px;
  padding: 0;
  margin: 1px 1px 0 0;
  border: 0;
  background-color: #FCF9F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5
}

.gm-header__search form,
.gm-header__search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FCF9F5
}

.gm-header__search-submit {
  width: 54px;
  height: 54px;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all .2s
}
.remodal-wrapper .remodal form .actions:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all .3s;
  pointer-events: none;
}
.gm-header__search-submit.active {
  visibility: visible;
  opacity: 1
}
.remodal-wrapper .remodal form .actions:hover:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 2px solid #a5afb7;
}
.gm-header__search form {
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #003147;
  transition: all .5s;
  margin: 0;
  padding: 0;
}

.gm-header__search form.active {
  width: var(--width-form)
}

.gm-header__search form input {
  width: 100%;
  background-color: transparent;
  padding: 0 60px 0 15px;
  margin: 0;
  border: 0;
  font-size: 1rem;
  height: inherit
}

.gm-header__open-menu {
  height: inherit;
  width: 50px;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0
}

.gm-header__open-menu span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  transition: background 0s .3s
}

.gm-header__open-menu span:after,
.gm-header__open-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002232;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s
}

.gm-header__open-menu span:before {
  transition-property: top,transform;
  top: -5px
}

.gm-header__open-menu span:after {
  transition-property: bottom,transform;
  bottom: -5px
}

.gm-header__open-menu,.gm-header__open-menu span,
.gm-header__open-menu.active span {
  background-color: transparent
}

.gm-header__open-menu.active span:after,
.gm-header__open-menu.active span:before {
  transition-delay: 0s,.3s
}

.gm-header__open-menu.active span:before {
  top: 0;
  transform: rotate(45deg)
}

.gm-header__open-menu.active span:after {
  bottom: 0;
  transform: rotate(-45deg)
}

@media (min-width: 1300px) {
  .gm-header__open-menu {
    display:none;
  }
}

.gm-mobile-header {
  position: fixed;
  top: clamp(5rem,5rem + ((1vw - .48rem)*5.0633),7rem);
  left: 0;
  transform: translateX(-100%);
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #E5E2DB;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .5s
}

.gm-mobile-header.active {
  transform: translateX(0)
}

.admin-bar .gm-mobile-header {
  top: clamp(7rem,7rem + ((1vw - .48rem)*5.0633),9rem)
}

@media (max-width: 782px) {
  .admin-bar .gm-mobile-header {
    top:clamp(7.875rem,7.875rem + ((1vw - .48rem)*5.0633),9.875rem)
  }
}

.gm-mobile-header .gm-container-wide {
  padding: 45px 0
}

.gm-mobile-header__menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.gm-mobile-header__menu a {
  display: block;
  text-decoration: none
}

.gm-btn span,
.gm-btn svg,
.gm-mobile-header__menu a span {
  display: block
}

.gm-mobile-header__menu>li {
  margin-bottom: 12px
}

.gm-mobile-header__menu>li>.menu-item-children,
.gm-mobile-header__menu>li>.menu-item-children a,
.gm-mobile-header__menu>li>a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 53px
}

.gm-mobile-header__menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.gm-mobile-header__menu>li>a span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.gm-mobile-header__menu>li>.menu-item-children {
  display: flex;
  justify-content: space-between;
  gap: 30px
}

.gm-mobile-header__menu>li>.menu-item-children a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.gm-mobile-header__menu>li>.menu-item-children .menu-item-open-sub-menu {
  width: 40px;
  height: 53px;
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.gm-mobile-header__menu>li>.menu-item-children .menu-item-open-sub-menu svg {
  transition: all .4s;
  display: block
}

.gm-mobile-header__menu .sub-menu {
  display: none;
  padding: 10px 0 10px 25px
}

.gm-mobile-header__menu .sub-menu a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5
}

.gm-mobile-header__info {
  position: relative;
  margin-top: 35px;
  padding: 16px 0
}

.gm-mobile-header__info:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 164px;
  height: 100%;
  border: 2px solid #A5AFB7;
  left: clamp(-5rem,-1.5625rem + (1vw - .36rem)*-8.8141,-1.5625rem)
}

.gm-mobile-header__info>* {
  position: relative;
  z-index: 2
}
.gm-mobile-header__info .gm-btn {
  width: 100%
}
.gm-mobile-header__search {
  margin-top: 14px;
  height: 55px;
  border: 1px solid #003147;
  background-color: #E5E2DB
}
.gm-mobile-header__search form {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%
}
.gm-mobile-header__search form input {
  width: inherit;
  height: inherit;
  padding: 0 60px 0 20px;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1F292E;
  background-color: transparent;
  border: 0;
}
.gm-mobile-header__search form input::-webkit-input-placeholder {
  color: #1F292E;
  opacity: 1;
}
.gm-mobile-header__search form input::-moz-placeholder {
  color: #1F292E;
  opacity: 1;
}
.gm-mobile-header__search form input::placeholder {
  color: #1F292E;
  opacity: 1;
}
.gm-mobile-header__search-open {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #E5E2DB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all .5s;
}
.gm-mobile-header__search-open.active {
  width: 55px;
}

@media (max-width: 1199px){
  .gm-mobile-header__search form {
    max-width: calc(100% - 50px);
  }
  .gm-mobile-header__search form input {
    padding: 0 0px 0 20px;
  }
}
.gm-footer {
  background-color: #002232;
  color: #FCF9F5;
  padding-top: clamp(2.8125rem,2.8125rem + ((1vw - .48rem)*8.7025),6.25rem);
  position: relative;
  z-index: 2;
}

.gm-footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: clamp(2.5rem,2.5rem + ((1vw - .48rem)*4.7468),4.375rem)
}
.footer.gm-footer .hs-menu-wrapper>ul {
  display: block;
}
@media (max-width: 768px) {
  .gm-footer__container {
    padding-left:10px;
    padding-right: 10px
  }
}

.gm-footer__logo-col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 45px
}

@media (min-width: 992px) {
  .gm-footer__logo-col {
    flex:0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0
  }
}

.gm-footer__nav-col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between
}

@media (min-width: 992px) {
  .gm-footer__nav-col {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: clamp(3.125rem,3.125rem + ((1vw - .62rem)*45.3431),14.6875rem)
  }
}

.gm-footer__nav-col-im {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between
}

@media (min-width: 992px) {
  .gm-footer__nav-col-im {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: clamp(3.125rem,3.125rem + ((1vw - .62rem)*45.3431),14.6875rem);
    justify-content: flex-end;
    gap: 110px
  }
}

.gm-footer__logo {
  width: clamp(9.8125rem,9.8125rem + ((1vw - .48rem)*12.5),14.75rem);
  display: block
}

.gm-footer__nav {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

@media (max-width: 428px) {
  .gm-footer__nav:nth-child(2) {
    max-width:180px
  }
}

.gm-footer__nav-title {
  font-weight: 800;
  color: #fcf9f5;
  font-size: clamp(.8125rem,.8125rem + ((1vw - .48rem)*.1582),.875rem);
  line-height: 166%;
  letter-spacing: .15625rem;
  text-transform: uppercase;
  margin-bottom: clamp(.3125rem,.3125rem + ((1vw - .48rem)*2.3734),1.25rem)
}

.gm-footer__menu {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.footer.gm-footer .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
  display: inline-block;
  font-size: clamp(.875rem,.875rem + ((1vw - .48rem)*.3165),1rem);
  line-height: clamp(2rem,2rem + ((1vw - .48rem)*.7911),2.3125rem);
  color: rgba(252,249,245,.7);
  text-decoration: none;
  transition: all .4s
}

@media (hover: hover) {
  .footer.gm-footer .hs-menu-wrapper>ul>li>a:hover {
    color:#fcf9f5
  }
}

.gm-footer__follow {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.gm-footer__logo-col img {
  width: clamp(9.8125rem,9.8125rem + ((1vw - 0.48rem)*12.5),14.75rem) !important;
  vertical-align: middle;
}
.gm-footer__follow-title {
  font-weight: 800;
  font-size: clamp(.8125rem,.8125rem + ((1vw - .48rem)*.1582),.875rem);
  line-height: 166%;
  letter-spacing: .15625rem;
  text-transform: uppercase;
  margin-bottom: 20px
}
.footer .content-wrapper {
  max-width: min(100% - clamp(3.125rem,3.125rem + ((1vw - 0.36rem) * 17.6282),10rem),1500px);
  padding-left: 0;
  padding-right: 0;
}
.gm-footer__follow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px
}

.gm-footer__copyright {
  border-top: 1px solid #A5AFB7;
  padding: clamp(2.1875rem,2.75rem + ((1vw - .48rem)*-1.4241),2.75rem) 0
}
.hs-error-msgs label {
  color: #ef6b51;
}

.gm-footer__copyright-container {
  font-weight: 400;
  font-size: .8125rem;
  line-height: 166%;
  color: rgba(233,233,233,.7)
}
@media (min-width: 992px) {
  .gm-footer__copyright-container {
    text-align:right
  }
}

@media(max-width: 768px){
  .footer>.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}