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

@font-face {
  font-family:"urw-form";
  src:url("https://use.typekit.net/af/2faad1/00000000000000007735a7dd/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/2faad1/00000000000000007735a7dd/30/d?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/2faad1/00000000000000007735a7dd/30/a?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n3&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:300;
  font-stretch:normal;
}

@font-face {
  font-family:"urw-form";
  src:url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/d?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/a?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
  font-family:"urw-form";
  src:url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/d?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/a?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n5&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:500;
  font-stretch:normal;
}


@font-face {
  font-family: eicons; 
  src:  url('//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/font/eicons.eot') format('embedded-opentype'),
    url('//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/font/eicons.woff2') format('woff2'),
      url('//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/font/eicons.woff') format('woff'),
        url('//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/font/eicons.ttf') format('truetype'),
          url('//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/font/eicons.svg') format('svg'); 
            font-style: normal; 
            font-weight: 400; 
            }



html{
  background-color: #172541;
  line-height: 1.15;
}


body {
  background-color: #172541;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  color: #4FFBE1;
  text-decoration: underline;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: "urw-form", Sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
}

h1{
  font-size: 60px;
  font-weight: 200;
  line-height: 1em;
}

h2{
  font-size: 60px;
  font-weight: 200;
  line-height: 1em;
}

h3{
  font-size: 32px;
  font-weight: 300;
}

h4{
  font-size: 24px;
  font-weight: 300;
}


h5{
  font-size: 21px;
  font-weight: 300;
}

h6{
  font-size: 19px;
  font-weight: 300;
}



/* Lists */

ul,
ol, li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

/* Horizontal rules */

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



.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
}


.hs-form-field>label {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  transition: all .2s ease-in-out;
  color: #FFFFFF;
  font-size: 16px
}

fieldset input, fieldset select, fieldset textarea {
   width: 100% !important;
   box-sizing: border-box;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.5;
}



form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #333;
  outline: none;
}



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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #ef6b51!important;
}

.hs-input.invalid.error {
  border-color: #ef6b51!important;
}

.hs-error-msg,
.hs_error_rollup .hs-error-msgs  label {
  color: #ef6b51!important;
  margin-top: 0.35rem;
  font-size: 14px;
  line-height: 1.45;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  background: #0df4ab;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  border-style: solid;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: #fff;
}

.hs-search-module .hs-button {
  margin-top: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input::-webkit-input-placeholder {
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  display: block;
  transition: all .2s ease-in-out;
  color: #FFFFFF;
  font-size: 16px
}

=============
/* SEARCH RESULT STYLING */
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color:#fff;
  z-index:2;
  top:100%;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}



=================

@media (max-width: 767px) { 
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    max-width:100%;
  }

}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    text-align: left;
    display: inherit;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
    margin-top: 7px;
  }



}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-grup {
  padding: 0px 20px 0px 20px;
  width: 100%;
  min-height: 96.09px;
}

.header-grup .page-center {
  padding-left: 0;
  padding-right: 0;
}

.header-grup .header-inner {
  padding: 34px 0 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  padding-bottom: 20px;
  position: relative;
}

.header-grup .header-inner .header-logo {
  width: auto;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 999;
}

.header-grup .header-inner .header-menu {
  width: 100%;
}

.header-grup .header-inner .header-logo a {
  letter-spacing: 1px;
  display: inline-block;
}
.header-grup .header-inner .header-logo a img {
  margin-top: 8px;
}
.header-grup .header-inner .header-menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.header-grup .header-inner .header-menu .hs-menu-wrapper>ul>li {
  position: relative;
}

.header-grup .header-inner .header-menu .hs-menu-wrapper>ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.15em;
  letter-spacing: 0.8px;
  display: inline-block;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 13px 20px;
}

.header-grup .header-inner .header-menu .hs-menu-wrapper>ul>li ul {
  list-style: none;
  padding: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header-grup .header-inner .header-menu .hs-menu-wrapper>ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.header-grup .header-inner .header-menu .hs-menu-wrapper>ul li a:hover {
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-grup .header-inner .header-menu .hs-menu-wrapper>ul li a:after {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.header-grup .header-inner .header-menu .hs-menu-wrapper>ul li a:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  content: '';
  display: block;
  height: 1px;
  left: 20px;
  right: 20px;
  margin-top: 4px;
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
}

.header-grup .header-mobile-menu {
  display: none;
}

.header-grup .menu-toggle {
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-left: auto;
  background-color: #02010100;
  color: #C6DDEB;
}


[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.eicon-menu-bar:before {
  content: '\e816';
}
.eicon-close:before {
  content: '\e87f';
}

.header-grup .header-mobile-menu {
  font-size: 13px;
  margin-top: 10px;
  -webkit-transition: max-height .3s,-webkit-transform .3s;
  transition: max-height .3s,-webkit-transform .3s;
  -o-transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  background-color: #4e5e7c;
  position: absolute;
  top: 48px;
  left: -20px;
  right: -20px;
  z-index: 99;
  padding: 30px 0;
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul {
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul li a {
  color: #94A7BA;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.15em;
  letter-spacing: 0.8px;
  font-size: 14px;
  padding: 10px 20px;
  /*   display: -webkit-box;
  display: -ms-flexbox; */
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul>li ul {
  padding-left: 0;
  list-style: none;
  display: none;
}

.header-grup .menu-toggle .eicon-close {
  display: none;
}

.mobile-open .header-grup .menu-toggle .eicon-menu-bar {
  display: none;
}

.mobile-open .header-grup .menu-toggle .eicon-close {
  display: block;
}

.header-grup .header-mobile-menu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
}
.mobile-open .header-grup .header-mobile-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul li a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul li a:hover {
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.header-grup .header-mobile-menu .hs-menu-wrapper>ul li a:hover::after {
  content: '';
  display: block;
  height: 1px;
  left: 20px;
  right: 20px;
  margin-top: 4px;
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
}


.header-grup  .child-trigger {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  font-size: x-large;
  cursor: pointer;
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul>li .child-trigger:after {
  content: '+';
}

.header-grup .header-mobile-menu .hs-menu-wrapper>ul>li.child-open .child-trigger:after {
  content: '-';
}














@media (max-width: 1024px){
  .header-grup .header-inner .header-menu {
    display: none;
  }
  .header-grup .header-mobile-menu {
    display: block;
  }
  .header-grup {
    min-height: 70px;
  }
  .header-grup .header-inner {
    padding: 8px 0px 0px 0px;
  }
  .header-grup .header-inner .header-logo {
    top: 16px;
  }
  .header-grup .header-inner .header-logo a img {
    margin-top:0;
  }
}






@media (min-width: 1025px){
  .header-grup .menu-toggle {
    display: none;
  }
}
.footer-grup {
  background-color: #172541;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #263D56;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 64px 20px 0px 20px
}

.footer-grup .page-center {
  padding-left: 0;
  padding-right: 0;
}

.footer-grup .footer-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 36px 0px;
}

.footer-grup .footer-top .footer-logo {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
  width: 50%;
}

.footer-grup .footer-top .footer-logo a {
  display: inline-block;
}

.footer-grup .footer-top .footer-logo a img {
  vertical-align: middle;
  display: inline-block;
  width: 168px;
  height: auto;
  max-width: 100%;
}


.footer-grup .footer-menu {
  width: 50%;
}

.footer-grup .footer-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-grup .footer-menu .hs-menu-wrapper>ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-grup .footer-menu .hs-menu-wrapper>ul li a {
  color: #FFFFFF;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  padding: 13px 20px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  transition: none;
  background: none;
  margin-inline-end: calc( 150px / 2 );
  margin-inline-start: calc( 150px / 2 );
  font-weight: 500;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}


.footer-grup .footer-menu .hs-menu-wrapper>ul li:first-child a {
  margin-inline-start: 0;
}

.footer-grup .footer-menu .hs-menu-wrapper>ul li:last-child a {
  margin-inline-end: 0;
}

.footer-grup .footer-bottom {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border: solid #263d56;
  border-width: 1px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer-grup .footer-bottom .footer-copyright {
  min-height: 1px;
  padding: 12px 0px 48px 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  line-height: 28px;
  padding-bottom: 60px;
}

.footer-grup .footer-bottom .footer-copyright a {
  margin-right: 16px;
  font-size: 14px;
  color: #4FFBE1;
  text-decoration: underline;
  letter-spacing: 1px;
}

.footer-grup .footer-bottom .footer-copyright blockquote {
  color: #FFF;
  display: inline-block;
  margin: 0;
  line-height: normal;
}

.footer-grup .footer-bottom .footer-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  padding: 36px 0px 48px 0px;
  justify-content: flex-end;
}

.footer-grup .footer-bottom .footer-social-share .social-share-module {
  display: inline-block;
  width: 100%;
  word-spacing: 30px;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 0;
  text-align: right;
  justify-content: center;
  justify-items: center;
}

.footer-grup .footer-bottom .social-share-module .social-icon {
  min-width: 0;
  display: inline-block;
  margin-bottom: 0;
  word-break: break-word;
}

.footer-grup .footer-bottom .social-share-module .social-icon a {
  border-radius: 10%;
  font-size: 24px;
  line-height: 25px;
  background-color: #FFFFFF00;
  --e-social-icon-icon-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.footer-grup .footer-bottom .social-share-module .social-icon a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #fff;
}
.footer-grup .footer-bottom .social-share-module .social-icon a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fa-facebook-f:before {
  content: "\f39e";
}

.footer-grup .footer-menu .hs-menu-wrapper>ul li a:hover {
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-grup .footer-menu .hs-menu-wrapper>ul li a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer-grup .footer-menu .hs-menu-wrapper>ul li a:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 4px;
  background-image: linear-gradient(240deg, #00F2E0, #16AAFE);
}
.footer-grup .footer-bottom .social-share-module .social-icon a:hover {
  transform: scale(1.1);
  opacity: .9;
}

@media (max-width: 1024px) and (min-width: 1025px) {
   .footer-grup .footer-menu {
      width: 60%;
   }
   .footer-grup .footer-top .footer-logo {
      width: 40%;
   }
}


@media (max-width: 1024px){
  .footer-grup {
    padding: 24px 20px 0px 20px;
  }
  .footer-grup .footer-top .footer-logo a img {
    width: 118px;
  }
  .footer-grup .footer-top .footer-logo {
    width: 100%;
  }
  .footer-grup .footer-menu {
    width: 100%;
  }
  .footer-grup .footer-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .footer-grup .footer-menu .hs-menu-wrapper>ul li a {
    margin: 0;
  }
  .footer-grup .footer-menu {
    margin-top: 30px;
  }
  .footer-grup .footer-menu .hs-menu-wrapper>ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}










@media (max-width: 767px){
  .footer-grup .footer-bottom .footer-copyright {
    padding: 24px 0px 16px 0px;
    width: 60%;
  }
  .footer-grup .footer-bottom .footer-social-share {
    padding: 24px 0px 16px 0px;
    width: 40%;
  }
  .footer-grup .footer-bottom .footer-copyright blockquote {
    font-size: 14px;    
    line-height: 28px;
  }
}





@media (min-width: 768px){
  .footer-grup .footer-bottom .footer-copyright {
    width: 50%;
  }
  .footer-grup .footer-bottom .footer-social-share {
    width: 50%;
  }
}

div[class*="force-full-width-section"]>.row-fluid {
   padding: 0;
}

.full-width-page .full-width-row1 .dnd-section>.row-fluid {
   padding: 0;
   max-width: 960px;
}

.full-width-page .full-width-row1 {
   padding-top: 54px;
   padding-bottom: 48px;
}

.full-width-page .full-width-row1 h2 {
   margin-top: 0;
   margin-bottom: 20px;
}

.full-width-page .full-width-row1 a {
   text-decoration: underline;
}

.full-width-page {
   background-image: linear-gradient(210deg, #162236 0%, #080F1D 100%);
}

.about-page {
   background-image: linear-gradient(210deg, #162236 0%, #080F1D 100%);
}

.contact-page {
   background-image: linear-gradient(210deg, #162236 0%, #080F1D 100%);
}

.contact-page form {
   max-width: 400px;
   margin: 20px auto 0;
}

.contact-page form .hs-form-field {
   line-height: 0;
   margin-bottom: 16px;
}

.contact-page form .actions {
   text-align: center;
   margin-bottom: 13px;
}

.contact-page form .actions input {
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;+
}

.contact-page .full-width-row1 .dnd-section>.row-fluid {
   padding: 0;
}

.two-column-page {
   background-image: linear-gradient(210deg, #162236 0%, #080F1D 100%);
}

.two-column-page .two-column-page-inner {
   background-image: url(//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/images/contact_top.svg);
   background-position: top right;
   background-repeat: no-repeat;
   background-size: 20% auto;
   position: relative;
}

.two-column-page .two-col-pg-inner-overlay {
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   position: absolute;
   background-image: url(//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/images/contact_bottom.svg);
   background-position: bottom right;
   background-repeat: no-repeat;
   background-size: 30% auto;
   opacity: 1;
   transition: background 0.3s, border-radius 0.3s, opacity 0.3s;;
}

.two-column-page .two-col-page-wrap {
   position: relative;
}

.two-column-page .full-width-row1 {
   position: relative;
   padding: 104px 20px 100px 20px;
}

.two-column-page .full-width-row1 .form-title {
   color: #FFFFFF;
   font-family: "urw-form", Sans-serif;
   font-size: 60px;
   font-weight: 200;
   line-height: 1em;
   margin-bottom: 20px;
   margin-top: 0;
}

.two-column-page .full-width-row1 .dnd-section>.row-fluid {
   padding: 0;
}

.two-column-page .full-width-row1 {
   position: relative;
   padding: 104px 20px 100px 20px;
}

.two-column-page .full-width-row1 .form-title {
   color: #FFFFFF;
   font-family: "urw-form", Sans-serif;
   font-size: 60px;
   font-weight: 200;
   line-height: 1em;
   margin-bottom: 20px;
   margin-top: 0;
}

.two-column-page .full-width-row1 .dnd-section>.row-fluid {
   padding: 0;
}

.two-column-page .full-width-row1 .span9 {
   width: 66.666%;
}

.two-column-page .full-width-row1 .span3 {
   width: 33.333%;
   margin-left: 0;
   padding: 90px 0px 0px 64px !important;
}

.two-column-page .full-width-row1 .span3 h6 {
   margin-bottom: 20px;
   margin-top: 0;
   color: #FFFFFF;
   font-weight: 500;
   font-family: "urw-form", Sans-serif;
   font-size: 19px;
   line-height: 1;
}

.two-column-page .full-width-row1 .span3 p:not(:last-child) {
   margin-bottom: 34px;
}

.two-column-page .full-width-row1 form .hs-form-field input, .two-column-page .full-width-row1 form .hs-form-field select {
   background-color: #FFFFFF00;
   color: #FFFFFF;
   border: 0;
   border-bottom: 1px solid #263D56;
   border-radius: 0;
   font-size: 15px;
}

.two-column-page .full-width-row1 form .hs-form-field {
   padding-top: 20px;
   padding-right: calc( 40px/2 );
   padding-left: calc( 40px/2 );
   margin-bottom: 30px;
}

.two-column-page .full-width-row1 form {
   margin-left: calc( -40px/2 );
   margin-right: calc( -40px/2 );
   margin-bottom: -30px;
}

.two-column-page .full-width-row1 form .form-columns-2 .hs-form-field {
   width: 50%;
}

.two-column-page .full-width-row1 form .hs-form-field input:focus {
   border-bottom-color: #00F2E0;
}

.two-column-page .full-width-row1 form .hs-submit {
   padding-right: calc( 40px/2 );
   padding-left: calc( 40px/2 );
   margin-bottom: 30px;
   padding-top: 20px;
}

.two-column-page .full-width-row1 form .hs-submit .actions {
   width: auto;
   border-radius: 28px;
   background: none;
   position: relative;
   z-index: 9;
   display: inline-block;
   height: 56px;
   line-height: 56px;
   color: #ffffff;
   font-size: 16px;
   font-weight: 500;
   padding: 0px 20px 0px 68px;
   min-height: 40px;
   cursor: pointer;
   min-width: 140px;
}

.two-column-page .full-width-row1 form .hs-submit .actions input.hs-button {
   color: #fff;
   background: none;
   padding: 0;
}

.two-column-page .full-width-row1 form .hs-form-field select option {
   color: #000;
}

.two-column-page .full-width-row1 form .hs-submit .actions:before {
   content: '';
   display: block;
   width: 0;
   height: 56px;
   position: absolute;
   left: 28px;
   top: 0;
   z-index: -1;
   pointer-events: none;
   background: url(//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/images/btn_hover_background.svg) no-repeat right center;
   transition: all .4s ease;
}

.two-column-page .full-width-row1 form .hs-submit .actions:hover:before {
   width: calc(100% - 28px);
}

.two-column-page .full-width-row1 form .hs-submit .actions:after {
   content: '';
   width: 56px;
   height: 56px;
   position: absolute;
   left: 0;
   top: 0;
   background: url(//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/images/btn_arrow.svg) no-repeat;
}

.home-page {
   background-image: linear-gradient(210deg, #162236 0%, #080F1D 100%);
}

.home-page .header-grup {
   position: absolute;
   z-index: 99;
}

.home-page .schedule-call-area .left-section {
   width: 45%;
}

.home-page .schedule-call-area .right-section {
   width: 54.333%;
}

.fact-sheet-area .form-section .form-area .form-area-wrpr form .hs-form-field label.hs-form-booleancheckbox-display>span {
   font-size: 13px;
   margin-left: 6px;
   line-height: 1.6;
   display: inline;
   vertical-align: middle;
}

.fact-sheet-area .form-section .form-area .form-area-wrpr form .hs-form-field label.hs-form-booleancheckbox-display>input {
   margin-right: 0;
   display: inline;
}

.fact-sheet-area .form-section .form-area .form-area-wrpr form .hs-form-field label.hs-form-booleancheckbox-display>span a {
   text-decoration: underline;
}

.two-column-page .full-width-row1 form .form-columns-2 .hs-form-field span.hs-form-required {
   color: #fff !important;
}

.two-column-page .full-width-row1 form .form-columns-3 .hs-form-field span.hs-form-required {
   color: #fff !important;
}

.two-column-page .full-width-row1 form .form-columns-2 .hs-form-field legend.hs-field-desc {
   z-index: 9;
   color: #70a3cb;
   font-size: 12px;
}

.two-column-page .full-width-row1 form .hs-form-field select {
   -webkit-appearance: none;
   width: 100%;
}

.two-column-page .full-width-row1 form .hs-submit .actions input.hs-button {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 0px 20px 0px 68px;
}

.two-column-page .full-width-row1 form .hs-fieldtype-select .input:after {
   content: '\e92a';
   font-size: 19px;
   line-height: 2;
   display: inline-block;
   font-family: eicons;
   font-weight: 400;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   inset-inline-end: 10px;
   pointer-events: none;
}

.two-column-page .full-width-row1 form .hs-fieldtype-select .input {
   position: relative;
}


@media (max-width: 1024px) {
   .contact-page form {
      margin-top: 46px;
   }
}

@media (max-width: 767px) {
   .two-column-page .full-width-row1 .span9, .two-column-page .full-width-row1 .span3 {
      width: 100%;
   }

   .migration .hs-search-module {
      margin-top: 15px;
   }

   .two-column-page .full-width-row1 .span3 {
      padding-left: 0 !important;
   }

   .two-column-page .full-width-row1 form .form-columns-2 .hs-form-field {
      width: 100%;
   }

   .two-column-page .full-width-row1 form .form-columns-3 .hs-form-field {
      width: 100%;
   }

   .home-page .schedule-call-area .left-section {
      width: 100%;
   }

   .home-page .schedule-call-area .right-section {
      width: 100%;
   }

   .two-column-page .full-width-row1 .form-title {
      font-size: 26px;
   }

   .two-column-page .full-width-row1 {
      padding-top: 10px;
   }

   .home-page .schedule-call-area .left-section .left-wrpr .btn-wrpr {
      max-width: 86%;
   }

   .full-width-page .full-width-row1 ul {
      padding-left: 17px;
   }

   .about-page .our-story-area .timeline .timeline-wrpr .left-content .left-wrpr {
      background-image: url(//6287869.fs1.hubspotusercontent-na1.net/hubfs/6287869/raw_assets/public/Kinetik_September2022/images/timeline_last_active.svg) !important;
      background-size: 44px;
   }

}