*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {
  -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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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: 28px;
    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: 28px;
        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: 28px;
        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 0px;
}

@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: Formular;
   src: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Formular/Formular-Medium.eot") format("embedded-opentype"),
      url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Formular/Formular-Medium.woff2") format("woff2"),
         url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Formular/Formular-Medium.woff") format("woff"),
            url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Formular/Formular-Medium.ttf") format("truetype");
               font-weight: 400;
               }

@font-face { 
   font-family: Gilroy-Bold; 
   src: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-Bold/Gilroy-Bold.eot") format("embedded-opentype"),
      url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"), 
         url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"),
            url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
               }

@font-face {
   font-family: Gilroy-SemiBold; 
   src: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot") format("embedded-opentype"),
      url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff2") format("woff2"),
         url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff"),
            url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype");
               }


@font-face {
   font-family: swiper-icons;
   src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
   font-weight: 400;
   font-style: normal
}

@font-face { 
   font-family: Gilroy-Bold; 
   src: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/BellGeospace_June2022/fonts/31A0F0_11_0-ac569a90a834bdbe393a436e88eef5fa.eot") format("embedded-opentype"), 
      url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_11_0-b10e5583b3f7d21e787f2e1c84860221.woff2") format("woff2"), 
         url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_11_0-43066873fed88d8f666b8e4b67ba3bb0.woff") format("woff"), 
            url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_11_0-c7ce2b26cfa4e12f78497fc34eb39a3a.ttf") format("truetype");
               }

@font-face { 
   font-family: Gilroy-SemiBold; 
   src: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/BellGeospace_June2022/fonts/31A0F0_4_0-add4daa2334eb837ab2677f8c38aad85.eot") format("embedded-opentype"), 
      url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_4_0-149af20f9aee31c6b089e2dc74472542.woff2") format("woff2"), 
         url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_4_0-8be23771b9b8e6c8c5cca60636197b17.woff") format("woff"), 
            url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/fonts/31A0F0_4_0-bfad921d68b9c6c3f783fb08b87461fe.ttf") format("truetype");
               }

body {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -ms-flex-flow: column nowrap;
   flex-flow: column nowrap;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: start;
   justify-content: flex-start;
   line-height: 1.4;
   position: relative;
   background-color: #202533;
   overflow: hidden;
   overflow-y: auto;
   width: 100vw;
   height: auto;
   min-height: 100vh;

}
.header-wrapper{
   min-height: 6.5rem;
}
body:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index:1;
   height: 100%;
   background-image: url("https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/lines-2f67bd80322d0c606ac85b0fe239a50d.svg");
      background-repeat: repeat-y;
      background-position: top;
      background-size: 100% auto;
      opacity: .1;
      pointer-events: none;
      content: "";
      }

.layout-bg {
   position:relative;
}

.layout-bg:before {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 0;
   width: 100%;
   height: 100%;
   background: #cfd7d8;
   content: "";
}

.layout-bg * {
   position: relative;
   z-index: 1;
}


img{
   max-width:100%;
}

p {
   margin-top: 0;
   margin-bottom: 1rem;
   font-family: ;
}

/* Anchor Links */
a { 
   text-decoration: none;
   -webkit-transition: color .1s ease;
   -o-transition: color ease .1s;
   transition: color .1s ease;
}
a:hover, a:focus {
   text-decoration: none; 
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   line-height: 1.2;
}



strong {
   font-weight: 700;
}

code {
   vertical-align: bottom;
}

ul,
ol {
   margin:0 0 20px;
   padding-left:20px;
}


ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
   margin-top: 0;
   margin-bottom: 0;
}

blockquote {
   margin-top: 0;
   margin-bottom: 3rem;
   color: #667489;
   font-size: 3.125rem;
   line-height: 3.4375rem;    
   font-family: Gilroy-Bold,sans-serif;
   margin-left: 0;
   margin-right: 0;
}

blockquote:before{
   display: inline-block;
   color: #f5d785;
   content: "\201C";
}
blockquote:after{
   content: "\201D";
   display: inline-block;
   color: #f5d785;
}


/* Horizontal Rules */
hr {
   color: #ccc;
   background-color: #ccc;
   height: 1px;
   border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

:focus {
   outline: auto;
}

.disable-focus-styles :focus {
   outline: none;
}

h1{
   margin-bottom:73px; 
   line-height: 4.875rem;
}

h2{
   margin-bottom:45px;
}

h3{
   margin-bottom:28px;
}

h4{
   margin-bottom:20px;
}

h5{
   margin-bottom:18px;
}

h6{
   margin-bottom:16px;
}

p{
   margin-bottom:15px;
}


@media (max-width:1024px){
   h1{
      margin-bottom:50px; 
      line-height: 3.4375rem;
   }

   h2{
      margin-bottom:38px;
   }

   h3{
      margin-bottom:24px;
   }

   h4{
      margin-bottom:20px;
   }

   h5{
      margin-bottom:16px;
   }
   h6{
      margin-bottom:16px;
   }


   .header-wrapper{
      min-height: 4.25rem;
   }

   .main-wrapper-wp .dnd-section {
      padding-top: 48px;
      padding-bottom: 48px;
   }

}

@media(max-width:768px){
   .main-wrapper-wp .dnd-section {
      padding-top: 24px;
      padding-bottom:24px;
   }
   body {
      width: 100%;
   }

}

@media (max-width:425px){
   h1{
      margin-bottom:40px; 
   }
}

@media only screen and (max-width: 425px){

   .header-wrapper{
      min-height: 3.5rem;
   }
}
button,
.button {
  text-decoration: none;
  padding: 1em 1.5em;
  margin: 0;
  font-family: Gilroy-SemiBold,sans-serif;
  margin-top: 2.13em;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0.125em solid #000;
  -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  cursor: pointer;
  background-color: ;
  border-color: ;
  color: ;
  display: inline-block;
}

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

form {
  max-width: ;
  font-family: ;
}

.hs-button {
  
  text-decoration: none;
  padding: 1em 1.5em;
  margin: 0;
  font-family: Gilroy-SemiBold,sans-serif;
  margin-top: 2.13em;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0.125em solid #000;
  -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  cursor: pointer;
  background-color: ;
  border-color: ;
  color: ;
  display: inline-block;
  margin-bottom: 28.968px;
}

.hs-error-msgs li label {
  color: red;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: ;
  outline: 0;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.hs-form label {
  color: ;
  padding: 0.25rem 0;
  font-family: Gilroy-SemiBold,sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

form.hs-form.stacked .field.hs-form-field {
  margin-bottom: 1rem;
}

.hs-input,input#hs-pwd-widget-password {
  padding: 0.25rem 0.5rem;
  width: 100%;
  max-width: 20rem;
  border: 0;
  color: #202533;
  font-family: Formular,sans-serif;
  font-size: .9375rem;
  line-height: 1.4375rem;
  font-weight: 400;
  margin-top: 0;
  height: auto;
  margin-bottom: 0;
  box-sizing: border-box;
  border:1px solid #fff;
  display:block;
  max-width: 100%;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
/* .hs-input:focus,input#hs-pwd-widget-password:focus {
outline: none;
border-color: rgba(82, 168, 236, 0.8);
} */

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* Header container */

/* .header-wrapper {
min-height: 104px;
} */

header.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0,0,0,.3);
  box-shadow: 0 0 3rem 0 rgba(0,0,0,.3);
  width: 100vw;
}

.header__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-width: 100% !important;
}

.header-logo {
  width: auto;
}

.header-logo a {
  height: 3.5rem;
  margin-right: 1rem;
  width: auto;
}


.header-logo a img {
  display: block;
  height: 100%;
  max-width: 287.469px;
}

.mobile-trigger {
  display: none;
}

.custom-menu-primary {
  display: block;
}
.custom-menu-primary.mobile {
  display: none;
}

.header-logo > div > span {
  width: 100%;
  display: block;
  max-height: 56px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding: 0;
  margin: .25em;
  background: rgba(0,0,0,0);
  overflow: visible;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 3px;
}


.custom-menu-primary .hs-menu-wrapper>ul > li {
  padding: .5em;
  margin-bottom: 0;
  width: auto;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
  padding: .25em;
  display: block;
  position: relative;
  margin: 0;
  background: rgba(0,0,0,0);
  border: 0;
  outline: 0;
  font-family: Gilroy-SemiBold,sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a {
  padding-right: 1.5em;
}

.custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a:after {
  width: .8em;
  height: .8em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/arrow.svg);
  background-size: 100% 100%;
  background-position: 50%;
  content: "";
}

.custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a {
  margin-top: 0;
  margin-left: .5rem;
  background-color: #f5d785;
  text-decoration: none;
  border: 2px solid #000;
  border-color: #f5d785;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: auto;
  height: auto;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:last-child {
  padding: 0;
  top: -3px;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a span {
  color: #202533;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1em 1.5em;
  font-family: Gilroy-SemiBold,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin-top: 0;
  margin-left: 0.5rem;
  background-color: #f5d785;
  text-decoration: none;
  border: 2px solid #000;
  border-color: #f5d785;
  -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  appearance: none;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 1em 1.5em;
  font-family: Gilroy-SemiBold,sans-serif;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .15s ease-in-out;
  color: #202533;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 150%;
  left: 50%;
  z-index: 10;
  padding: 1.5rem 3rem;
  width: auto;
  max-width: 90vw;
  -webkit-transform: translate(-50%,-300%);
  -ms-transform: translate(-50%,-300%);
  transform: translate(-50%,-300%);
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,.25);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,.25);
  opacity: 0;
  display:block;
}

.IE .custom-menu-primary .hs-menu-wrapper > ul ul{
  top: 156%;
}


.custom-menu-primary .hs-menu-wrapper>ul ul li {
  margin-bottom: .5em;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  padding: .25em;
  text-transform: none;
  display: block;
  position: relative;
  margin: 0;
  background: rgba(0,0,0,0);
  border: 0;
  outline: 0;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: Gilroy-SemiBold,sans-serif;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  line-height: 19.04px;
}

.custom-menu-primary .hs-menu-wrapper>ul >  li.child-menu-open > ul {
  -webkit-animation: dropdown .15s ease-in-out forwards;
  animation: dropdown .15s ease-in-out forwards;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
  background-color: #202533;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover span {
  color: #f5d785;
}

.floating-search {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  margin: auto;
}

.floating-search, .floating-search__label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.floating-search__label{
  position: relative;
}

.floating-search__form form>button {
  position: absolute;
  top: 50%;
  right: 1em;
  background: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  padding: 0;
  margin:0px;
  box-shadow:none;
  margin-top:1px;
  outline:none !important;
}

.floating-search__form form>button>span {
  display: none;
}

.floating-search__form form>button>svg {
  width: 15px;
  height: auto;
  fill: #202533;
}

.IE .floating-search__form form>button>svg{
  height: 15px;
}

.floating-search__form input.hs-search-field__input::placeholder {
  color: rgb(117, 117, 117);
}

.floating-search__form .hs-search-field.hs-search-field--open {
  position: relative;
}

.floating-search__form .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  background-color: #ced6d8;
  margin-top: 1px;
  padding: 7px 7px;
}

.floating-search__form .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions>li>a:hover {
  background-color: transparent;
  color: #202533;
}


.floating-search__label {
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  cursor: pointer;
}

.floating-search__label svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.custom-menu-primary.desktop {
  display: flex;
}

.floating-search__form {
  position: absolute;
  right: 48px;
  opacity: 0;
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    opacity: 0
  }

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

  to {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 1
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    opacity: 0
  }

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

  to {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 1
  }
}

.open-fm .floating-search__form {
  -webkit-animation: slide .2s ease-in-out forwards;
  animation: slide .2s ease-in-out forwards;
  opacity: 1;
}

.floating-search__form input {
  text-transform: capitalize;
  color: #202533;
  padding: 1.5em 1em;
  margin: 0;
  background-color: #cfd7d8 !important;
  font-family: Formular,sans-serif;
  line-height: 1.4375rem;
  font-weight: 400;
  font-size: .9375rem;
  -webkit-appearance:none;
}

.floating-search__form input.hs-search-field__input {
  border-width: 2px;
  border-style: inset;
  border-color: rgb(118, 118, 118);
}


.floating-search__form .floating-search__inner-submit {
  position: absolute;
  top: 50%;
  right: 13.333px;
  background: rgba(0,0,0,0);
  border: none;
  transform: rotate(-90deg) translateX(50%);
  padding: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.floating-search__form .floating-search__inner svg {
  width: 15px;
  height: auto;
  fill: #202533;
}

button.button.floating-search__inner-submit svg {
  width: 15px;
  height: auto;
  fill: #202533;
}

.search-and-menu {
  display: none;
}

.header-wrapper>li.btn-cnt {
  display: none;
}

@media (min-width:1280px) and (max-width:1400px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a{
    font-size:11.7px;
  }
}
@media(max-width:1280px){
  .custom-menu-primary.desktop {
    display: none;
  }
  .mobile-trigger {
    display: block;
    position: relative;
    z-index: 102;
    width: 3rem;
    height: 3rem;
    background: rgba(0,0,0,0);
    cursor: pointer;
  }
  .search-and-menu {
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-left: 0;
  }

  .mobile-trigger:before,.mobile-trigger:after {
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    content: "";
    height: .2rem;
    background: #f5d785;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%,-200%) rotate(0deg);
    -ms-transform: translate(-50%,-200%) rotate(0deg);
    transform: translate(-50%,-200%) rotate(0deg);
  }

  .mobile-trigger:after {
  }

  .mobile-trigger:after {
    -webkit-transform: translate(-50%,150%) rotate(0deg);
    -ms-transform: translate(-50%,150%) rotate(0deg);
    transform: translate(-50%,150%) rotate(0deg);
  }

  .mobile-open .mobile-trigger:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .mobile-open .mobile-trigger:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .custom-menu-primary {
    font-size: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%); 
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); 
    margin: 0;
    width: 100%;
    height: 100%;
    background: #667489;
    display: none; 
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .mobile-open .custom-menu-primary {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-animation: nav .15s ease-in-out forwards;
    animation: nav .15s ease-in-out forwards;
    z-index: 99;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 3rem 1.5rem;
    font-size: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    width: 100%;
    height: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: -3px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    padding: 0;
    margin-bottom: .5rem;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    top: 0;
    margin-bottom: 0;
    margin-top: 1rem;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
    width: auto;
    max-width: fit-content;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {

  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: static;
    transform: none;
    opacity: 1;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 100%;
    display: none;
    animation:none !important;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: static;
  }

  .custom-menu-primary > div {
    width: 100%;
  }

  .custom-menu-primary > div > span {
    width: 100%;
  }

  .custom-menu-primary > span {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
    margin-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    margin-bottom: 9px;
  }
  body.mobile-open {
    position: fixed;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a.cta_button {
    margin-left: 0;
  }
}

@media(max-width:1024px){
  header.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
    padding: .5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: 1.5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    width: .66em;
    height: .66em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: .5em;
  }

  .floating-search__form {
    right: 24px;
  }

  .floating-search__form form>button {
    margin-right: -1.5px;
  }

  /*   .header-wrapper {
  min-height: 80px;
} */
}

@media(max-width:768px){
  header.header {
    padding: 6px .75rem;
    width: 100%;
  }

  .floating-search__form {
    right: 10px;
  }

  /*   .header-wrapper {
  min-height: 68px;
} */
}



@media(max-width:425px){
  .header-logo a {
    height: 2.5rem;
    position: relative;
    top: 2px;
  }

  .header-logo a img {
    max-width: 205.344px;
  }
  .mobile-trigger {
    margin-left: 16px;
  }
  header.header.lp-header {
    min-height: 60px;
  }

  .lp-header .header-logo a {
    top: 4px;
  }
  .header-logo>div {
    line-height: 0;
  }
  .header-logo {
    position: relative;
    top: -2px;
  }
}



@keyframes dropdown {
  0% {
    display: none;
    -webkit-transform: translate(-50%,-300%);
    transform: translate(-50%,-300%);
    opacity: 0
  }

  1% {
    display: block;
    -webkit-transform: translate(-50%,-1rem);
    transform: translate(-50%,-1rem);
    opacity: 0
  }

  to {
    display: block;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 1
  }
}

@keyframes nav {
  0% {
    display: none;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  1% {
    display: block;
    z-index: 101;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    display: block;
    z-index: 101;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


/* note */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
    position: relative;
    margin-top: auto;
    grid-template-columns: 1fr 6rem 4rem minmax(-webkit-min-content,80rem) 4rem 6rem 1fr;
    -ms-grid-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
    grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    width: 100vw;
    height: auto;
    z-index: 99;
}

.footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6rem 1fr;
    grid-template-columns: 1fr 6rem 1fr;
    -ms-grid-rows: auto 3rem auto 6rem auto;
    grid-template-rows: auto 3rem auto 6rem auto;
}

.footer-contact-section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.footer-social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    height: 24px;
    position: relative;
    top: 1px;
}

.footer-menu-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
}

.footer__copyright {
    line-height: 1.4375rem;
    font-weight: 400;
    font-size: .9375rem;
    font-family: Gilroy-SemiBold,sans-serif;
}

@media(min-width: 769px) {
    .footer-contact-section {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        margin-bottom: 0;
    }

    .footer-social {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }

    .footer-menu-group {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4;
        margin-bottom: 0;
    }

    .footer__copyright {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
    }

    .footer-inner-wrapper {
        margin-bottom: 3rem;
        margin-top: 6rem;
        display: block;
        width: 100%;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
    }
}

.footer-contact-section h3 {
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 1.8125rem;
    font-family: Gilroy-SemiBold,sans-serif;
}

.footer-contact-section p {
    margin-bottom: .5em;
    font-family: Gilroy-SemiBold,sans-serif;
    line-height: 1;
    font-size: .9375rem;
    font-weight: 400;
    height: 15px;
}

.footer-contact-section p a {
    text-decoration: none;
    border: 0;
    display: inline;
    line-height: normal;
    font-family: Gilroy-SemiBold, sans-serif;
}

.footer-social a {
    height: 1.5rem;
    text-decoration: none;
    width: 1.5rem;
    display: block;
    margin-right: 1rem;
    border: 0;
    line-height: 22.4px;
}

.footer-social a svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer-menu {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid #202533;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1rem;
}

.footer-navigation {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    width: auto;
    height: auto;
    color: #f5d785;
    border-left: 2px solid #202533;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1rem;
}

.footer-navigation ul li {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    line-height: 22.4px;
}

.footer-navigation ul li:last-child {
    margin-bottom: 0;
}

.footer-navigation ul li a {
    font-family: Gilroy-SemiBold,sans-serif;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    font-size: .9375rem;
    font-weight: 400;
    border: 0;
    display: inline;
}

.footer-menu .hs-menu-wrapper > ul li {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    line-height: 22.4px;
}

.footer-menu .hs-menu-wrapper > ul li a {
    font-family: Gilroy-SemiBold,sans-serif;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    font-size: .9375rem;
    font-weight: 400;
    border: 0;
    display: inline;
}

.footer-menu .hs-menu-wrapper > ul li:last-child {
    margin-bottom: 0;
}

.footer-contact-section h3 {
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 1.8125rem;
    font-family: Gilroy-SemiBold,sans-serif;
    margin-top: 0;
}

.IE footer.footer {
    display: block;
}

.IE .footer-inner-wrapper {
    max-width: 1029px;
    margin: 0 auto;
    padding-bottom: 3rem;
    padding-top: 6rem;
}
.footer__copyright a {
    color: #f5d785;
}

.footer__copyright a:hover {
      color: #f5d785;
    opacity: .5;
}
.IE .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.IE .footer-contact-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 45.3%;
    flex: 0 45.3%;
}

.IE .footer-social {
    display: block;
    position: absolute;
    bottom: 153px;
    left: 0;
    top: auto;
    font-size: 0;
    width: 200px;
}

.IE .footer__copyright {
    display: block;
    width: 100%;
}

.IE .footer-menu-group {
    position: relative;
    left: 97px;
    margin-bottom: 96px;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.IE .footer-social a {
    display: inline-block;
}

.lp-footer .footer-inner-wrapper {
    margin-top: 3rem;
}

.lp-footer .footer-inner {
    display: block;
}

@media(max-width: 1024px) {
    .footer-inner-wrapper {
        margin-bottom: 1.5rem;
        margin-top: 3rem;
    }

    .footer-menu {
        padding-left: 1.5rem;
        margin-bottom: .75rem;
    }

    .footer-navigation {
        padding-left: 1.5rem;
        margin-bottom: .75rem;
    }

    .footer-contact-section h3 {
        margin-bottom: 17px;
    }
}

@media(max-width: 779px) {
    .footer-contact-section p:first-of-type {
        height: 30px;
    }
}

@media(max-width: 768px) {
    footer.footer {
        display: -ms-grid;
        display: grid;
        grid-auto-rows: auto;
        grid-auto-flow: row;
        width: 100%;
        height: auto;
        -ms-grid-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
        grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
    }

    .footer-inner-wrapper {
        margin-top: 1.5rem;
        margin-bottom: .75rem;
    }

    .footer-contact-section {
        margin-bottom: 1.5rem;
    }

    .footer-social {
        margin-bottom: 1.5rem;
        margin-top: 1px;
    }

    .footer-menu-group {
        margin-bottom: 1.5rem;
        margin-top: 1px;
    }

    .footer-inner {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-inner-wrapper {
        display: block;
        width: 100%;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
    }

    .footer-menu {
        margin-right: 1rem;
        margin-bottom: .375rem;
        padding-left: .75rem;
        width: auto;
        height: auto;
    }

    .footer-navigation {
        margin-right: 1rem;
        margin-bottom: .375rem;
        padding-left: .75rem;
        width: auto;
        height: auto;
    }

    .footer-contact-section p:first-of-type {
        height: 15px;
    }

    .lp-footer .footer-inner-wrapper {
        margin-top: .75rem;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.banner-section .dnd-section {
  padding: 0px 0px;
}

.hs-hero:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  width: 35vw;
  height: 35vw;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/topographic-682ae94825c5079b9527cb0db8ff083b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    opacity: .1;
    }


.banner-section {
  overflow: hidden;
}

.home-banner-wp .carousel__content-split__bottom a.carousel__arrow {
  display: block;
  margin-top: 3rem;
  width: 3rem;
  height: 3rem;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/chevron-down-7ce94b8b971a2e307197efc8901abff9.svg');
    background-position: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 0;
    margin-bottom: 1px;
    }

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

.layout-wrapper .dnd-section>.row-fluid {
  max-width: 100%;
}

.cm-listinggs .dnd-section>.row-fluid{
  max-width: 100%;
}

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

.home-page .hs-generic-content .bottom-pane-wp:before {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #667489;
  content: "";
}

.home-page .hs-generic-content .bottom-pane-wp {
  background-color: transparent !important;
  position: relative;
  z-index: inherit;
}

.home-page .hs-generic-content {
  margin-top: 3rem;
  margin-bottom: 9rem;
  position: relative;
}

.layout-wrapper .dnd-section {
  padding: 0px 0px;
}

.cm-listinggs .dnd-section{
  padding: 0px 0px;
}

.home-page .hs-generic-content:after {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  width: 40vw;
  height: 40vw;
  -webkit-transform: translate(-100%,-10%);
  -ms-transform: translate(-100%,-10%);
  transform: translate(-100%,-10%);
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/topographic-682ae94825c5079b9527cb0db8ff083b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    opacity: .1;
    content: "";
    margin-top: 6rem;
    }

.home-page .hs-generic-content .bottom-pane-wp .btm-content p.btm-content-text {
  font-family: Formular,sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #fff;
}

.aircraft-page .sstandard-page{
  position:relative;
}

.aircraft-page .sstandard-page:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #cfd7d8;
  content: "";
}


/*----*/

.aircraft-page .sstandard-page {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.aircraft-page .sstandard-page .hs_cos_wrapper_type_rich_text {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  justify-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 1fr 6rem 4rem minmax(-webkit-min-content,80rem) 4rem 6rem 1fr;
  -ms-grid-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
  grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
}

.aircraft-page .sstandard-page .hs_cos_wrapper_type_rich_text>* {
  display: block;
  width: 100%;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.aircraft-page .sstandard-page h2 {
  font-size: 2.8125rem;
  line-height: 3.5rem;
  font-family: Gilroy-Bold,sans-serif;
  font-weight: 400;
  max-width: 40rem;
  margin: 1em 0;
}

.aircraft-page .sstandard-page h2 span{
  font-weight: 700;
}

.aircraft-page .sstandard-page p {
  max-width: 40rem;
  margin: 1em 0;
  color: #202533;
  font-family: Formular,sans-serif;
  font-size: .9375rem;
  line-height: 1.4375rem;
  font-weight: 400;
}

.aircraft-page .sstandard-page h2:first-child {
  margin-top: 0;
}

.aircraft-page .sstandard-page p:empty {
  display: none;
}

.aircraft-page .sstandard-page figure {
  width: 100% !important;
  max-width: 40rem;
  display: inline-block !important;
  position: relative;
  margin: 1rem 0 3rem;
  height: auto;
}

.aircraft-page .sstandard-page figure .hs-responsive-embed-wrapper {
  position: static !important;
  min-width: auto !important;
  max-height: inherit !important;
  margin: 0px !important;
}

.aircraft-page .sstandard-page figure figcaption {
  color: #202533;
  text-align: left;
  opacity: .75;
  display: block;
  margin-top: 0.9rem;
  font-size: 16px;
}

.aircraft-page .sstandard-page h3 {
  max-width: 40rem;
  margin: 1em 0;
  color: #202533;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: Gilroy-Bold,sans-serif;
}

.aircraft-page .sstandard-page ul {
  max-width: 40rem;
  margin: 1em 0;
  color: #202533;
  font-family: Formular,sans-serif;
  font-size: .9375rem;
  line-height: 2.1875rem;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
}

.aircraft-page .sstandard-page ul>li {
  position: relative;
  padding-left: 2em;
  color: #202533;
}

.aircraft-page .sstandard-page ul>li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.75em;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 0.75em;
  width: 0.75em;
  background: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/arrow-4da86df397fee7adf4adfb485c19e7ab.svg');
    }

.aircraft-page .sstandard-page p:first-child {
  margin-top: 0;
}

.aircraft-page .sstandard-page p:last-child {
  margin-bottom: 0;
}

.aircraft-page .sstandard-page p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #667489;
  -webkit-transition: color .1s ease;
  -o-transition: color ease .1s;
  transition: color .1s ease;
  font-family: Gilroy-SemiBold,sans-serif;
  cursor: pointer;
}

.case-studies-page .layout-studies-tl {
  margin-top: 6rem;
}

.case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  grid-template-columns: 1fr 6rem 4rem minmax(-webkit-min-content,80rem) 4rem 6rem 1fr;
  -ms-grid-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
  grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
}

.case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header h1 {
  font-size: 2.8125rem;
  line-height: 3.5rem;
  font-family: Gilroy-Bold,sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.case-studies-page .hs-listing-studies .full-width-image-with-content .card-middle a.btn-gold {
  margin-top: 0;
}

.case-studies-page .hs-listing-studies .full-width-image-with-content .card-bottom {
  padding: 1.5rem 1.5rem 0;
}

.case-studies-page .hs-listing-studies .full-width-image-with-content .card-bottom h3.card-title:before {
  position: absolute;
  left: -24px;
  left: -1.5rem;
  bottom: 0;
  width: 2px;
  height: calc(100% + 3rem);
  background: #f5d785;
  -webkit-box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 30%);
  content: "";
}

.case-studies-page .hs-listing-studies .full-width-image-with-content .card-bottom h3.card-title {
  margin-bottom: 0;
}

.aircraft-page .hs-btms-pane .row-fluid [class*="span"] {
  min-height: 0;
}

/*---------form-----*/

.request-download-page .request-downloadfrm .hs_cos_wrapper_type_form {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  justify-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 1fr 6rem 4rem minmax(-webkit-min-content,80rem) 4rem 6rem 1fr;
  -ms-grid-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
  grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
}

.request-download-page .request-downloadfrm .hs_cos_wrapper_type_form>div {
  max-width: 40rem;
  display: block;
  width: 100%;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.request-download-page .request-downloadfrm form .field.hs-form-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1rem;
  position: relative;
}

.request-download-page .request-downloadfrm form .field.hs-form-field>label {
  padding: 0.25rem 0.5rem;
  color: #667489;
  font-family: Gilroy-SemiBold,sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.request-download-page .request-downloadfrm form .input>.hs-input {
  padding: 0.25rem 0.5rem;
  width: 100%;
  max-width: 20rem;
  background: #fff;
  border: none;
  color: #202533;
  font-family: Formular,sans-serif;
  font-size: .9375rem;
  line-height: 1.4375rem;
  font-weight: 400;
  margin-top: 0;
  height: auto;
  margin-bottom: 0;
}

.request-download-page .request-downloadfrm form .input {
  width: 100%;
}

.request-download-page .request-downloadfrm form .field.hs-form-field>label .hs-form-required {
  display: none;
}

.request-download-page .request-downloadfrm form .field.hs-form-field>legend.hs-field-desc {
  position: absolute;
  bottom: -23px;
  padding: 0.125rem 0.5rem;
  font-size: .75rem;
  font-style: italic;
  color: #667489;
  font-family: Formular, sans-serif;
  margin-bottom: 0;
}

.request-download-page .request-downloadfrm form .hs_email.hs-email {
  margin-bottom: 2.68rem;
}

.hs_interested_in {
}

.request-download-page .request-downloadfrm form .input select {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0;
  width: 100%;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/triangle-down-fa0084cf58600eaa8800c9776315da93.svg')!important;
    background-repeat: no-repeat!important;
    background-position: right 0.7em top 50%!important;
    background-size: 0.65em auto!important;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    }

.request-download-page .request-downloadfrm form .input textarea {
  height: 7rem !important;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list {
  margin: 0;
  padding: 0;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li {
  padding: 0px;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li:before {
  display: none;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label {
  position: relative;
  line-height: 1.25em;
  color: #202533;
  cursor: pointer;
  font-family: Formular,sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: inherit;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label>span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: #fff;
  content: "";
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label>span:after {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 4px;
  left: 0.25rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: #667489;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  content: "";
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label>.hs-input[type=checkbox] {
  position: absolute;
  padding: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label>.hs-input[type=checkbox]:checked+span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.request-download-page .request-downloadfrm form .hs_message.hs-message {
  margin-bottom: 10.5px;
}

.request-download-page .request-downloadfrm form .input ul.inputs-list>li>label>span {
  vertical-align: baseline;
}

.request-download-page .request-downloadfrm form .grecaptcha-badge {
  margin: 0px;
}

.request-download-page .request-downloadfrm form .hs-button {
  color: #f5d785;
  background-color: #202533;
  border-color: #202533;
  padding: 1em 1.5em;
  margin: 0;
  font-family: Gilroy-SemiBold,sans-serif;
  margin-top: 2.13em;
  font-size: .85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0.125em solid #000;
  -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  cursor: pointer;
}

.request-download-page .request-downloadfrm form .hs-button:hover {
  color: #202533;
  background-color: #f5d785;
}

.request-download-page .request-downloadfrm form ul.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.request-download-page .request-downloadfrm form ul.hs-error-msgs>li {
  padding: 0;
  margin: 0;
}

.request-download-page .request-downloadfrm form ul.hs-error-msgs>li:before {
  display: none;
}

.request-download-page .request-downloadfrm form ul.hs-error-msgs li label {
  color: red;
  margin: 0;
  position: absolute;
  bottom: -43px;
}

.request-download-page .request-downloadfrm .hs_error_rollup ul.hs-error-msgs li label {
  position: static;
}

.request-download-page .request-downloadfrm form .input>.hs-input:focus {
  outline: auto;
}

/*---------end---*/

.hs-contactus-page .banner-section {
  overflow: inherit;
}

.maps-accordion-wp .accordion {
  flex-wrap: wrap;
}

.maps-accordion-wp .accordion__media {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 0rem;
  margin-bottom: 3rem;
}

.maps-accordion-wp .accordion__inner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: 1.5rem;
}

.hs-team-page .team-tls-sec .hs_cos_wrapper_type_header {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  grid-template-columns: 1fr 6rem 4rem minmax(-webkit-min-content,80rem) 4rem 6rem 1fr;
  -ms-grid-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
  grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
}

.hs-team-page .team-tls-sec .hs_cos_wrapper_type_header h1 {
  font-family: Gilroy-Bold,sans-serif;
  font-size: 2.8125rem;
  line-height: 3.5rem;
  color: #fff;
  display: block;
  width: 100%;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.hs-team-page {
  margin-top: 6rem;
}

.meet-the-team-wp .el-grid_item .el-grid_description .team-grid__email a:before,.hs-partners-main .hs-partners-wp .el-grid_item .el-grid_description .team-grid__email a:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/email-b.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    content: "";
    }

.meet-the-team-wp .el-grid_item .el-grid_description .team-grid__email a:hover:before,.hs-partners-main .hs-partners-wp .el-grid_item .el-grid_description .team-grid__email a:hover:before {
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/email-w.svg');
    }

.meet-the-team-wp .el-grid_item .el-grid_description .team-grid__linkedin a:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/linkedin-b.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    content: "";
    }

.meet-the-team-wp .el-grid_item .el-grid_description .team-grid__linkedin a:hover:before {
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/linkedin-w.svg');
    }

.hs-partners-main .hs-partners-wp .el-grid_item .el-grid_description .team-grid__linkedin a:before{
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/websitea.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    content: "";
    }

.hs-partners-main .hs-partners-wp .el-grid_item .el-grid_description .team-grid__linkedin a:hover:before {
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/websiteh.svg');
    }

.data-acquisition-page .acdn-sec-wp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.data-acquisition-page .acdn-sec-wp:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #cfd7d8;
  content: "";
}


.privacy-row-1 .hs_cos_wrapper_type_rich_text a {
  font-family: Gilroy-SemiBold,sans-serif;
}

.aircraft-page .sstandard-page h1 {
  margin: 1em 0;
}


.IE .full-width-image-with-content .card-top img.card-image{
  height:auto;
}

.IE .full-width-image-with-content .card-top img.card-image{
  height:auto;
}

._HS-global-content-iframe-tree {
  display: none;
}

.resources-page {
    margin-top: 6rem;
  overflow: hidden;
}


@media (-ms-high-contrast:active),(-ms-high-contrast:none) {

  .full-width-image-with-content .cm-card :first-child {
    -ms-grid-row: 1;
    grid-row: 1
  }

  .full-width-image-with-content .cm-card :nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2
  }

  .full-width-image-with-content .cm-card :nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3
  }

  .full-width-image-with-content .cm-card :nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4
  }

  .full-width-image-with-content .cm-card :nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5
  }

  .full-width-image-with-content .cm-card :nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6
  }

  .full-width-image-with-content .cm-card :nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7
  }

  .full-width-image-with-content .cm-card :nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8
  }

  .full-width-image-with-content .cm-card :nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9
  }

  .full-width-image-with-content .cm-card :nth-child(10) {
    -ms-grid-row: 10;
    grid-row: 10
  }

  .full-width-image-with-content .cm-card :nth-child(11) {
    -ms-grid-row: 11;
    grid-row: 11
  }

  .full-width-image-with-content .cm-card :nth-child(12) {
    -ms-grid-row: 12;
    grid-row: 12
  }

  .full-width-image-with-content .cm-card :nth-child(13) {
    -ms-grid-row: 13;
    grid-row: 13
  }

  .full-width-image-with-content .cm-card :nth-child(14) {
    -ms-grid-row: 14;
    grid-row: 14
  }

  .full-width-image-with-content .cm-card :nth-child(15) {
    -ms-grid-row: 15;
    grid-row: 15
  }

  .full-width-image-with-content .cm-card :nth-child(16) {
    -ms-grid-row: 16;
    grid-row: 16
  }

  .full-width-image-with-content .cm-card :nth-child(17) {
    -ms-grid-row: 17;
    grid-row: 17
  }

  .full-width-image-with-content .cm-card :nth-child(18) {
    -ms-grid-row: 18;
    grid-row: 18
  }

  .full-width-image-with-content .cm-card :nth-child(19) {
    -ms-grid-row: 19;
    grid-row: 19
  }

  .full-width-image-with-content .cm-card :nth-child(20) {
    -ms-grid-row: 20;
    grid-row: 20
  }

  .full-width-image-with-content .cm-card :nth-child(21) {
    -ms-grid-row: 21;
    grid-row: 21
  }

  .full-width-image-with-content .cm-card :nth-child(22) {
    -ms-grid-row: 22;
    grid-row: 22
  }

  .full-width-image-with-content .cm-card :nth-child(23) {
    -ms-grid-row: 23;
    grid-row: 23
  }

  .full-width-image-with-content .cm-card :nth-child(24) {
    -ms-grid-row: 24;
    grid-row: 24
  }

  .full-width-image-with-content .cm-card :nth-child(25) {
    -ms-grid-row: 25;
    grid-row: 25
  }

  .full-width-image-with-content .cm-card :nth-child(26) {
    -ms-grid-row: 26;
    grid-row: 26
  }

  .full-width-image-with-content .cm-card :nth-child(27) {
    -ms-grid-row: 27;
    grid-row: 27
  }

  .full-width-image-with-content .cm-card :nth-child(28) {
    -ms-grid-row: 28;
    grid-row: 28
  }

  .full-width-image-with-content .cm-card :nth-child(29) {
    -ms-grid-row: 29;
    grid-row: 29
  }

  .full-width-image-with-content .cm-card :nth-child(30) {
    -ms-grid-row: 30;
    grid-row: 30
  }

  .full-width-image-with-content .cm-card :nth-child(31) {
    -ms-grid-row: 31;
    grid-row: 31
  }

  .full-width-image-with-content .cm-card :nth-child(32) {
    -ms-grid-row: 32;
    grid-row: 32
  }

  .full-width-image-with-content .cm-card :nth-child(33) {
    -ms-grid-row: 33;
    grid-row: 33
  }

  .full-width-image-with-content .cm-card:nth-child(34) {
    -ms-grid-row: 34;
    grid-row: 34
  }

  .full-width-image-with-content .cm-card :nth-child(35) {
    -ms-grid-row: 35;
    grid-row: 35
  }

  .full-width-image-with-content .cm-card :nth-child(36) {
    -ms-grid-row: 36;
    grid-row: 36
  }


  .full-width-image-with-content .cm-card :nth-child(37) {
    -ms-grid-row: 37;
    grid-row: 37
  }

  .full-width-image-with-content .cm-card :nth-child(38) {
    -ms-grid-row: 38;
    grid-row: 38
  }

  .full-width-image-with-content .cm-card :nth-child(39) {
    -ms-grid-row: 39;
    grid-row: 39
  }

  .full-width-image-with-content .cm-card :nth-child(40) {
    -ms-grid-row: 40;
    grid-row: 40
  }

  .full-width-image-with-content .cm-card :nth-child(41) {
    -ms-grid-row: 41;
    grid-row: 41
  }

  .full-width-image-with-content .cm-card :nth-child(42) {
    -ms-grid-row: 42;
    grid-row: 42
  }

  .full-width-image-with-content .cm-card :nth-child(43) {
    -ms-grid-row: 43;
    grid-row: 43
  }

  .full-width-image-with-content .cm-card :nth-child(44) {
    -ms-grid-row: 44;
    grid-row: 44
  }

  .full-width-image-with-content .cm-card :nth-child(45) {
    -ms-grid-row: 45;
    grid-row: 45
  }

  .full-width-image-with-content .cm-card :nth-child(46) {
    -ms-grid-row: 46;
    grid-row: 46
  }

  .full-width-image-with-content .cm-card :nth-child(47) {
    -ms-grid-row: 47;
    grid-row: 47
  }

  .full-width-image-with-content .cm-card :nth-child(48) {
    -ms-grid-row: 48;
    grid-row: 48
  }

  .full-width-image-with-content .cm-card :nth-child(49) {
    -ms-grid-row: 49;
    grid-row: 49
  }

  .full-width-image-with-content .cm-card :nth-child(50) {
    -ms-grid-row: 50;
    grid-row: 50
  }

  .full-width-image-with-content .cm-card :nth-child(51) {
    -ms-grid-row: 51;
    grid-row: 51
  }

  .full-width-image-with-content .cm-card :nth-child(52) {
    -ms-grid-row: 52;
    grid-row: 52
  }

  .full-width-image-with-content .cm-card :nth-child(53) {
    -ms-grid-row: 53;
    grid-row: 53
  }

  .full-width-image-with-content .cm-card :nth-child(54) {
    -ms-grid-row: 54;
    grid-row: 54
  }

  .full-width-image-with-content .cm-card :nth-child(55) {
    -ms-grid-row: 55;
    grid-row: 55
  }

  .full-width-image-with-content .cm-card :nth-child(56) {
    -ms-grid-row: 56;
    grid-row: 56
  }

  .full-width-image-with-content .cm-card :nth-child(57) {
    -ms-grid-row: 57;
    grid-row: 57
  }

  .full-width-image-with-content .cm-card :nth-child(58) {
    -ms-grid-row: 58;
    grid-row: 58
  }

  .full-width-image-with-content .cm-card :nth-child(59) {
    -ms-grid-row: 59;
    grid-row: 59
  }

  .full-width-image-with-content .cm-card :nth-child(60) {
    -ms-grid-row: 60;
    grid-row: 60
  }

  .full-width-image-with-content .cm-card :nth-child(61) {
    -ms-grid-row: 61;
    grid-row: 61
  }

  .full-width-image-with-content .cm-card :nth-child(62) {
    -ms-grid-row: 62;
    grid-row: 62
  }

  .full-width-image-with-content .cm-card :nth-child(63) {
    -ms-grid-row: 63;
    grid-row: 63
  }

  .full-width-image-with-content .cm-card :nth-child(64) {
    -ms-grid-row: 64;
    grid-row: 64
  }

  .full-width-image-with-content .cm-card :nth-child(65) {
    -ms-grid-row: 65;
    grid-row: 65
  }

  .full-width-image-with-content .cm-card :nth-child(66) {
    -ms-grid-row: 66;
    grid-row: 66
  }

  .full-width-image-with-content .cm-card :nth-child(67) {
    -ms-grid-row: 67;
    grid-row: 67
  }

  .full-width-image-with-content .cm-card :nth-child(68) {
    -ms-grid-row: 68;
    grid-row: 68
  }

  .full-width-image-with-content .cm-card :nth-child(69) {
    -ms-grid-row: 69;
    grid-row: 69
  }

  .full-width-image-with-content .cm-card :nth-child(70) {
    -ms-grid-row: 70;
    grid-row: 70
  }

  .full-width-image-with-content .cm-card :nth-child(71) {
    -ms-grid-row: 71;
    grid-row: 71
  }

  .full-width-image-with-content .cm-card :nth-child(72) {
    -ms-grid-row: 72;
    grid-row: 72
  }

  .full-width-image-with-content .cm-card :nth-child(73) {
    -ms-grid-row: 73;
    grid-row: 73
  }

  .full-width-image-with-content .cm-card :nth-child(74) {
    -ms-grid-row: 74;
    grid-row: 74
  }

  .full-width-image-with-content .cm-card :nth-child(75) {
    -ms-grid-row: 75;
    grid-row: 75
  }

  .full-width-image-with-content .cm-card :nth-child(76) {
    -ms-grid-row: 76;
    grid-row: 76
  }

  .full-width-image-with-content .cm-card :nth-child(77) {
    -ms-grid-row: 77;
    grid-row: 77
  }

  .full-width-image-with-content .cm-card :nth-child(78) {
    -ms-grid-row: 78;
    grid-row: 78
  }

  .full-width-image-with-content .cm-card :nth-child(79) {
    -ms-grid-row: 79;
    grid-row: 79
  }

  .full-width-image-with-content .cm-card :nth-child(80) {
    -ms-grid-row: 80;
    grid-row: 80
  }

  .full-width-image-with-content .cm-card :nth-child(81) {
    -ms-grid-row: 81;
    grid-row: 81
  }

  .full-width-image-with-content .cm-card :nth-child(82) {
    -ms-grid-row: 82;
    grid-row: 82
  }

  .full-width-image-with-content .cm-card :nth-child(83) {
    -ms-grid-row: 83;
    grid-row: 83
  }

  .full-width-image-with-content .cm-card :nth-child(84) {
    -ms-grid-row: 84;
    grid-row: 84
  }

  .full-width-image-with-content .cm-card :nth-child(85) {
    -ms-grid-row: 85;
    grid-row: 85
  }

  .full-width-image-with-content .cm-card :nth-child(86) {
    -ms-grid-row: 86;
    grid-row: 86
  }

  .full-width-image-with-content .cm-card :nth-child(87) {
    -ms-grid-row: 87;
    grid-row: 87
  }

  .full-width-image-with-content .cm-card :nth-child(88) {
    -ms-grid-row: 88;
    grid-row: 88
  }

  .full-width-image-with-content .cm-card :nth-child(89) {
    -ms-grid-row: 89;
    grid-row: 89
  }

  .full-width-image-with-content .cm-card :nth-child(90) {
    -ms-grid-row: 90;
    grid-row: 90
  }

  .full-width-image-with-content .cm-card :nth-child(91) {
    -ms-grid-row: 91;
    grid-row: 91
  }

  .full-width-image-with-content .cm-card :nth-child(92) {
    -ms-grid-row: 92;
    grid-row: 92
  }

  .full-width-image-with-content .cm-card :nth-child(93) {
    -ms-grid-row: 93;
    grid-row: 93
  }

  .full-width-image-with-content .cm-card :nth-child(94) {
    -ms-grid-row: 94;
    grid-row: 94
  }

  .full-width-image-with-content .cm-card :nth-child(95) {
    -ms-grid-row: 95;
    grid-row: 95
  }

  .full-width-image-with-content .cm-card :nth-child(96) {
    -ms-grid-row: 96;
    grid-row: 96
  }

  .full-width-image-with-content .cm-card :nth-child(97) {
    -ms-grid-row: 97;
    grid-row: 97
  }

  .full-width-image-with-content .cm-card :nth-child(98) {
    -ms-grid-row: 98;
    grid-row: 98
  }

  .full-width-image-with-content .cm-card :nth-child(99) {
    -ms-grid-row: 99;
    grid-row: 99
  }


}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .counter-wps :first-child {
    -ms-grid-row: 1;
    grid-row: 1
  }

  .counter-wps :nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2
  }

  .counter-wps :nth-child(3),.laot__bdy :nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3
  }

  .counter-wps :nth-child(4),.laot__bdy :nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4
  }

  .counter-wps :nth-child(5),.laot__bdy :nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5
  }

  .counter-wps :nth-child(6),.laot__bdy :nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6
  }

  .counter-wps :nth-child(7),.laot__bdy :nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7
  }

  .counter-wps :nth-child(8),.laot__bdy :nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8
  }

  .counter-wps :nth-child(9),.laot__bdy :nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9
  }

  .counter-wps :nth-child(10),.laot__bdy :nth-child(10) {
    -ms-grid-row: 10;
    grid-row: 10
  }

  .counter-wps :nth-child(11),.laot__bdy :nth-child(11) {
    -ms-grid-row: 11;
    grid-row: 11
  }

  .counter-wps :nth-child(12),.laot__bdy :nth-child(12) {
    -ms-grid-row: 12;
    grid-row: 12
  }

  .counter-wps :nth-child(13),.laot__bdy :nth-child(13) {
    -ms-grid-row: 13;
    grid-row: 13
  }

  .counter-wps :nth-child(14),.laot__bdy :nth-child(14) {
    -ms-grid-row: 14;
    grid-row: 14
  }

  .counter-wps :nth-child(15),.laot__bdy :nth-child(15) {
    -ms-grid-row: 15;
    grid-row: 15
  }

  .counter-wps :nth-child(16),.laot__bdy :nth-child(16) {
    -ms-grid-row: 16;
    grid-row: 16
  }

  .counter-wps :nth-child(17),.laot__bdy :nth-child(17) {
    -ms-grid-row: 17;
    grid-row: 17
  }

  .counter-wps :nth-child(18),.laot__bdy :nth-child(18) {
    -ms-grid-row: 18;
    grid-row: 18
  }

  .counter-wps :nth-child(19),.laot__bdy :nth-child(19) {
    -ms-grid-row: 19;
    grid-row: 19
  }

  .counter-wps :nth-child(20),.laot__bdy :nth-child(20) {
    -ms-grid-row: 20;
    grid-row: 20
  }

  .counter-wps :nth-child(21),.laot__bdy :nth-child(21) {
    -ms-grid-row: 21;
    grid-row: 21
  }

  .counter-wps :nth-child(22),.laot__bdy :nth-child(22) {
    -ms-grid-row: 22;
    grid-row: 22
  }

  .counter-wps :nth-child(23),.laot__bdy :nth-child(23) {
    -ms-grid-row: 23;
    grid-row: 23
  }

  .counter-wps :nth-child(24),.laot__bdy :nth-child(24) {
    -ms-grid-row: 24;
    grid-row: 24
  }

  .counter-wps :nth-child(25),.laot__bdy :nth-child(25) {
    -ms-grid-row: 25;
    grid-row: 25
  }

  .counter-wps :nth-child(26),.laot__bdy :nth-child(26) {
    -ms-grid-row: 26;
    grid-row: 26
  }

  .counter-wps :nth-child(27),.laot__bdy :nth-child(27) {
    -ms-grid-row: 27;
    grid-row: 27
  }

  .counter-wps :nth-child(28),.laot__bdy :nth-child(28) {
    -ms-grid-row: 28;
    grid-row: 28
  }

  .counter-wps :nth-child(29),.laot__bdy :nth-child(29) {
    -ms-grid-row: 29;
    grid-row: 29
  }

  .counter-wps :nth-child(30),.laot__bdy :nth-child(30) {
    -ms-grid-row: 30;
    grid-row: 30
  }

  .counter-wps :nth-child(31),.laot__bdy :nth-child(31) {
    -ms-grid-row: 31;
    grid-row: 31
  }

  .counter-wps :nth-child(32),.laot__bdy :nth-child(32) {
    -ms-grid-row: 32;
    grid-row: 32
  }

  .counter-wps :nth-child(33),.laot__bdy :nth-child(33) {
    -ms-grid-row: 33;
    grid-row: 33
  }

  .counter-wps :nth-child(34),.laot__bdy :nth-child(34) {
    -ms-grid-row: 34;
    grid-row: 34
  }

  .counter-wps :nth-child(35),.laot__bdy :nth-child(35) {
    -ms-grid-row: 35;
    grid-row: 35
  }

  .counter-wps :nth-child(36),.laot__bdy :nth-child(36) {
    -ms-grid-row: 36;
    grid-row: 36
  }

  .counter-wps :nth-child(37),.laot__bdy :nth-child(37) {
    -ms-grid-row: 37;
    grid-row: 37
  }

  .counter-wps :nth-child(38),.laot__bdy :nth-child(38) {
    -ms-grid-row: 38;
    grid-row: 38
  }

  .counter-wps :nth-child(39),.laot__bdy :nth-child(39) {
    -ms-grid-row: 39;
    grid-row: 39
  }

  .counter-wps :nth-child(40),.laot__bdy :nth-child(40) {
    -ms-grid-row: 40;
    grid-row: 40
  }

  .counter-wps :nth-child(41),.laot__bdy :nth-child(41) {
    -ms-grid-row: 41;
    grid-row: 41
  }

  .counter-wps :nth-child(42),.laot__bdy :nth-child(42) {
    -ms-grid-row: 42;
    grid-row: 42
  }

  .counter-wps :nth-child(43),.laot__bdy :nth-child(43) {
    -ms-grid-row: 43;
    grid-row: 43
  }

  .counter-wps :nth-child(44),.laot__bdy :nth-child(44) {
    -ms-grid-row: 44;
    grid-row: 44
  }

  .counter-wps :nth-child(45),.laot__bdy :nth-child(45) {
    -ms-grid-row: 45;
    grid-row: 45
  }

  .counter-wps :nth-child(46),.laot__bdy :nth-child(46) {
    -ms-grid-row: 46;
    grid-row: 46
  }

  .counter-wps :nth-child(47),.laot__bdy :nth-child(47) {
    -ms-grid-row: 47;
    grid-row: 47
  }

  .counter-wps :nth-child(48),.laot__bdy :nth-child(48) {
    -ms-grid-row: 48;
    grid-row: 48
  }

  .counter-wps :nth-child(49),.laot__bdy :nth-child(49) {
    -ms-grid-row: 49;
    grid-row: 49
  }

  .counter-wps :nth-child(50),.laot__bdy :nth-child(50) {
    -ms-grid-row: 50;
    grid-row: 50
  }

  .counter-wps :nth-child(51),.laot__bdy :nth-child(51) {
    -ms-grid-row: 51;
    grid-row: 51
  }

  .counter-wps :nth-child(52),.laot__bdy :nth-child(52) {
    -ms-grid-row: 52;
    grid-row: 52
  }

  .counter-wps :nth-child(53),.laot__bdy :nth-child(53) {
    -ms-grid-row: 53;
    grid-row: 53
  }

  .counter-wps :nth-child(54),.laot__bdy :nth-child(54) {
    -ms-grid-row: 54;
    grid-row: 54
  }

  .counter-wps :nth-child(55),.laot__bdy :nth-child(55) {
    -ms-grid-row: 55;
    grid-row: 55
  }

  .counter-wps :nth-child(56),.laot__bdy :nth-child(56) {
    -ms-grid-row: 56;
    grid-row: 56
  }

  .counter-wps :nth-child(57),.laot__bdy :nth-child(57) {
    -ms-grid-row: 57;
    grid-row: 57
  }

  .counter-wps :nth-child(58),.laot__bdy :nth-child(58) {
    -ms-grid-row: 58;
    grid-row: 58
  }

  .counter-wps :nth-child(59),.laot__bdy :nth-child(59) {
    -ms-grid-row: 59;
    grid-row: 59
  }

  .counter-wps :nth-child(60),.laot__bdy :nth-child(60) {
    -ms-grid-row: 60;
    grid-row: 60
  }

  .counter-wps :nth-child(61),.laot__bdy :nth-child(61) {
    -ms-grid-row: 61;
    grid-row: 61
  }

  .counter-wps :nth-child(62),.laot__bdy :nth-child(62) {
    -ms-grid-row: 62;
    grid-row: 62
  }

  .counter-wps :nth-child(63),.laot__bdy :nth-child(63) {
    -ms-grid-row: 63;
    grid-row: 63
  }

  .counter-wps :nth-child(64),.laot__bdy :nth-child(64) {
    -ms-grid-row: 64;
    grid-row: 64
  }

  .counter-wps :nth-child(65),.laot__bdy :nth-child(65) {
    -ms-grid-row: 65;
    grid-row: 65
  }

  .counter-wps :nth-child(66),.laot__bdy :nth-child(66) {
    -ms-grid-row: 66;
    grid-row: 66
  }

  .counter-wps :nth-child(67),.laot__bdy :nth-child(67) {
    -ms-grid-row: 67;
    grid-row: 67
  }

  .counter-wps :nth-child(68),.laot__bdy :nth-child(68) {
    -ms-grid-row: 68;
    grid-row: 68
  }

  .counter-wps :nth-child(69),.laot__bdy :nth-child(69) {
    -ms-grid-row: 69;
    grid-row: 69
  }

  .counter-wps :nth-child(70),.laot__bdy :nth-child(70) {
    -ms-grid-row: 70;
    grid-row: 70
  }

  .counter-wps :nth-child(71),.laot__bdy :nth-child(71) {
    -ms-grid-row: 71;
    grid-row: 71
  }

  .counter-wps :nth-child(72),.laot__bdy :nth-child(72) {
    -ms-grid-row: 72;
    grid-row: 72
  }

  .counter-wps :nth-child(73),.laot__bdy :nth-child(73) {
    -ms-grid-row: 73;
    grid-row: 73
  }

  .counter-wps :nth-child(74),.laot__bdy :nth-child(74) {
    -ms-grid-row: 74;
    grid-row: 74
  }

  .counter-wps :nth-child(75),.laot__bdy :nth-child(75) {
    -ms-grid-row: 75;
    grid-row: 75
  }

  .counter-wps :nth-child(76),.laot__bdy :nth-child(76) {
    -ms-grid-row: 76;
    grid-row: 76
  }

  .counter-wps :nth-child(77),.laot__bdy :nth-child(77) {
    -ms-grid-row: 77;
    grid-row: 77
  }

  .counter-wps :nth-child(78),.laot__bdy :nth-child(78) {
    -ms-grid-row: 78;
    grid-row: 78
  }

  .counter-wps :nth-child(79),.laot__bdy :nth-child(79) {
    -ms-grid-row: 79;
    grid-row: 79
  }

  .counter-wps :nth-child(80),.laot__bdy :nth-child(80) {
    -ms-grid-row: 80;
    grid-row: 80
  }

  .counter-wps :nth-child(81),.laot__bdy :nth-child(81) {
    -ms-grid-row: 81;
    grid-row: 81
  }

  .counter-wps :nth-child(82),.laot__bdy :nth-child(82) {
    -ms-grid-row: 82;
    grid-row: 82
  }

  .counter-wps :nth-child(83),.laot__bdy :nth-child(83) {
    -ms-grid-row: 83;
    grid-row: 83
  }

  .counter-wps :nth-child(84),.laot__bdy :nth-child(84) {
    -ms-grid-row: 84;
    grid-row: 84
  }

  .counter-wps :nth-child(85),.laot__bdy :nth-child(85) {
    -ms-grid-row: 85;
    grid-row: 85
  }

  .counter-wps :nth-child(86),.laot__bdy :nth-child(86) {
    -ms-grid-row: 86;
    grid-row: 86
  }

  .counter-wps :nth-child(87),.laot__bdy :nth-child(87) {
    -ms-grid-row: 87;
    grid-row: 87
  }

  .counter-wps :nth-child(88),.laot__bdy :nth-child(88) {
    -ms-grid-row: 88;
    grid-row: 88
  }

  .counter-wps :nth-child(89),.laot__bdy :nth-child(89) {
    -ms-grid-row: 89;
    grid-row: 89
  }

  .counter-wps :nth-child(90),.laot__bdy :nth-child(90) {
    -ms-grid-row: 90;
    grid-row: 90
  }

  .counter-wps :nth-child(91),.laot__bdy :nth-child(91) {
    -ms-grid-row: 91;
    grid-row: 91
  }

  .counter-wps :nth-child(92),.laot__bdy :nth-child(92) {
    -ms-grid-row: 92;
    grid-row: 92
  }

  .counter-wps :nth-child(93),.laot__bdy :nth-child(93) {
    -ms-grid-row: 93;
    grid-row: 93
  }

  .counter-wps :nth-child(94),.laot__bdy :nth-child(94) {
    -ms-grid-row: 94;
    grid-row: 94
  }

  .counter-wps :nth-child(95),.laot__bdy :nth-child(95) {
    -ms-grid-row: 95;
    grid-row: 95
  }

  .counter-wps :nth-child(96),.laot__bdy :nth-child(96) {
    -ms-grid-row: 96;
    grid-row: 96
  }

  .counter-wps :nth-child(97),.laot__bdy :nth-child(97) {
    -ms-grid-row: 97;
    grid-row: 97
  }

  .counter-wps :nth-child(98),.laot__bdy :nth-child(98) {
    -ms-grid-row: 98;
    grid-row: 98
  }

  .counter-wps :nth-child(99),.laot__bdy :nth-child(99) {
    -ms-grid-row: 99;
    grid-row: 99
  }
}

@media(max-width:1280px){
  .aircraft-page .sstandard-page .hs_cos_wrapper_type_rich_text {
    grid-template-columns: 1fr 3rem 7rem minmax(-webkit-min-content,60rem) 7rem 3rem 1fr;
    -ms-grid-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
    grid-template-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
  }

  .case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header {
    grid-template-columns: 1fr 3rem 7rem minmax(-webkit-min-content,60rem) 7rem 3rem 1fr;
    -ms-grid-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
    grid-template-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
  }

  .request-download-page .request-downloadfrm .hs_cos_wrapper_type_form {
    grid-template-columns: 1fr 3rem 7rem minmax(-webkit-min-content,60rem) 7rem 3rem 1fr;
    -ms-grid-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
    grid-template-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
  }

  .hs-team-page .team-tls-sec .hs_cos_wrapper_type_header {
    grid-template-columns: 1fr 3rem 7rem minmax(-webkit-min-content,60rem) 7rem 3rem 1fr;
    -ms-grid-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
    grid-template-columns: 1fr 3rem 7rem minmax(min-content,60rem) 7rem 3rem 1fr;
  }

}

@media(max-width:1024px){
  .home-page .hs-generic-content {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
  }

  .home-page .hs-generic-content:after {
    margin-top: 3rem;
  }

  .aircraft-page .sstandard-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aircraft-page .sstandard-page h2 {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }

  .aircraft-page .sstandard-page h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .case-studies-page .layout-studies-tl {
    margin-top: 3rem;
  }

  .case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header h1 {
    margin-bottom: 0.75rem;
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }

  .hs-team-page {
    margin-top: 3rem;
  }

  .hs-team-page .team-tls-sec .hs_cos_wrapper_type_header h1 {
    margin-bottom: 0.75rem;
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }

  .data-acquisition-page .acdn-sec-wp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
 .resources-page {
    margin-top: 3rem;
}

}

@media(max-width:768px){
  .home-page .hs-generic-content {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .home-page .hs-generic-content:after {
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(-25%,-10%);
    -ms-transform: translate(-25%,-10%);
    transform: translate(-25%,-10%);
    width: 100vw;
    height: 80%;
    background-size: contain;
    background-position: 50%;
    margin-top: 0px;
    left: 0px;
  }

  .home-page .hs-generic-content .bottom-pane-wp {
    margin-top: -1.5rem;
    margin-bottom: 0;
  }

  .aircraft-page .sstandard-page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .aircraft-page .sstandard-page .hs_cos_wrapper_type_rich_text {
    -ms-grid-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
    grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
  }

  .aircraft-page .sstandard-page figure figcaption {
    margin-top: 0.85rem;
  }

  .case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header {
    -ms-grid-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
    grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
  }

  .case-studies-page .layout-studies-tl {
    margin-top: 1.5rem;
  }

  .case-studies-page .layout-studies-tl .hs_cos_wrapper_type_header h1 {
    margin-bottom: 0.375rem;
  }

  .request-download-page .request-downloadfrm .hs_cos_wrapper_type_form {
    -ms-grid-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
    grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
  }

  .hs-team-page .team-tls-sec .hs_cos_wrapper_type_header {
    -ms-grid-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
    grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
  }

  .hs-team-page {
    margin-top: 1.5rem;
  }

  .hs-team-page .team-tls-sec .hs_cos_wrapper_type_header h1 {
    margin-bottom: 0.375rem;
  }

  .data-acquisition-page .acdn-sec-wp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hs-partners-page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .hs-partners-page .team-tls-sec {
    align-self: flex-start;
  }
  
  .resources-page {
    margin-top: 1.5rem;
}

  body.partners-layout {
    display: -ms-block;
    display: block;
  }

  body.request-layout {
    display: -ms-block;
    display: block;
  }

  body.contactus-layout {
    display: -ms-block;
    display: block;
  }

  body.team-layout{
    display: -ms-block;
    display: block;
  }

  body.history-layout{
    display: -ms-block;
    display: block;
  }

  body.aircraft-layout{
    display: -ms-block;
    display: block;
  }

  body.maps-layout {
    display: -ms-block;
    display: block;
  }

}

@media(max-width:425px){
  .home-page .hs-generic-content:after {
    height: 100%;
  }

  .home-page .hs-generic-content .bottom-pane-wp .btm-content a.cm-btn {
    margin-top: -0.5px;
  }

}

/*----y-----*/

.privacy-row-1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.container-fluid.privacy-row-1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #cfd7d8;
  content: "";
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text {
  position: relative;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  justify-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 15px;
  grid-template-columns: 1fr 6rem 4rem minmax(min-content,80rem) 4rem 6rem 1fr;
}

.privacy-row-1 .dnd-column {
  padding: 0;
}

.privacy-row-1 .dnd-section>.row-fluid {
  max-width: 100% !important;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.4375rem;
  font-weight: 400;
  margin: 1em 0;
}


.privacy-row-1 .dnd-section {
  padding: 0;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text h2 {
  margin: 1em 0;
  line-height: 3.5rem;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text ul {
  margin: 1em 0;
  line-height: 2.1875rem;
  font-weight: 400;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  padding-left: 2em;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text ul li:before {
  display: inline-block;
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: rotate(-90deg);
  height: 0.75em;
  width: 0.75em;
  background-size: 100%;
  content: "";
  background: url(https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/arrow-down.svg);
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text > * {
  max-width: 40rem;
  display: block;
  width: 100%;
  grid-column: 4/5;
}

.privacy-row-1 .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.aircraft-page .sstandard-page{
  overflow-x:hidden;
}
.privacy-row-1 .hs_cos_wrapper_type_rich_text a {
  display: inline-block;
  border-bottom: 2px solid #667489;
}

.advance-banner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  width: 35vw;
  height: 35vw;
  background-image: url('https://7560581.fs1.hubspotusercontent-na1.net/hubfs/7560581/raw_assets/public/BellGeospace_June2022/images/topographic-682ae94825c5079b9527cb0db8ff083b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    opacity: .1;
    }
@media (max-width:1024px){
  .privacy-row-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .privacy-row-1 .hs_cos_wrapper_type_rich_text h2 {
    margin: 1em 0;
    line-height: 2.6875rem;
  }

}

@media (max-width:767px){
  .privacy-row-1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .privacy-row-1 .hs_cos_wrapper_type_rich_text {
    grid-template-columns: 0 1.5rem 0 1fr 0 1.5rem 0;
  } 
}

/*----en---*/